Photon Quantum 3.0.0

Public Member Functions | List of all members
Quantum.Core.FrameBase.Culling Class Reference

The Culling class handles the scheduling of culling tasks. More...

Public Member Functions

TaskHandle Schedule2D (FrameBase f, TaskHandle handle)
 Schedule the 2D culling task for the given frame and task handle. More...
 

Detailed Description

The Culling class handles the scheduling of culling tasks.

Member Function Documentation

◆ Schedule2D()

TaskHandle Quantum.Core.FrameBase.Culling.Schedule2D ( FrameBase  f,
TaskHandle  handle 
)
inline

Schedule the 2D culling task for the given frame and task handle.

Parameters
fThe frame to schedule the task for.
handleThe task handle to use for dependency tracking.
Returns
The task handle for the scheduled culling task.