GPUTextureDimension enum
Values
- value1d → const GPUTextureDimension
-
const GPUTextureDimension('1d')
- value2d → const GPUTextureDimension
-
const GPUTextureDimension('2d')
- value3d → const GPUTextureDimension
-
const GPUTextureDimension('3d')
Properties
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
Static Methods
-
fromValue(
String value) → GPUTextureDimension -
fromValues(
Iterable< String> values) → Iterable<GPUTextureDimension>
Constants
-
values
→ const List<
GPUTextureDimension> - A constant List of the values in this enum, in order of their declaration.