Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
pattern FORMAT_UNDEFINED :: 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 #