Skip to main content

drawIndexed

method GPURenderBundleEncoder.prototype.drawIndexed
Jump to headingGPURenderBundleEncoder.prototype.drawIndexed(
indexCount: number,
instanceCount?: number,
firstIndex?: number,
baseVertex?: number,
firstInstance?: number,
): undefined

Parameters Jump to heading

Jump to headingindexCount: number
optional
Jump to headinginstanceCount: number
optional
Jump to headingfirstIndex: number
optional
Jump to headingbaseVertex: number
optional
Jump to headingfirstInstance: number

Return Type Jump to heading

undefined
Back to top