GPURenderBundleEncoder class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

GPURenderBundleEncoder()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
label String

Available on GPUObjectBase, provided by the PropsGPUObjectBase extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

draw(int vertexCount, [int? instanceCount = 1, int? firstVertex = 0, int? firstInstance = 0]) → void

Available on GPURenderCommandsMixin, provided by the PropsGPURenderCommandsMixin extension

drawIndexed(int indexCount, [int? instanceCount = 1, int? firstIndex = 0, int? baseVertex = 0, int? firstInstance = 0]) → void

Available on GPURenderCommandsMixin, provided by the PropsGPURenderCommandsMixin extension

drawIndexedIndirect(GPUBuffer indirectBuffer, int indirectOffset) → void

Available on GPURenderCommandsMixin, provided by the PropsGPURenderCommandsMixin extension

drawIndirect(GPUBuffer indirectBuffer, int indirectOffset) → void

Available on GPURenderCommandsMixin, provided by the PropsGPURenderCommandsMixin extension

finish([GPURenderBundleDescriptor? descriptor]) GPURenderBundle

Available on GPURenderBundleEncoder, provided by the PropsGPURenderBundleEncoder extension

insertDebugMarker(String markerLabel) → void

Available on GPUDebugCommandsMixin, provided by the PropsGPUDebugCommandsMixin extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
popDebugGroup() → void

Available on GPUDebugCommandsMixin, provided by the PropsGPUDebugCommandsMixin extension

pushDebugGroup(String groupLabel) → void

Available on GPUDebugCommandsMixin, provided by the PropsGPUDebugCommandsMixin extension

setBindGroup(int index, GPUBindGroup bindGroup, [Uint32List? dynamicOffsetsData, int? dynamicOffsetsDataStart, int? dynamicOffsetsDataLength]) → void

Available on GPUBindingCommandsMixin, provided by the PropsGPUBindingCommandsMixin extension

setIndexBuffer(GPUBuffer buffer, GPUIndexFormat indexFormat, [int? offset = 0, int? size]) → void

Available on GPURenderCommandsMixin, provided by the PropsGPURenderCommandsMixin extension

setPipeline(GPURenderPipeline pipeline) → void

Available on GPURenderCommandsMixin, provided by the PropsGPURenderCommandsMixin extension

setVertexBuffer(int slot, GPUBuffer buffer, [int? offset = 0, int? size]) → void

Available on GPURenderCommandsMixin, provided by the PropsGPURenderCommandsMixin extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited