Zernikalos
Toggle table of contents
0.7.0
WebGPU
Target filter
WebGPU
Switch theme
Search in API
Skip to content
Zernikalos
Zernikalos
/
zernikalos.context.webgpu
/
GPUQueue
GPUQueue
WebGPU
external
class
GPUQueue
(
source
)
Members
Constructors
GPUQueue
Link copied to clipboard
WebGPU
constructor
(
)
Functions
copy
External
Image
To
Texture
Link copied to clipboard
WebGPU
fun
copyExternalImageToTexture
(
source
:
GPUImageCopyExternalImage
,
destination
:
GPUImageCopyTexture
,
copySize
:
GPUExtent3D
)
submit
Link copied to clipboard
WebGPU
fun
submit
(
commandBuffers
:
Array
<
GPUCommandBuffer
>
)
write
Buffer
Link copied to clipboard
WebGPU
fun
writeBuffer
(
buffer
:
GPUBuffer
,
offset
:
Int
,
data
:
Any
)