Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.SpirV.Reflect.Enums.Format
Documentation
pattern FORMAT_UNDEFINED :: Format Source #
pattern FORMAT_R16_UINT :: Format Source #
pattern FORMAT_R16_SINT :: Format Source #
pattern FORMAT_R16_SFLOAT :: Format Source #
pattern FORMAT_R16G16_UINT :: Format Source #
pattern FORMAT_R16G16_SINT :: Format Source #
pattern FORMAT_R16G16_SFLOAT :: Format Source #
pattern FORMAT_R16G16B16_UINT :: Format Source #
pattern FORMAT_R16G16B16_SINT :: Format Source #
pattern FORMAT_R16G16B16_SFLOAT :: Format Source #
pattern FORMAT_R16G16B16A16_UINT :: Format Source #
pattern FORMAT_R16G16B16A16_SINT :: Format Source #
pattern FORMAT_R16G16B16A16_SFLOAT :: Format Source #
pattern FORMAT_R32_UINT :: Format Source #
pattern FORMAT_R32_SINT :: Format Source #
pattern FORMAT_R32_SFLOAT :: Format Source #
pattern FORMAT_R32G32_UINT :: Format Source #
pattern FORMAT_R32G32_SINT :: Format Source #
pattern FORMAT_R32G32_SFLOAT :: Format Source #
pattern FORMAT_R32G32B32_UINT :: Format Source #
pattern FORMAT_R32G32B32_SINT :: Format Source #
pattern FORMAT_R32G32B32_SFLOAT :: Format Source #
pattern FORMAT_R32G32B32A32_UINT :: Format Source #
pattern FORMAT_R32G32B32A32_SINT :: Format Source #
pattern FORMAT_R32G32B32A32_SFLOAT :: Format Source #
pattern FORMAT_R64_UINT :: Format Source #
pattern FORMAT_R64_SINT :: Format Source #
pattern FORMAT_R64_SFLOAT :: Format Source #
pattern FORMAT_R64G64_UINT :: Format Source #
pattern FORMAT_R64G64_SINT :: Format Source #
pattern FORMAT_R64G64_SFLOAT :: Format Source #
pattern FORMAT_R64G64B64_UINT :: Format Source #
pattern FORMAT_R64G64B64_SINT :: Format Source #
pattern FORMAT_R64G64B64_SFLOAT :: Format Source #
pattern FORMAT_R64G64B64A64_UINT :: Format Source #
pattern FORMAT_R64G64B64A64_SINT :: Format Source #
pattern FORMAT_R64G64B64A64_SFLOAT :: Format Source #
formatNames :: IsString label => [(Format, label)] Source #