Method RenderOcclusionMesh
RenderOcclusionMesh(CommandBuffer)
Generate commands to render the occlusion mesh for this pass.
In single-pass mode : the meshes for all views are combined into one mesh,
where the corresponding view index is encoded into each vertex. The keyword
"XR_OCCLUSION_MESH_COMBINED" is also enabled when rendering the combined mesh.
Declaration
public void RenderOcclusionMesh(CommandBuffer cmd)
Parameters
RenderOcclusionMesh(RasterCommandBuffer)
Declaration
public void RenderOcclusionMesh(RasterCommandBuffer cmd)
Parameters