GPURenderPassEncoder class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- GPURenderPassEncoder()
-
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
-
beginOcclusionQuery(
int queryIndex) → void -
Available on GPURenderPassEncoder, provided by the PropsGPURenderPassEncoder extension
-
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
-
end(
) → void -
Available on GPURenderPassEncoder, provided by the PropsGPURenderPassEncoder extension
-
endOcclusionQuery(
) → void -
Available on GPURenderPassEncoder, provided by the PropsGPURenderPassEncoder extension
-
executeBundles(
Iterable< GPURenderBundle> bundles) → void -
Available on GPURenderPassEncoder, provided by the PropsGPURenderPassEncoder 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
-
setBlendConstant(
dynamic color) → void -
Available on GPURenderPassEncoder, provided by the PropsGPURenderPassEncoder 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
-
setScissorRect(
int x, int y, int width, int height) → void -
Available on GPURenderPassEncoder, provided by the PropsGPURenderPassEncoder extension
-
setStencilReference(
int reference) → void -
Available on GPURenderPassEncoder, provided by the PropsGPURenderPassEncoder extension
-
setVertexBuffer(
int slot, GPUBuffer buffer, [int? offset = 0, int? size]) → void -
Available on GPURenderCommandsMixin, provided by the PropsGPURenderCommandsMixin extension
-
setViewport(
double x, double y, double width, double height, double minDepth, double maxDepth) → void -
Available on GPURenderPassEncoder, provided by the PropsGPURenderPassEncoder extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited