GPURenderPassEncoder

external interface GPURenderPassEncoder(source)

Functions

Link copied to clipboard
abstract fun draw(vertexCount: Int, instanceCount: Int, firstVertex: Int, firstInstance: Int)
Link copied to clipboard
abstract fun drawIndexed(indexCount: Int)
Link copied to clipboard
abstract fun end()
Link copied to clipboard
abstract fun setBindGroup(slot: Int, bindGroup: GPUBindGroup)
Link copied to clipboard
abstract fun setIndexBuffer(buffer: GPUBuffer, indexFormat: String)
Link copied to clipboard
abstract fun setPipeline(pipeline: GPURenderPipeline)
Link copied to clipboard
abstract fun setVertexBuffer(slot: Int, buffer: GPUBuffer)