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, int mipLevel = 0, int slice = 0})

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
mipLevel int
The mip level of texture to render into. Must match the mip level of the color attachments so all attachments share the same size. See ColorAttachment.mipLevel.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slice int
The slice of texture to render into. See ColorAttachment.slice.
getter/setter pair
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