GPUCommandEncoder class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- GPUCommandEncoder()
-
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
-
beginComputePass(
[GPUComputePassDescriptor? descriptor]) → GPUComputePassEncoder -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
beginRenderPass(
GPURenderPassDescriptor descriptor) → GPURenderPassEncoder -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
clearBuffer(
GPUBuffer buffer, [int? offset = 0, int? size]) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
copyBufferToBuffer(
GPUBuffer source, int sourceOffset, GPUBuffer destination, int destinationOffset, int size) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
copyBufferToTexture(
GPUImageCopyBuffer source, GPUImageCopyTexture destination, dynamic copySize) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
copyTextureToBuffer(
GPUImageCopyTexture source, GPUImageCopyBuffer destination, dynamic copySize) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
copyTextureToTexture(
GPUImageCopyTexture source, GPUImageCopyTexture destination, dynamic copySize) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
finish(
[GPUCommandBufferDescriptor? descriptor]) → GPUCommandBuffer -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder 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
-
resolveQuerySet(
GPUQuerySet querySet, int firstQuery, int queryCount, GPUBuffer destination, int destinationOffset) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
-
toString(
) → String -
A string representation of this object.
inherited
-
writeTimestamp(
GPUQuerySet querySet, int queryIndex) → void -
Available on GPUCommandEncoder, provided by the PropsGPUCommandEncoder extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited