Render order question

i need render in top.

var gizmoMaterial = new pc.BasicMaterial();
gizmoMaterial.blendType = pc.BLEND_NORMAL;
gizmoMaterial.depthTest = false;
gizmoMaterial.depthWrite = false;

in LAYER_WORLD is top, but will be blocked by LAYER_IMMEDIATE