Method InternalPrepareDispatch
InternalPrepareDispatch(CommandBuffer, PhotosensorOutputBuffer, int)
Device-specific command buffer setup for conversion to point cloud.
Declaration
protected override void InternalPrepareDispatch(CommandBuffer cmd, PhotosensorOutputBuffer data, int sampleToEncodeCount)
Parameters
Type | Name | Description |
---|---|---|
CommandBuffer | cmd | Command buffer provided any other ressources or parameters before dispatching the compute shader. |
PhotosensorOutputBuffer | data | The input buffer where the photosensor data is stored. |
int | sampleToEncodeCount | Number of samples available from the input buffer. |