PropsGPUQueue extension

on

Methods

copyExternalImageToTexture(GPUImageCopyExternalImage source, GPUImageCopyTextureTagged destination, dynamic copySize) → void

Available on GPUQueue, provided by the PropsGPUQueue extension

onSubmittedWorkDone() Future<void>

Available on GPUQueue, provided by the PropsGPUQueue extension

submit(Iterable<GPUCommandBuffer> commandBuffers) → void

Available on GPUQueue, provided by the PropsGPUQueue extension

writeBuffer(GPUBuffer buffer, int bufferOffset, dynamic data, [int? dataOffset = 0, int? size]) → void

Available on GPUQueue, provided by the PropsGPUQueue extension

writeTexture(GPUImageCopyTexture destination, dynamic data, GPUImageDataLayout dataLayout, dynamic size) → void

Available on GPUQueue, provided by the PropsGPUQueue extension