ZWebGPUQueue
7 items
constructorZWebGPUQueue
constructor(queue: GPUQueue)
fun copyExternalImageToTexture(source: GPUImageCopyExternalImage, destination: GPUImageCopyTexture, copySize: GPUExtent3D)
funsubmit
fun submit(commandBuffers: Array<GPUCommandBuffer>)
Submits the given command encoders to the GPU queue for execution.
funwithQueue
Provides direct access to the underlying queue for advanced operations.
funwriteBuffer
fun writeBuffer(buffer: GPUBuffer, offset: Int, dataArray: Any)
Writes buffer data to the GPU.