pub enum Decoration {
RelaxedPrecision,
SpecId,
Block,
BufferBlock,
RowMajor,
ColMajor,
ArrayStride,
MatrixStride,
GLSLShared,
GLSLPacked,
CPacked,
BuiltIn,
NoPerspective,
Flat,
Patch,
Centroid,
Sample,
Invariant,
Restrict,
Aliased,
Volatile,
Constant,
Coherent,
NonWritable,
NonReadable,
Uniform,
SaturatedConversion,
Stream,
Location,
Component,
Index,
Binding,
DescriptorSet,
Offset,
XfbBuffer,
XfbStride,
FuncParamAttr,
FPRoundingMode,
FPFastMathMode,
LinkageAttributes,
NoContraction,
InputAttachmentIndex,
Alignment,
}
Variants
RelaxedPrecision | |
SpecId | |
Block | |
BufferBlock | |
RowMajor | |
ColMajor | |
ArrayStride | |
MatrixStride | |
GLSLShared | |
GLSLPacked | |
CPacked | |
BuiltIn | |
NoPerspective | |
Flat | |
Patch | |
Centroid | |
Sample | |
Invariant | |
Restrict | |
Aliased | |
Volatile | |
Constant | |
Coherent | |
NonWritable | |
NonReadable | |
Uniform | |
SaturatedConversion | |
Stream | |
Location | |
Component | |
Index | |
Binding | |
DescriptorSet | |
Offset | |
XfbBuffer | |
XfbStride | |
FuncParamAttr | |
FPRoundingMode | |
FPFastMathMode | |
LinkageAttributes | |
NoContraction | |
InputAttachmentIndex | |
Alignment | |
Methods
Trait Implementations
Derived Implementations