GPURenderPassDepthStencilAttachment class
- Available extensions
- Annotations
-
- @anonymous
- @JS()
- @staticInterop
Constructors
- GPURenderPassDepthStencilAttachment({required GPUTextureView view, double? depthClearValue, GPULoadOp? depthLoadOp, GPUStoreOp? depthStoreOp, bool? depthReadOnly, int? stencilClearValue, GPULoadOp? stencilLoadOp, GPUStoreOp? stencilStoreOp, bool? stencilReadOnly})
-
factory
Properties
- depthClearValue ↔ double
-
Available on GPURenderPassDepthStencilAttachment, provided by the PropsGPURenderPassDepthStencilAttachment extension
getter/setter pair - depthLoadOp ↔ GPULoadOp
-
Available on GPURenderPassDepthStencilAttachment, provided by the PropsGPURenderPassDepthStencilAttachment extension
getter/setter pair - depthReadOnly ↔ bool
-
Available on GPURenderPassDepthStencilAttachment, provided by the PropsGPURenderPassDepthStencilAttachment extension
getter/setter pair - depthStoreOp ↔ GPUStoreOp
-
Available on GPURenderPassDepthStencilAttachment, provided by the PropsGPURenderPassDepthStencilAttachment extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stencilClearValue ↔ int
-
Available on GPURenderPassDepthStencilAttachment, provided by the PropsGPURenderPassDepthStencilAttachment extension
getter/setter pair - stencilLoadOp ↔ GPULoadOp
-
Available on GPURenderPassDepthStencilAttachment, provided by the PropsGPURenderPassDepthStencilAttachment extension
getter/setter pair - stencilReadOnly ↔ bool
-
Available on GPURenderPassDepthStencilAttachment, provided by the PropsGPURenderPassDepthStencilAttachment extension
getter/setter pair - stencilStoreOp ↔ GPUStoreOp
-
Available on GPURenderPassDepthStencilAttachment, provided by the PropsGPURenderPassDepthStencilAttachment extension
getter/setter pair - view ↔ GPUTextureView
-
Available on GPURenderPassDepthStencilAttachment, provided by the PropsGPURenderPassDepthStencilAttachment extension
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited