PropsGPUComputePassEncoder extension
Methods
-
dispatchWorkgroups(
int workgroupCountX, [int? workgroupCountY = 1, int? workgroupCountZ = 1]) → void -
Available on GPUComputePassEncoder, provided by the PropsGPUComputePassEncoder extension
-
dispatchWorkgroupsIndirect(
GPUBuffer indirectBuffer, int indirectOffset) → void -
Available on GPUComputePassEncoder, provided by the PropsGPUComputePassEncoder extension
-
end(
) → void -
Available on GPUComputePassEncoder, provided by the PropsGPUComputePassEncoder extension
-
setPipeline(
GPUComputePipeline pipeline) → void -
Available on GPUComputePassEncoder, provided by the PropsGPUComputePassEncoder extension