DepthStencilAttachment class base

Constructors

DepthStencilAttachment({LoadAction depthLoadAction = LoadAction.clear, StoreAction depthStoreAction = StoreAction.dontCare, double depthClearValue = 0.0, LoadAction stencilLoadAction = LoadAction.clear, StoreAction stencilStoreAction = StoreAction.dontCare, int stencilClearValue = 0, required Texture texture})

Properties

depthClearValue double
getter/setter pair
depthLoadAction LoadAction
getter/setter pair
depthStoreAction StoreAction
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
getter/setter pair
stencilLoadAction LoadAction
getter/setter pair
stencilStoreAction StoreAction
getter/setter pair
texture Texture
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