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
/
GPURenderPassEncoder
GPURender
Pass
Encoder
WebGPU
external
interface
GPURenderPassEncoder
(
source
)
Members
Functions
draw
Link copied to clipboard
WebGPU
abstract
fun
draw
(
vertexCount
:
Int
,
instanceCount
:
Int
,
firstVertex
:
Int
,
firstInstance
:
Int
)
draw
Indexed
Link copied to clipboard
WebGPU
abstract
fun
drawIndexed
(
indexCount
:
Int
)
end
Link copied to clipboard
WebGPU
abstract
fun
end
(
)
set
Bind
Group
Link copied to clipboard
WebGPU
abstract
fun
setBindGroup
(
slot
:
Int
,
bindGroup
:
GPUBindGroup
)
set
Index
Buffer
Link copied to clipboard
WebGPU
abstract
fun
setIndexBuffer
(
buffer
:
GPUBuffer
,
indexFormat
:
String
)
set
Pipeline
Link copied to clipboard
WebGPU
abstract
fun
setPipeline
(
pipeline
:
GPURenderPipeline
)
set
Vertex
Buffer
Link copied to clipboard
WebGPU
abstract
fun
setVertexBuffer
(
slot
:
Int
,
buffer
:
GPUBuffer
)