TTextureUsage class sealed
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- TEXTURE_USAGE_BLIT_DST → const int
- !< Texture can be used the destination of a blit()
- TEXTURE_USAGE_BLIT_SRC → const int
- !< Texture can be used the source of a blit()
- TEXTURE_USAGE_COLOR_ATTACHMENT → const int
- !< Texture can be used as a color attachment
- TEXTURE_USAGE_DEFAULT → const int
- !< Default texture usage
- TEXTURE_USAGE_DEPTH_ATTACHMENT → const int
- !< Texture can be used as a depth attachment
- TEXTURE_USAGE_NONE → const int
- TEXTURE_USAGE_PROTECTED → const int
- !< Texture can be used the destination of a blit()
- TEXTURE_USAGE_SAMPLEABLE → const int
- !< Texture can be sampled (default)
- TEXTURE_USAGE_STENCIL_ATTACHMENT → const int
- !< Texture can be used as a stencil attachment
- TEXTURE_USAGE_SUBPASS_INPUT → const int
- !< Texture can be used as a subpass input
- TEXTURE_USAGE_UPLOADABLE → const int
- !< Data can be uploaded into this texture (default)