GPURenderCommandsMixin class

Implementers
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

GPURenderCommandsMixin()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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