PropsGPUCommandEncoder extension
Methods
-
beginComputePass(
[GPUComputePassDescriptor? descriptor]) → GPUComputePassEncoder -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
beginRenderPass(
GPURenderPassDescriptor descriptor) → GPURenderPassEncoder -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
clearBuffer(
GPUBuffer buffer, [int? offset = 0, int? size]) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
copyBufferToBuffer(
GPUBuffer source, int sourceOffset, GPUBuffer destination, int destinationOffset, int size) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
copyBufferToTexture(
GPUImageCopyBuffer source, GPUImageCopyTexture destination, dynamic copySize) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
copyTextureToBuffer(
GPUImageCopyTexture source, GPUImageCopyBuffer destination, dynamic copySize) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
copyTextureToTexture(
GPUImageCopyTexture source, GPUImageCopyTexture destination, dynamic copySize) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
finish(
[GPUCommandBufferDescriptor? descriptor]) → GPUCommandBuffer -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
resolveQuerySet(
GPUQuerySet querySet, int firstQuery, int queryCount, GPUBuffer destination, int destinationOffset) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
writeTimestamp(
GPUQuerySet querySet, int queryIndex) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension