ScriptableRenderContext.Cull

Declaration

public Rendering.CullingResults Cull(ref Rendering.ScriptableCullingParameters parameters);

Parameters

Parameter Description
parameters Parameters for culling.

Returns

CullingResults Culling results.

Description

Performs culling based on the ScriptableCullingParameters typically obtained from the Camera currently being rendered.

Culling results are bound to a ScriptableRenderContext they will be used with; memory used by culling results is released once the render loop is finished..

Additional resources: Camera.TryGetCullingParameters.


Did you find this page useful? Please give it a rating: