Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- data 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
Documentation
data Decoration Source