GPUComputePassEncoder class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- GPUComputePassEncoder()
-
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
-
dispatchWorkgroups(
int workgroupCountX, [int? workgroupCountY = 1, int? workgroupCountZ = 1]) → void -
Available on GPUComputePassEncoder, provided by the PropsGPUComputePassEncoder extension
-
dispatchWorkgroupsIndirect(
GPUBuffer indirectBuffer, int indirectOffset) → void -
Available on GPUComputePassEncoder, provided by the PropsGPUComputePassEncoder extension
-
end(
) → void -
Available on GPUComputePassEncoder, provided by the PropsGPUComputePassEncoder 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
-
setPipeline(
GPUComputePipeline pipeline) → void -
Available on GPUComputePassEncoder, provided by the PropsGPUComputePassEncoder extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited