GPUDepthStencilState class
- Available extensions
- Annotations
-
- @anonymous
- @JS()
- @staticInterop
Constructors
- GPUDepthStencilState({required GPUTextureFormat format, bool? depthWriteEnabled, GPUCompareFunction? depthCompare, GPUStencilFaceState? stencilFront, GPUStencilFaceState? stencilBack, int? stencilReadMask, int? stencilWriteMask, int? depthBias, double? depthBiasSlopeScale, double? depthBiasClamp})
-
factory
Properties
- depthBias ↔ int
-
Available on GPUDepthStencilState, provided by the PropsGPUDepthStencilState extension
getter/setter pair - depthBiasClamp ↔ double
-
Available on GPUDepthStencilState, provided by the PropsGPUDepthStencilState extension
getter/setter pair - depthBiasSlopeScale ↔ double
-
Available on GPUDepthStencilState, provided by the PropsGPUDepthStencilState extension
getter/setter pair - depthCompare ↔ GPUCompareFunction
-
Available on GPUDepthStencilState, provided by the PropsGPUDepthStencilState extension
getter/setter pair - depthWriteEnabled ↔ bool
-
Available on GPUDepthStencilState, provided by the PropsGPUDepthStencilState extension
getter/setter pair - format ↔ GPUTextureFormat
-
Available on GPUDepthStencilState, provided by the PropsGPUDepthStencilState 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
- stencilBack ↔ GPUStencilFaceState
-
Available on GPUDepthStencilState, provided by the PropsGPUDepthStencilState extension
getter/setter pair - stencilFront ↔ GPUStencilFaceState
-
Available on GPUDepthStencilState, provided by the PropsGPUDepthStencilState extension
getter/setter pair - stencilReadMask ↔ int
-
Available on GPUDepthStencilState, provided by the PropsGPUDepthStencilState extension
getter/setter pair - stencilWriteMask ↔ int
-
Available on GPUDepthStencilState, provided by the PropsGPUDepthStencilState 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