{-# language CPP #-}
-- No documentation found for Chapter "Format"
module Vulkan.Core10.Enums.Format  (Format( FORMAT_UNDEFINED
                                          , FORMAT_R4G4_UNORM_PACK8
                                          , FORMAT_R4G4B4A4_UNORM_PACK16
                                          , FORMAT_B4G4R4A4_UNORM_PACK16
                                          , FORMAT_R5G6B5_UNORM_PACK16
                                          , FORMAT_B5G6R5_UNORM_PACK16
                                          , FORMAT_R5G5B5A1_UNORM_PACK16
                                          , FORMAT_B5G5R5A1_UNORM_PACK16
                                          , FORMAT_A1R5G5B5_UNORM_PACK16
                                          , FORMAT_R8_UNORM
                                          , FORMAT_R8_SNORM
                                          , FORMAT_R8_USCALED
                                          , FORMAT_R8_SSCALED
                                          , FORMAT_R8_UINT
                                          , FORMAT_R8_SINT
                                          , FORMAT_R8_SRGB
                                          , FORMAT_R8G8_UNORM
                                          , FORMAT_R8G8_SNORM
                                          , FORMAT_R8G8_USCALED
                                          , FORMAT_R8G8_SSCALED
                                          , FORMAT_R8G8_UINT
                                          , FORMAT_R8G8_SINT
                                          , FORMAT_R8G8_SRGB
                                          , FORMAT_R8G8B8_UNORM
                                          , FORMAT_R8G8B8_SNORM
                                          , FORMAT_R8G8B8_USCALED
                                          , FORMAT_R8G8B8_SSCALED
                                          , FORMAT_R8G8B8_UINT
                                          , FORMAT_R8G8B8_SINT
                                          , FORMAT_R8G8B8_SRGB
                                          , FORMAT_B8G8R8_UNORM
                                          , FORMAT_B8G8R8_SNORM
                                          , FORMAT_B8G8R8_USCALED
                                          , FORMAT_B8G8R8_SSCALED
                                          , FORMAT_B8G8R8_UINT
                                          , FORMAT_B8G8R8_SINT
                                          , FORMAT_B8G8R8_SRGB
                                          , FORMAT_R8G8B8A8_UNORM
                                          , FORMAT_R8G8B8A8_SNORM
                                          , FORMAT_R8G8B8A8_USCALED
                                          , FORMAT_R8G8B8A8_SSCALED
                                          , FORMAT_R8G8B8A8_UINT
                                          , FORMAT_R8G8B8A8_SINT
                                          , FORMAT_R8G8B8A8_SRGB
                                          , FORMAT_B8G8R8A8_UNORM
                                          , FORMAT_B8G8R8A8_SNORM
                                          , FORMAT_B8G8R8A8_USCALED
                                          , FORMAT_B8G8R8A8_SSCALED
                                          , FORMAT_B8G8R8A8_UINT
                                          , FORMAT_B8G8R8A8_SINT
                                          , FORMAT_B8G8R8A8_SRGB
                                          , FORMAT_A8B8G8R8_UNORM_PACK32
                                          , FORMAT_A8B8G8R8_SNORM_PACK32
                                          , FORMAT_A8B8G8R8_USCALED_PACK32
                                          , FORMAT_A8B8G8R8_SSCALED_PACK32
                                          , FORMAT_A8B8G8R8_UINT_PACK32
                                          , FORMAT_A8B8G8R8_SINT_PACK32
                                          , FORMAT_A8B8G8R8_SRGB_PACK32
                                          , FORMAT_A2R10G10B10_UNORM_PACK32
                                          , FORMAT_A2R10G10B10_SNORM_PACK32
                                          , FORMAT_A2R10G10B10_USCALED_PACK32
                                          , FORMAT_A2R10G10B10_SSCALED_PACK32
                                          , FORMAT_A2R10G10B10_UINT_PACK32
                                          , FORMAT_A2R10G10B10_SINT_PACK32
                                          , FORMAT_A2B10G10R10_UNORM_PACK32
                                          , FORMAT_A2B10G10R10_SNORM_PACK32
                                          , FORMAT_A2B10G10R10_USCALED_PACK32
                                          , FORMAT_A2B10G10R10_SSCALED_PACK32
                                          , FORMAT_A2B10G10R10_UINT_PACK32
                                          , FORMAT_A2B10G10R10_SINT_PACK32
                                          , FORMAT_R16_UNORM
                                          , FORMAT_R16_SNORM
                                          , FORMAT_R16_USCALED
                                          , FORMAT_R16_SSCALED
                                          , FORMAT_R16_UINT
                                          , FORMAT_R16_SINT
                                          , FORMAT_R16_SFLOAT
                                          , FORMAT_R16G16_UNORM
                                          , FORMAT_R16G16_SNORM
                                          , FORMAT_R16G16_USCALED
                                          , FORMAT_R16G16_SSCALED
                                          , FORMAT_R16G16_UINT
                                          , FORMAT_R16G16_SINT
                                          , FORMAT_R16G16_SFLOAT
                                          , FORMAT_R16G16B16_UNORM
                                          , FORMAT_R16G16B16_SNORM
                                          , FORMAT_R16G16B16_USCALED
                                          , FORMAT_R16G16B16_SSCALED
                                          , FORMAT_R16G16B16_UINT
                                          , FORMAT_R16G16B16_SINT
                                          , FORMAT_R16G16B16_SFLOAT
                                          , FORMAT_R16G16B16A16_UNORM
                                          , FORMAT_R16G16B16A16_SNORM
                                          , FORMAT_R16G16B16A16_USCALED
                                          , FORMAT_R16G16B16A16_SSCALED
                                          , FORMAT_R16G16B16A16_UINT
                                          , FORMAT_R16G16B16A16_SINT
                                          , FORMAT_R16G16B16A16_SFLOAT
                                          , FORMAT_R32_UINT
                                          , FORMAT_R32_SINT
                                          , FORMAT_R32_SFLOAT
                                          , FORMAT_R32G32_UINT
                                          , FORMAT_R32G32_SINT
                                          , FORMAT_R32G32_SFLOAT
                                          , FORMAT_R32G32B32_UINT
                                          , FORMAT_R32G32B32_SINT
                                          , FORMAT_R32G32B32_SFLOAT
                                          , FORMAT_R32G32B32A32_UINT
                                          , FORMAT_R32G32B32A32_SINT
                                          , FORMAT_R32G32B32A32_SFLOAT
                                          , FORMAT_R64_UINT
                                          , FORMAT_R64_SINT
                                          , FORMAT_R64_SFLOAT
                                          , FORMAT_R64G64_UINT
                                          , FORMAT_R64G64_SINT
                                          , FORMAT_R64G64_SFLOAT
                                          , FORMAT_R64G64B64_UINT
                                          , FORMAT_R64G64B64_SINT
                                          , FORMAT_R64G64B64_SFLOAT
                                          , FORMAT_R64G64B64A64_UINT
                                          , FORMAT_R64G64B64A64_SINT
                                          , FORMAT_R64G64B64A64_SFLOAT
                                          , FORMAT_B10G11R11_UFLOAT_PACK32
                                          , FORMAT_E5B9G9R9_UFLOAT_PACK32
                                          , FORMAT_D16_UNORM
                                          , FORMAT_X8_D24_UNORM_PACK32
                                          , FORMAT_D32_SFLOAT
                                          , FORMAT_S8_UINT
                                          , FORMAT_D16_UNORM_S8_UINT
                                          , FORMAT_D24_UNORM_S8_UINT
                                          , FORMAT_D32_SFLOAT_S8_UINT
                                          , FORMAT_BC1_RGB_UNORM_BLOCK
                                          , FORMAT_BC1_RGB_SRGB_BLOCK
                                          , FORMAT_BC1_RGBA_UNORM_BLOCK
                                          , FORMAT_BC1_RGBA_SRGB_BLOCK
                                          , FORMAT_BC2_UNORM_BLOCK
                                          , FORMAT_BC2_SRGB_BLOCK
                                          , FORMAT_BC3_UNORM_BLOCK
                                          , FORMAT_BC3_SRGB_BLOCK
                                          , FORMAT_BC4_UNORM_BLOCK
                                          , FORMAT_BC4_SNORM_BLOCK
                                          , FORMAT_BC5_UNORM_BLOCK
                                          , FORMAT_BC5_SNORM_BLOCK
                                          , FORMAT_BC6H_UFLOAT_BLOCK
                                          , FORMAT_BC6H_SFLOAT_BLOCK
                                          , FORMAT_BC7_UNORM_BLOCK
                                          , FORMAT_BC7_SRGB_BLOCK
                                          , FORMAT_ETC2_R8G8B8_UNORM_BLOCK
                                          , FORMAT_ETC2_R8G8B8_SRGB_BLOCK
                                          , FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK
                                          , FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK
                                          , FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK
                                          , FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK
                                          , FORMAT_EAC_R11_UNORM_BLOCK
                                          , FORMAT_EAC_R11_SNORM_BLOCK
                                          , FORMAT_EAC_R11G11_UNORM_BLOCK
                                          , FORMAT_EAC_R11G11_SNORM_BLOCK
                                          , FORMAT_ASTC_4x4_UNORM_BLOCK
                                          , FORMAT_ASTC_4x4_SRGB_BLOCK
                                          , FORMAT_ASTC_5x4_UNORM_BLOCK
                                          , FORMAT_ASTC_5x4_SRGB_BLOCK
                                          , FORMAT_ASTC_5x5_UNORM_BLOCK
                                          , FORMAT_ASTC_5x5_SRGB_BLOCK
                                          , FORMAT_ASTC_6x5_UNORM_BLOCK
                                          , FORMAT_ASTC_6x5_SRGB_BLOCK
                                          , FORMAT_ASTC_6x6_UNORM_BLOCK
                                          , FORMAT_ASTC_6x6_SRGB_BLOCK
                                          , FORMAT_ASTC_8x5_UNORM_BLOCK
                                          , FORMAT_ASTC_8x5_SRGB_BLOCK
                                          , FORMAT_ASTC_8x6_UNORM_BLOCK
                                          , FORMAT_ASTC_8x6_SRGB_BLOCK
                                          , FORMAT_ASTC_8x8_UNORM_BLOCK
                                          , FORMAT_ASTC_8x8_SRGB_BLOCK
                                          , FORMAT_ASTC_10x5_UNORM_BLOCK
                                          , FORMAT_ASTC_10x5_SRGB_BLOCK
                                          , FORMAT_ASTC_10x6_UNORM_BLOCK
                                          , FORMAT_ASTC_10x6_SRGB_BLOCK
                                          , FORMAT_ASTC_10x8_UNORM_BLOCK
                                          , FORMAT_ASTC_10x8_SRGB_BLOCK
                                          , FORMAT_ASTC_10x10_UNORM_BLOCK
                                          , FORMAT_ASTC_10x10_SRGB_BLOCK
                                          , FORMAT_ASTC_12x10_UNORM_BLOCK
                                          , FORMAT_ASTC_12x10_SRGB_BLOCK
                                          , FORMAT_ASTC_12x12_UNORM_BLOCK
                                          , FORMAT_ASTC_12x12_SRGB_BLOCK
                                          , FORMAT_G14X2_B14X2R14X2_2PLANE_422_UNORM_3PACK16_ARM
                                          , FORMAT_G14X2_B14X2R14X2_2PLANE_420_UNORM_3PACK16_ARM
                                          , FORMAT_R14X2G14X2B14X2A14X2_UNORM_4PACK16_ARM
                                          , FORMAT_R14X2G14X2_UNORM_2PACK16_ARM
                                          , FORMAT_R14X2_UNORM_PACK16_ARM
                                          , FORMAT_R14X2G14X2B14X2A14X2_UINT_4PACK16_ARM
                                          , FORMAT_R14X2G14X2_UINT_2PACK16_ARM
                                          , FORMAT_R14X2_UINT_PACK16_ARM
                                          , FORMAT_R12X4G12X4B12X4A12X4_UINT_4PACK16_ARM
                                          , FORMAT_R12X4G12X4_UINT_2PACK16_ARM
                                          , FORMAT_R12X4_UINT_PACK16_ARM
                                          , FORMAT_R10X6G10X6B10X6A10X6_UINT_4PACK16_ARM
                                          , FORMAT_R10X6G10X6_UINT_2PACK16_ARM
                                          , FORMAT_R10X6_UINT_PACK16_ARM
                                          , FORMAT_R16G16_SFIXED5_NV
                                          , FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E5M2_ARM
                                          , FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E4M3_ARM
                                          , FORMAT_R16_SFLOAT_FPENCODING_BFLOAT16_ARM
                                          , FORMAT_R8_BOOL_ARM
                                          , FORMAT_ASTC_6x6x6_SFLOAT_BLOCK_EXT
                                          , FORMAT_ASTC_6x6x6_SRGB_BLOCK_EXT
                                          , FORMAT_ASTC_6x6x6_UNORM_BLOCK_EXT
                                          , FORMAT_ASTC_6x6x5_SFLOAT_BLOCK_EXT
                                          , FORMAT_ASTC_6x6x5_SRGB_BLOCK_EXT
                                          , FORMAT_ASTC_6x6x5_UNORM_BLOCK_EXT
                                          , FORMAT_ASTC_6x5x5_SFLOAT_BLOCK_EXT
                                          , FORMAT_ASTC_6x5x5_SRGB_BLOCK_EXT
                                          , FORMAT_ASTC_6x5x5_UNORM_BLOCK_EXT
                                          , FORMAT_ASTC_5x5x5_SFLOAT_BLOCK_EXT
                                          , FORMAT_ASTC_5x5x5_SRGB_BLOCK_EXT
                                          , FORMAT_ASTC_5x5x5_UNORM_BLOCK_EXT
                                          , FORMAT_ASTC_5x5x4_SFLOAT_BLOCK_EXT
                                          , FORMAT_ASTC_5x5x4_SRGB_BLOCK_EXT
                                          , FORMAT_ASTC_5x5x4_UNORM_BLOCK_EXT
                                          , FORMAT_ASTC_5x4x4_SFLOAT_BLOCK_EXT
                                          , FORMAT_ASTC_5x4x4_SRGB_BLOCK_EXT
                                          , FORMAT_ASTC_5x4x4_UNORM_BLOCK_EXT
                                          , FORMAT_ASTC_4x4x4_SFLOAT_BLOCK_EXT
                                          , FORMAT_ASTC_4x4x4_SRGB_BLOCK_EXT
                                          , FORMAT_ASTC_4x4x4_UNORM_BLOCK_EXT
                                          , FORMAT_ASTC_4x4x3_SFLOAT_BLOCK_EXT
                                          , FORMAT_ASTC_4x4x3_SRGB_BLOCK_EXT
                                          , FORMAT_ASTC_4x4x3_UNORM_BLOCK_EXT
                                          , FORMAT_ASTC_4x3x3_SFLOAT_BLOCK_EXT
                                          , FORMAT_ASTC_4x3x3_SRGB_BLOCK_EXT
                                          , FORMAT_ASTC_4x3x3_UNORM_BLOCK_EXT
                                          , FORMAT_ASTC_3x3x3_SFLOAT_BLOCK_EXT
                                          , FORMAT_ASTC_3x3x3_SRGB_BLOCK_EXT
                                          , FORMAT_ASTC_3x3x3_UNORM_BLOCK_EXT
                                          , FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG
                                          , FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG
                                          , FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG
                                          , FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG
                                          , FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG
                                          , FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG
                                          , FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG
                                          , FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG
                                          , FORMAT_A8_UNORM
                                          , FORMAT_A1B5G5R5_UNORM_PACK16
                                          , FORMAT_ASTC_12x12_SFLOAT_BLOCK
                                          , FORMAT_ASTC_12x10_SFLOAT_BLOCK
                                          , FORMAT_ASTC_10x10_SFLOAT_BLOCK
                                          , FORMAT_ASTC_10x8_SFLOAT_BLOCK
                                          , FORMAT_ASTC_10x6_SFLOAT_BLOCK
                                          , FORMAT_ASTC_10x5_SFLOAT_BLOCK
                                          , FORMAT_ASTC_8x8_SFLOAT_BLOCK
                                          , FORMAT_ASTC_8x6_SFLOAT_BLOCK
                                          , FORMAT_ASTC_8x5_SFLOAT_BLOCK
                                          , FORMAT_ASTC_6x6_SFLOAT_BLOCK
                                          , FORMAT_ASTC_6x5_SFLOAT_BLOCK
                                          , FORMAT_ASTC_5x5_SFLOAT_BLOCK
                                          , FORMAT_ASTC_5x4_SFLOAT_BLOCK
                                          , FORMAT_ASTC_4x4_SFLOAT_BLOCK
                                          , FORMAT_A4B4G4R4_UNORM_PACK16
                                          , FORMAT_A4R4G4B4_UNORM_PACK16
                                          , FORMAT_G16_B16R16_2PLANE_444_UNORM
                                          , FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16
                                          , FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16
                                          , FORMAT_G8_B8R8_2PLANE_444_UNORM
                                          , FORMAT_G16_B16_R16_3PLANE_444_UNORM
                                          , FORMAT_G16_B16R16_2PLANE_422_UNORM
                                          , FORMAT_G16_B16_R16_3PLANE_422_UNORM
                                          , FORMAT_G16_B16R16_2PLANE_420_UNORM
                                          , FORMAT_G16_B16_R16_3PLANE_420_UNORM
                                          , FORMAT_B16G16R16G16_422_UNORM
                                          , FORMAT_G16B16G16R16_422_UNORM
                                          , FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16
                                          , FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16
                                          , FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16
                                          , FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16
                                          , FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16
                                          , FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16
                                          , FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16
                                          , FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16
                                          , FORMAT_R12X4G12X4_UNORM_2PACK16
                                          , FORMAT_R12X4_UNORM_PACK16
                                          , FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16
                                          , FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16
                                          , FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16
                                          , FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16
                                          , FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16
                                          , FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16
                                          , FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16
                                          , FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16
                                          , FORMAT_R10X6G10X6_UNORM_2PACK16
                                          , FORMAT_R10X6_UNORM_PACK16
                                          , FORMAT_G8_B8_R8_3PLANE_444_UNORM
                                          , FORMAT_G8_B8R8_2PLANE_422_UNORM
                                          , FORMAT_G8_B8_R8_3PLANE_422_UNORM
                                          , FORMAT_G8_B8R8_2PLANE_420_UNORM
                                          , FORMAT_G8_B8_R8_3PLANE_420_UNORM
                                          , FORMAT_B8G8R8G8_422_UNORM
                                          , FORMAT_G8B8G8R8_422_UNORM
                                          , ..
                                          )) where

import Vulkan.Internal.Utils (enumReadPrec)
import Vulkan.Internal.Utils (enumShowsPrec)
import GHC.Show (showsPrec)
import Vulkan.Zero (Zero)
import Foreign.Storable (Storable)
import Data.Int (Int32)
import GHC.Read (Read(readPrec))
import GHC.Show (Show(showsPrec))

-- | VkFormat - Available image formats
--
-- = Description
--
-- -   'FORMAT_UNDEFINED' specifies that the format is not specified.
--
-- -   'FORMAT_R4G4_UNORM_PACK8' specifies a two-component, 8-bit packed
--     unsigned normalized format that has a 4-bit R component in bits
--     4..7, and a 4-bit G component in bits 0..3.
--
-- -   'FORMAT_R4G4B4A4_UNORM_PACK16' specifies a four-component, 16-bit
--     packed unsigned normalized format that has a 4-bit R component in
--     bits 12..15, a 4-bit G component in bits 8..11, a 4-bit B component
--     in bits 4..7, and a 4-bit A component in bits 0..3.
--
-- -   'FORMAT_B4G4R4A4_UNORM_PACK16' specifies a four-component, 16-bit
--     packed unsigned normalized format that has a 4-bit B component in
--     bits 12..15, a 4-bit G component in bits 8..11, a 4-bit R component
--     in bits 4..7, and a 4-bit A component in bits 0..3.
--
-- -   'FORMAT_A4R4G4B4_UNORM_PACK16' specifies a four-component, 16-bit
--     packed unsigned normalized format that has a 4-bit A component in
--     bits 12..15, a 4-bit R component in bits 8..11, a 4-bit G component
--     in bits 4..7, and a 4-bit B component in bits 0..3.
--
-- -   'FORMAT_A4B4G4R4_UNORM_PACK16' specifies a four-component, 16-bit
--     packed unsigned normalized format that has a 4-bit A component in
--     bits 12..15, a 4-bit B component in bits 8..11, a 4-bit G component
--     in bits 4..7, and a 4-bit R component in bits 0..3.
--
-- -   'FORMAT_R5G6B5_UNORM_PACK16' specifies a three-component, 16-bit
--     packed unsigned normalized format that has a 5-bit R component in
--     bits 11..15, a 6-bit G component in bits 5..10, and a 5-bit B
--     component in bits 0..4.
--
-- -   'FORMAT_B5G6R5_UNORM_PACK16' specifies a three-component, 16-bit
--     packed unsigned normalized format that has a 5-bit B component in
--     bits 11..15, a 6-bit G component in bits 5..10, and a 5-bit R
--     component in bits 0..4.
--
-- -   'FORMAT_R5G5B5A1_UNORM_PACK16' specifies a four-component, 16-bit
--     packed unsigned normalized format that has a 5-bit R component in
--     bits 11..15, a 5-bit G component in bits 6..10, a 5-bit B component
--     in bits 1..5, and a 1-bit A component in bit 0.
--
-- -   'FORMAT_B5G5R5A1_UNORM_PACK16' specifies a four-component, 16-bit
--     packed unsigned normalized format that has a 5-bit B component in
--     bits 11..15, a 5-bit G component in bits 6..10, a 5-bit R component
--     in bits 1..5, and a 1-bit A component in bit 0.
--
-- -   'FORMAT_A1R5G5B5_UNORM_PACK16' specifies a four-component, 16-bit
--     packed unsigned normalized format that has a 1-bit A component in
--     bit 15, a 5-bit R component in bits 10..14, a 5-bit G component in
--     bits 5..9, and a 5-bit B component in bits 0..4.
--
-- -   'FORMAT_A1B5G5R5_UNORM_PACK16' specifies a four-component, 16-bit
--     packed unsigned normalized format that has a 1-bit A component in
--     bit 15, a 5-bit B component in bits 10..14, a 5-bit G component in
--     bits 5..9, and a 5-bit R component in bits 0..4.
--
-- -   'FORMAT_A8_UNORM' specifies a one-component, 8-bit unsigned
--     normalized format that has a single 8-bit A component.
--
-- -   'FORMAT_R8_UNORM' specifies a one-component, 8-bit unsigned
--     normalized format that has a single 8-bit R component.
--
-- -   'FORMAT_R8_SNORM' specifies a one-component, 8-bit signed normalized
--     format that has a single 8-bit R component.
--
-- -   'FORMAT_R8_USCALED' specifies a one-component, 8-bit unsigned scaled
--     integer format that has a single 8-bit R component.
--
-- -   'FORMAT_R8_SSCALED' specifies a one-component, 8-bit signed scaled
--     integer format that has a single 8-bit R component.
--
-- -   'FORMAT_R8_UINT' specifies a one-component, 8-bit unsigned integer
--     format that has a single 8-bit R component.
--
-- -   'FORMAT_R8_SINT' specifies a one-component, 8-bit signed integer
--     format that has a single 8-bit R component.
--
-- -   'FORMAT_R8_SRGB' specifies a one-component, 8-bit unsigned
--     normalized format that has a single 8-bit R component stored with
--     sRGB nonlinear encoding.
--
-- -   'FORMAT_R8G8_UNORM' specifies a two-component, 16-bit unsigned
--     normalized format that has an 8-bit R component in byte 0, and an
--     8-bit G component in byte 1.
--
-- -   'FORMAT_R8G8_SNORM' specifies a two-component, 16-bit signed
--     normalized format that has an 8-bit R component in byte 0, and an
--     8-bit G component in byte 1.
--
-- -   'FORMAT_R8G8_USCALED' specifies a two-component, 16-bit unsigned
--     scaled integer format that has an 8-bit R component in byte 0, and
--     an 8-bit G component in byte 1.
--
-- -   'FORMAT_R8G8_SSCALED' specifies a two-component, 16-bit signed
--     scaled integer format that has an 8-bit R component in byte 0, and
--     an 8-bit G component in byte 1.
--
-- -   'FORMAT_R8G8_UINT' specifies a two-component, 16-bit unsigned
--     integer format that has an 8-bit R component in byte 0, and an 8-bit
--     G component in byte 1.
--
-- -   'FORMAT_R8G8_SINT' specifies a two-component, 16-bit signed integer
--     format that has an 8-bit R component in byte 0, and an 8-bit G
--     component in byte 1.
--
-- -   'FORMAT_R8G8_SRGB' specifies a two-component, 16-bit unsigned
--     normalized format that has an 8-bit R component stored with sRGB
--     nonlinear encoding in byte 0, and an 8-bit G component stored with
--     sRGB nonlinear encoding in byte 1.
--
-- -   'FORMAT_R8G8B8_UNORM' specifies a three-component, 24-bit unsigned
--     normalized format that has an 8-bit R component in byte 0, an 8-bit
--     G component in byte 1, and an 8-bit B component in byte 2.
--
-- -   'FORMAT_R8G8B8_SNORM' specifies a three-component, 24-bit signed
--     normalized format that has an 8-bit R component in byte 0, an 8-bit
--     G component in byte 1, and an 8-bit B component in byte 2.
--
-- -   'FORMAT_R8G8B8_USCALED' specifies a three-component, 24-bit unsigned
--     scaled format that has an 8-bit R component in byte 0, an 8-bit G
--     component in byte 1, and an 8-bit B component in byte 2.
--
-- -   'FORMAT_R8G8B8_SSCALED' specifies a three-component, 24-bit signed
--     scaled format that has an 8-bit R component in byte 0, an 8-bit G
--     component in byte 1, and an 8-bit B component in byte 2.
--
-- -   'FORMAT_R8G8B8_UINT' specifies a three-component, 24-bit unsigned
--     integer format that has an 8-bit R component in byte 0, an 8-bit G
--     component in byte 1, and an 8-bit B component in byte 2.
--
-- -   'FORMAT_R8G8B8_SINT' specifies a three-component, 24-bit signed
--     integer format that has an 8-bit R component in byte 0, an 8-bit G
--     component in byte 1, and an 8-bit B component in byte 2.
--
-- -   'FORMAT_R8G8B8_SRGB' specifies a three-component, 24-bit unsigned
--     normalized format that has an 8-bit R component stored with sRGB
--     nonlinear encoding in byte 0, an 8-bit G component stored with sRGB
--     nonlinear encoding in byte 1, and an 8-bit B component stored with
--     sRGB nonlinear encoding in byte 2.
--
-- -   'FORMAT_B8G8R8_UNORM' specifies a three-component, 24-bit unsigned
--     normalized format that has an 8-bit B component in byte 0, an 8-bit
--     G component in byte 1, and an 8-bit R component in byte 2.
--
-- -   'FORMAT_B8G8R8_SNORM' specifies a three-component, 24-bit signed
--     normalized format that has an 8-bit B component in byte 0, an 8-bit
--     G component in byte 1, and an 8-bit R component in byte 2.
--
-- -   'FORMAT_B8G8R8_USCALED' specifies a three-component, 24-bit unsigned
--     scaled format that has an 8-bit B component in byte 0, an 8-bit G
--     component in byte 1, and an 8-bit R component in byte 2.
--
-- -   'FORMAT_B8G8R8_SSCALED' specifies a three-component, 24-bit signed
--     scaled format that has an 8-bit B component in byte 0, an 8-bit G
--     component in byte 1, and an 8-bit R component in byte 2.
--
-- -   'FORMAT_B8G8R8_UINT' specifies a three-component, 24-bit unsigned
--     integer format that has an 8-bit B component in byte 0, an 8-bit G
--     component in byte 1, and an 8-bit R component in byte 2.
--
-- -   'FORMAT_B8G8R8_SINT' specifies a three-component, 24-bit signed
--     integer format that has an 8-bit B component in byte 0, an 8-bit G
--     component in byte 1, and an 8-bit R component in byte 2.
--
-- -   'FORMAT_B8G8R8_SRGB' specifies a three-component, 24-bit unsigned
--     normalized format that has an 8-bit B component stored with sRGB
--     nonlinear encoding in byte 0, an 8-bit G component stored with sRGB
--     nonlinear encoding in byte 1, and an 8-bit R component stored with
--     sRGB nonlinear encoding in byte 2.
--
-- -   'FORMAT_R8G8B8A8_UNORM' specifies a four-component, 32-bit unsigned
--     normalized format that has an 8-bit R component in byte 0, an 8-bit
--     G component in byte 1, an 8-bit B component in byte 2, and an 8-bit
--     A component in byte 3.
--
-- -   'FORMAT_R8G8B8A8_SNORM' specifies a four-component, 32-bit signed
--     normalized format that has an 8-bit R component in byte 0, an 8-bit
--     G component in byte 1, an 8-bit B component in byte 2, and an 8-bit
--     A component in byte 3.
--
-- -   'FORMAT_R8G8B8A8_USCALED' specifies a four-component, 32-bit
--     unsigned scaled format that has an 8-bit R component in byte 0, an
--     8-bit G component in byte 1, an 8-bit B component in byte 2, and an
--     8-bit A component in byte 3.
--
-- -   'FORMAT_R8G8B8A8_SSCALED' specifies a four-component, 32-bit signed
--     scaled format that has an 8-bit R component in byte 0, an 8-bit G
--     component in byte 1, an 8-bit B component in byte 2, and an 8-bit A
--     component in byte 3.
--
-- -   'FORMAT_R8G8B8A8_UINT' specifies a four-component, 32-bit unsigned
--     integer format that has an 8-bit R component in byte 0, an 8-bit G
--     component in byte 1, an 8-bit B component in byte 2, and an 8-bit A
--     component in byte 3.
--
-- -   'FORMAT_R8G8B8A8_SINT' specifies a four-component, 32-bit signed
--     integer format that has an 8-bit R component in byte 0, an 8-bit G
--     component in byte 1, an 8-bit B component in byte 2, and an 8-bit A
--     component in byte 3.
--
-- -   'FORMAT_R8G8B8A8_SRGB' specifies a four-component, 32-bit unsigned
--     normalized format that has an 8-bit R component stored with sRGB
--     nonlinear encoding in byte 0, an 8-bit G component stored with sRGB
--     nonlinear encoding in byte 1, an 8-bit B component stored with sRGB
--     nonlinear encoding in byte 2, and an 8-bit A component in byte 3.
--
-- -   'FORMAT_B8G8R8A8_UNORM' specifies a four-component, 32-bit unsigned
--     normalized format that has an 8-bit B component in byte 0, an 8-bit
--     G component in byte 1, an 8-bit R component in byte 2, and an 8-bit
--     A component in byte 3.
--
-- -   'FORMAT_B8G8R8A8_SNORM' specifies a four-component, 32-bit signed
--     normalized format that has an 8-bit B component in byte 0, an 8-bit
--     G component in byte 1, an 8-bit R component in byte 2, and an 8-bit
--     A component in byte 3.
--
-- -   'FORMAT_B8G8R8A8_USCALED' specifies a four-component, 32-bit
--     unsigned scaled format that has an 8-bit B component in byte 0, an
--     8-bit G component in byte 1, an 8-bit R component in byte 2, and an
--     8-bit A component in byte 3.
--
-- -   'FORMAT_B8G8R8A8_SSCALED' specifies a four-component, 32-bit signed
--     scaled format that has an 8-bit B component in byte 0, an 8-bit G
--     component in byte 1, an 8-bit R component in byte 2, and an 8-bit A
--     component in byte 3.
--
-- -   'FORMAT_B8G8R8A8_UINT' specifies a four-component, 32-bit unsigned
--     integer format that has an 8-bit B component in byte 0, an 8-bit G
--     component in byte 1, an 8-bit R component in byte 2, and an 8-bit A
--     component in byte 3.
--
-- -   'FORMAT_B8G8R8A8_SINT' specifies a four-component, 32-bit signed
--     integer format that has an 8-bit B component in byte 0, an 8-bit G
--     component in byte 1, an 8-bit R component in byte 2, and an 8-bit A
--     component in byte 3.
--
-- -   'FORMAT_B8G8R8A8_SRGB' specifies a four-component, 32-bit unsigned
--     normalized format that has an 8-bit B component stored with sRGB
--     nonlinear encoding in byte 0, an 8-bit G component stored with sRGB
--     nonlinear encoding in byte 1, an 8-bit R component stored with sRGB
--     nonlinear encoding in byte 2, and an 8-bit A component in byte 3.
--
-- -   'FORMAT_A8B8G8R8_UNORM_PACK32' specifies a four-component, 32-bit
--     packed unsigned normalized format that has an 8-bit A component in
--     bits 24..31, an 8-bit B component in bits 16..23, an 8-bit G
--     component in bits 8..15, and an 8-bit R component in bits 0..7.
--
-- -   'FORMAT_A8B8G8R8_SNORM_PACK32' specifies a four-component, 32-bit
--     packed signed normalized format that has an 8-bit A component in
--     bits 24..31, an 8-bit B component in bits 16..23, an 8-bit G
--     component in bits 8..15, and an 8-bit R component in bits 0..7.
--
-- -   'FORMAT_A8B8G8R8_USCALED_PACK32' specifies a four-component, 32-bit
--     packed unsigned scaled integer format that has an 8-bit A component
--     in bits 24..31, an 8-bit B component in bits 16..23, an 8-bit G
--     component in bits 8..15, and an 8-bit R component in bits 0..7.
--
-- -   'FORMAT_A8B8G8R8_SSCALED_PACK32' specifies a four-component, 32-bit
--     packed signed scaled integer format that has an 8-bit A component in
--     bits 24..31, an 8-bit B component in bits 16..23, an 8-bit G
--     component in bits 8..15, and an 8-bit R component in bits 0..7.
--
-- -   'FORMAT_A8B8G8R8_UINT_PACK32' specifies a four-component, 32-bit
--     packed unsigned integer format that has an 8-bit A component in bits
--     24..31, an 8-bit B component in bits 16..23, an 8-bit G component in
--     bits 8..15, and an 8-bit R component in bits 0..7.
--
-- -   'FORMAT_A8B8G8R8_SINT_PACK32' specifies a four-component, 32-bit
--     packed signed integer format that has an 8-bit A component in bits
--     24..31, an 8-bit B component in bits 16..23, an 8-bit G component in
--     bits 8..15, and an 8-bit R component in bits 0..7.
--
-- -   'FORMAT_A8B8G8R8_SRGB_PACK32' specifies a four-component, 32-bit
--     packed unsigned normalized format that has an 8-bit A component in
--     bits 24..31, an 8-bit B component stored with sRGB nonlinear
--     encoding in bits 16..23, an 8-bit G component stored with sRGB
--     nonlinear encoding in bits 8..15, and an 8-bit R component stored
--     with sRGB nonlinear encoding in bits 0..7.
--
-- -   'FORMAT_A2R10G10B10_UNORM_PACK32' specifies a four-component, 32-bit
--     packed unsigned normalized format that has a 2-bit A component in
--     bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G
--     component in bits 10..19, and a 10-bit B component in bits 0..9.
--
-- -   'FORMAT_A2R10G10B10_SNORM_PACK32' specifies a four-component, 32-bit
--     packed signed normalized format that has a 2-bit A component in bits
--     30..31, a 10-bit R component in bits 20..29, a 10-bit G component in
--     bits 10..19, and a 10-bit B component in bits 0..9.
--
-- -   'FORMAT_A2R10G10B10_USCALED_PACK32' specifies a four-component,
--     32-bit packed unsigned scaled integer format that has a 2-bit A
--     component in bits 30..31, a 10-bit R component in bits 20..29, a
--     10-bit G component in bits 10..19, and a 10-bit B component in bits
--     0..9.
--
-- -   'FORMAT_A2R10G10B10_SSCALED_PACK32' specifies a four-component,
--     32-bit packed signed scaled integer format that has a 2-bit A
--     component in bits 30..31, a 10-bit R component in bits 20..29, a
--     10-bit G component in bits 10..19, and a 10-bit B component in bits
--     0..9.
--
-- -   'FORMAT_A2R10G10B10_UINT_PACK32' specifies a four-component, 32-bit
--     packed unsigned integer format that has a 2-bit A component in bits
--     30..31, a 10-bit R component in bits 20..29, a 10-bit G component in
--     bits 10..19, and a 10-bit B component in bits 0..9.
--
-- -   'FORMAT_A2R10G10B10_SINT_PACK32' specifies a four-component, 32-bit
--     packed signed integer format that has a 2-bit A component in bits
--     30..31, a 10-bit R component in bits 20..29, a 10-bit G component in
--     bits 10..19, and a 10-bit B component in bits 0..9.
--
-- -   'FORMAT_A2B10G10R10_UNORM_PACK32' specifies a four-component, 32-bit
--     packed unsigned normalized format that has a 2-bit A component in
--     bits 30..31, a 10-bit B component in bits 20..29, a 10-bit G
--     component in bits 10..19, and a 10-bit R component in bits 0..9.
--
-- -   'FORMAT_A2B10G10R10_SNORM_PACK32' specifies a four-component, 32-bit
--     packed signed normalized format that has a 2-bit A component in bits
--     30..31, a 10-bit B component in bits 20..29, a 10-bit G component in
--     bits 10..19, and a 10-bit R component in bits 0..9.
--
-- -   'FORMAT_A2B10G10R10_USCALED_PACK32' specifies a four-component,
--     32-bit packed unsigned scaled integer format that has a 2-bit A
--     component in bits 30..31, a 10-bit B component in bits 20..29, a
--     10-bit G component in bits 10..19, and a 10-bit R component in bits
--     0..9.
--
-- -   'FORMAT_A2B10G10R10_SSCALED_PACK32' specifies a four-component,
--     32-bit packed signed scaled integer format that has a 2-bit A
--     component in bits 30..31, a 10-bit B component in bits 20..29, a
--     10-bit G component in bits 10..19, and a 10-bit R component in bits
--     0..9.
--
-- -   'FORMAT_A2B10G10R10_UINT_PACK32' specifies a four-component, 32-bit
--     packed unsigned integer format that has a 2-bit A component in bits
--     30..31, a 10-bit B component in bits 20..29, a 10-bit G component in
--     bits 10..19, and a 10-bit R component in bits 0..9.
--
-- -   'FORMAT_A2B10G10R10_SINT_PACK32' specifies a four-component, 32-bit
--     packed signed integer format that has a 2-bit A component in bits
--     30..31, a 10-bit B component in bits 20..29, a 10-bit G component in
--     bits 10..19, and a 10-bit R component in bits 0..9.
--
-- -   'FORMAT_R16_UNORM' specifies a one-component, 16-bit unsigned
--     normalized format that has a single 16-bit R component.
--
-- -   'FORMAT_R16_SNORM' specifies a one-component, 16-bit signed
--     normalized format that has a single 16-bit R component.
--
-- -   'FORMAT_R16_USCALED' specifies a one-component, 16-bit unsigned
--     scaled integer format that has a single 16-bit R component.
--
-- -   'FORMAT_R16_SSCALED' specifies a one-component, 16-bit signed scaled
--     integer format that has a single 16-bit R component.
--
-- -   'FORMAT_R16_UINT' specifies a one-component, 16-bit unsigned integer
--     format that has a single 16-bit R component.
--
-- -   'FORMAT_R16_SINT' specifies a one-component, 16-bit signed integer
--     format that has a single 16-bit R component.
--
-- -   'FORMAT_R16_SFLOAT' specifies a one-component, 16-bit signed
--     floating-point format that has a single 16-bit R component.
--
-- -   'FORMAT_R16G16_UNORM' specifies a two-component, 32-bit unsigned
--     normalized format that has a 16-bit R component in bytes 0..1, and a
--     16-bit G component in bytes 2..3.
--
-- -   'FORMAT_R16G16_SNORM' specifies a two-component, 32-bit signed
--     normalized format that has a 16-bit R component in bytes 0..1, and a
--     16-bit G component in bytes 2..3.
--
-- -   'FORMAT_R16G16_USCALED' specifies a two-component, 32-bit unsigned
--     scaled integer format that has a 16-bit R component in bytes 0..1,
--     and a 16-bit G component in bytes 2..3.
--
-- -   'FORMAT_R16G16_SSCALED' specifies a two-component, 32-bit signed
--     scaled integer format that has a 16-bit R component in bytes 0..1,
--     and a 16-bit G component in bytes 2..3.
--
-- -   'FORMAT_R16G16_UINT' specifies a two-component, 32-bit unsigned
--     integer format that has a 16-bit R component in bytes 0..1, and a
--     16-bit G component in bytes 2..3.
--
-- -   'FORMAT_R16G16_SINT' specifies a two-component, 32-bit signed
--     integer format that has a 16-bit R component in bytes 0..1, and a
--     16-bit G component in bytes 2..3.
--
-- -   'FORMAT_R16G16_SFLOAT' specifies a two-component, 32-bit signed
--     floating-point format that has a 16-bit R component in bytes 0..1,
--     and a 16-bit G component in bytes 2..3.
--
-- -   'FORMAT_R16G16B16_UNORM' specifies a three-component, 48-bit
--     unsigned normalized format that has a 16-bit R component in bytes
--     0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component
--     in bytes 4..5.
--
-- -   'FORMAT_R16G16B16_SNORM' specifies a three-component, 48-bit signed
--     normalized format that has a 16-bit R component in bytes 0..1, a
--     16-bit G component in bytes 2..3, and a 16-bit B component in bytes
--     4..5.
--
-- -   'FORMAT_R16G16B16_USCALED' specifies a three-component, 48-bit
--     unsigned scaled integer format that has a 16-bit R component in
--     bytes 0..1, a 16-bit G component in bytes 2..3, and a 16-bit B
--     component in bytes 4..5.
--
-- -   'FORMAT_R16G16B16_SSCALED' specifies a three-component, 48-bit
--     signed scaled integer format that has a 16-bit R component in bytes
--     0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component
--     in bytes 4..5.
--
-- -   'FORMAT_R16G16B16_UINT' specifies a three-component, 48-bit unsigned
--     integer format that has a 16-bit R component in bytes 0..1, a 16-bit
--     G component in bytes 2..3, and a 16-bit B component in bytes 4..5.
--
-- -   'FORMAT_R16G16B16_SINT' specifies a three-component, 48-bit signed
--     integer format that has a 16-bit R component in bytes 0..1, a 16-bit
--     G component in bytes 2..3, and a 16-bit B component in bytes 4..5.
--
-- -   'FORMAT_R16G16B16_SFLOAT' specifies a three-component, 48-bit signed
--     floating-point format that has a 16-bit R component in bytes 0..1, a
--     16-bit G component in bytes 2..3, and a 16-bit B component in bytes
--     4..5.
--
-- -   'FORMAT_R16G16B16A16_UNORM' specifies a four-component, 64-bit
--     unsigned normalized format that has a 16-bit R component in bytes
--     0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in
--     bytes 4..5, and a 16-bit A component in bytes 6..7.
--
-- -   'FORMAT_R16G16B16A16_SNORM' specifies a four-component, 64-bit
--     signed normalized format that has a 16-bit R component in bytes
--     0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in
--     bytes 4..5, and a 16-bit A component in bytes 6..7.
--
-- -   'FORMAT_R16G16B16A16_USCALED' specifies a four-component, 64-bit
--     unsigned scaled integer format that has a 16-bit R component in
--     bytes 0..1, a 16-bit G component in bytes 2..3, a 16-bit B component
--     in bytes 4..5, and a 16-bit A component in bytes 6..7.
--
-- -   'FORMAT_R16G16B16A16_SSCALED' specifies a four-component, 64-bit
--     signed scaled integer format that has a 16-bit R component in bytes
--     0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in
--     bytes 4..5, and a 16-bit A component in bytes 6..7.
--
-- -   'FORMAT_R16G16B16A16_UINT' specifies a four-component, 64-bit
--     unsigned integer format that has a 16-bit R component in bytes 0..1,
--     a 16-bit G component in bytes 2..3, a 16-bit B component in bytes
--     4..5, and a 16-bit A component in bytes 6..7.
--
-- -   'FORMAT_R16G16B16A16_SINT' specifies a four-component, 64-bit signed
--     integer format that has a 16-bit R component in bytes 0..1, a 16-bit
--     G component in bytes 2..3, a 16-bit B component in bytes 4..5, and a
--     16-bit A component in bytes 6..7.
--
-- -   'FORMAT_R16G16B16A16_SFLOAT' specifies a four-component, 64-bit
--     signed floating-point format that has a 16-bit R component in bytes
--     0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in
--     bytes 4..5, and a 16-bit A component in bytes 6..7.
--
-- -   'FORMAT_R32_UINT' specifies a one-component, 32-bit unsigned integer
--     format that has a single 32-bit R component.
--
-- -   'FORMAT_R32_SINT' specifies a one-component, 32-bit signed integer
--     format that has a single 32-bit R component.
--
-- -   'FORMAT_R32_SFLOAT' specifies a one-component, 32-bit signed
--     floating-point format that has a single 32-bit R component.
--
-- -   'FORMAT_R32G32_UINT' specifies a two-component, 64-bit unsigned
--     integer format that has a 32-bit R component in bytes 0..3, and a
--     32-bit G component in bytes 4..7.
--
-- -   'FORMAT_R32G32_SINT' specifies a two-component, 64-bit signed
--     integer format that has a 32-bit R component in bytes 0..3, and a
--     32-bit G component in bytes 4..7.
--
-- -   'FORMAT_R32G32_SFLOAT' specifies a two-component, 64-bit signed
--     floating-point format that has a 32-bit R component in bytes 0..3,
--     and a 32-bit G component in bytes 4..7.
--
-- -   'FORMAT_R32G32B32_UINT' specifies a three-component, 96-bit unsigned
--     integer format that has a 32-bit R component in bytes 0..3, a 32-bit
--     G component in bytes 4..7, and a 32-bit B component in bytes 8..11.
--
-- -   'FORMAT_R32G32B32_SINT' specifies a three-component, 96-bit signed
--     integer format that has a 32-bit R component in bytes 0..3, a 32-bit
--     G component in bytes 4..7, and a 32-bit B component in bytes 8..11.
--
-- -   'FORMAT_R32G32B32_SFLOAT' specifies a three-component, 96-bit signed
--     floating-point format that has a 32-bit R component in bytes 0..3, a
--     32-bit G component in bytes 4..7, and a 32-bit B component in bytes
--     8..11.
--
-- -   'FORMAT_R32G32B32A32_UINT' specifies a four-component, 128-bit
--     unsigned integer format that has a 32-bit R component in bytes 0..3,
--     a 32-bit G component in bytes 4..7, a 32-bit B component in bytes
--     8..11, and a 32-bit A component in bytes 12..15.
--
-- -   'FORMAT_R32G32B32A32_SINT' specifies a four-component, 128-bit
--     signed integer format that has a 32-bit R component in bytes 0..3, a
--     32-bit G component in bytes 4..7, a 32-bit B component in bytes
--     8..11, and a 32-bit A component in bytes 12..15.
--
-- -   'FORMAT_R32G32B32A32_SFLOAT' specifies a four-component, 128-bit
--     signed floating-point format that has a 32-bit R component in bytes
--     0..3, a 32-bit G component in bytes 4..7, a 32-bit B component in
--     bytes 8..11, and a 32-bit A component in bytes 12..15.
--
-- -   'FORMAT_R64_UINT' specifies a one-component, 64-bit unsigned integer
--     format that has a single 64-bit R component.
--
-- -   'FORMAT_R64_SINT' specifies a one-component, 64-bit signed integer
--     format that has a single 64-bit R component.
--
-- -   'FORMAT_R64_SFLOAT' specifies a one-component, 64-bit signed
--     floating-point format that has a single 64-bit R component.
--
-- -   'FORMAT_R64G64_UINT' specifies a two-component, 128-bit unsigned
--     integer format that has a 64-bit R component in bytes 0..7, and a
--     64-bit G component in bytes 8..15.
--
-- -   'FORMAT_R64G64_SINT' specifies a two-component, 128-bit signed
--     integer format that has a 64-bit R component in bytes 0..7, and a
--     64-bit G component in bytes 8..15.
--
-- -   'FORMAT_R64G64_SFLOAT' specifies a two-component, 128-bit signed
--     floating-point format that has a 64-bit R component in bytes 0..7,
--     and a 64-bit G component in bytes 8..15.
--
-- -   'FORMAT_R64G64B64_UINT' specifies a three-component, 192-bit
--     unsigned integer format that has a 64-bit R component in bytes 0..7,
--     a 64-bit G component in bytes 8..15, and a 64-bit B component in
--     bytes 16..23.
--
-- -   'FORMAT_R64G64B64_SINT' specifies a three-component, 192-bit signed
--     integer format that has a 64-bit R component in bytes 0..7, a 64-bit
--     G component in bytes 8..15, and a 64-bit B component in bytes
--     16..23.
--
-- -   'FORMAT_R64G64B64_SFLOAT' specifies a three-component, 192-bit
--     signed floating-point format that has a 64-bit R component in bytes
--     0..7, a 64-bit G component in bytes 8..15, and a 64-bit B component
--     in bytes 16..23.
--
-- -   'FORMAT_R64G64B64A64_UINT' specifies a four-component, 256-bit
--     unsigned integer format that has a 64-bit R component in bytes 0..7,
--     a 64-bit G component in bytes 8..15, a 64-bit B component in bytes
--     16..23, and a 64-bit A component in bytes 24..31.
--
-- -   'FORMAT_R64G64B64A64_SINT' specifies a four-component, 256-bit
--     signed integer format that has a 64-bit R component in bytes 0..7, a
--     64-bit G component in bytes 8..15, a 64-bit B component in bytes
--     16..23, and a 64-bit A component in bytes 24..31.
--
-- -   'FORMAT_R64G64B64A64_SFLOAT' specifies a four-component, 256-bit
--     signed floating-point format that has a 64-bit R component in bytes
--     0..7, a 64-bit G component in bytes 8..15, a 64-bit B component in
--     bytes 16..23, and a 64-bit A component in bytes 24..31.
--
-- -   'FORMAT_B10G11R11_UFLOAT_PACK32' specifies a three-component, 32-bit
--     packed unsigned floating-point format that has a 10-bit B component
--     in bits 22..31, an 11-bit G component in bits 11..21, an 11-bit R
--     component in bits 0..10. See
--     <https://registry.khronos.org/vulkan/specs/latest/html/vkspec.html#fundamentals-fp10>
--     and
--     <https://registry.khronos.org/vulkan/specs/latest/html/vkspec.html#fundamentals-fp11>.
--
-- -   'FORMAT_E5B9G9R9_UFLOAT_PACK32' specifies a three-component, 32-bit
--     packed unsigned floating-point format that has a 5-bit shared
--     exponent in bits 27..31, a 9-bit B component mantissa in bits
--     18..26, a 9-bit G component mantissa in bits 9..17, and a 9-bit R
--     component mantissa in bits 0..8.
--
-- -   'FORMAT_D16_UNORM' specifies a one-component, 16-bit unsigned
--     normalized format that has a single 16-bit depth component.
--
-- -   'FORMAT_X8_D24_UNORM_PACK32' specifies a two-component, 32-bit
--     format that has 24 unsigned normalized bits in the depth component
--     and, /optionally/, 8 bits that are unused.
--
-- -   'FORMAT_D32_SFLOAT' specifies a one-component, 32-bit signed
--     floating-point format that has 32 bits in the depth component.
--
-- -   'FORMAT_S8_UINT' specifies a one-component, 8-bit unsigned integer
--     format that has 8 bits in the stencil component.
--
-- -   'FORMAT_D16_UNORM_S8_UINT' specifies a two-component, 24-bit format
--     that has 16 unsigned normalized bits in the depth component and 8
--     unsigned integer bits in the stencil component.
--
-- -   'FORMAT_D24_UNORM_S8_UINT' specifies a two-component, 32-bit packed
--     format that has 8 unsigned integer bits in the stencil component,
--     and 24 unsigned normalized bits in the depth component.
--
-- -   'FORMAT_D32_SFLOAT_S8_UINT' specifies a two-component format that
--     has 32 signed float bits in the depth component and 8 unsigned
--     integer bits in the stencil component. There are /optionally/ 24
--     bits that are unused.
--
-- -   'FORMAT_BC1_RGB_UNORM_BLOCK' specifies a three-component,
--     block-compressed format where each 64-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned normalized RGB texel data. This
--     format has no alpha and is considered opaque.
--
-- -   'FORMAT_BC1_RGB_SRGB_BLOCK' specifies a three-component,
--     block-compressed format where each 64-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned normalized RGB texel data with
--     sRGB nonlinear encoding. This format has no alpha and is considered
--     opaque.
--
-- -   'FORMAT_BC1_RGBA_UNORM_BLOCK' specifies a four-component,
--     block-compressed format where each 64-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned normalized RGB texel data, and
--     provides 1 bit of alpha.
--
-- -   'FORMAT_BC1_RGBA_SRGB_BLOCK' specifies a four-component,
--     block-compressed format where each 64-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned normalized RGB texel data with
--     sRGB nonlinear encoding, and provides 1 bit of alpha.
--
-- -   'FORMAT_BC2_UNORM_BLOCK' specifies a four-component,
--     block-compressed format where each 128-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned normalized RGBA texel data with
--     the first 64 bits encoding alpha values followed by 64 bits encoding
--     RGB values.
--
-- -   'FORMAT_BC2_SRGB_BLOCK' specifies a four-component, block-compressed
--     format where each 128-bit compressed texel block encodes a 4×4
--     rectangle of unsigned normalized RGBA texel data with the first 64
--     bits encoding alpha values followed by 64 bits encoding RGB values
--     with sRGB nonlinear encoding.
--
-- -   'FORMAT_BC3_UNORM_BLOCK' specifies a four-component,
--     block-compressed format where each 128-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned normalized RGBA texel data with
--     the first 64 bits encoding alpha values followed by 64 bits encoding
--     RGB values.
--
-- -   'FORMAT_BC3_SRGB_BLOCK' specifies a four-component, block-compressed
--     format where each 128-bit compressed texel block encodes a 4×4
--     rectangle of unsigned normalized RGBA texel data with the first 64
--     bits encoding alpha values followed by 64 bits encoding RGB values
--     with sRGB nonlinear encoding.
--
-- -   'FORMAT_BC4_UNORM_BLOCK' specifies a one-component, block-compressed
--     format where each 64-bit compressed texel block encodes a 4×4
--     rectangle of unsigned normalized red texel data.
--
-- -   'FORMAT_BC4_SNORM_BLOCK' specifies a one-component, block-compressed
--     format where each 64-bit compressed texel block encodes a 4×4
--     rectangle of signed normalized red texel data.
--
-- -   'FORMAT_BC5_UNORM_BLOCK' specifies a two-component, block-compressed
--     format where each 128-bit compressed texel block encodes a 4×4
--     rectangle of unsigned normalized RG texel data with the first 64
--     bits encoding red values followed by 64 bits encoding green values.
--
-- -   'FORMAT_BC5_SNORM_BLOCK' specifies a two-component, block-compressed
--     format where each 128-bit compressed texel block encodes a 4×4
--     rectangle of signed normalized RG texel data with the first 64 bits
--     encoding red values followed by 64 bits encoding green values.
--
-- -   'FORMAT_BC6H_UFLOAT_BLOCK' specifies a three-component,
--     block-compressed format where each 128-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned floating-point RGB texel data.
--
-- -   'FORMAT_BC6H_SFLOAT_BLOCK' specifies a three-component,
--     block-compressed format where each 128-bit compressed texel block
--     encodes a 4×4 rectangle of signed floating-point RGB texel data.
--
-- -   'FORMAT_BC7_UNORM_BLOCK' specifies a four-component,
--     block-compressed format where each 128-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_BC7_SRGB_BLOCK' specifies a four-component, block-compressed
--     format where each 128-bit compressed texel block encodes a 4×4
--     rectangle of unsigned normalized RGBA texel data with sRGB nonlinear
--     encoding applied to the RGB components.
--
-- -   'FORMAT_ETC2_R8G8B8_UNORM_BLOCK' specifies a three-component, ETC2
--     compressed format where each 64-bit compressed texel block encodes a
--     4×4 rectangle of unsigned normalized RGB texel data. This format has
--     no alpha and is considered opaque.
--
-- -   'FORMAT_ETC2_R8G8B8_SRGB_BLOCK' specifies a three-component, ETC2
--     compressed format where each 64-bit compressed texel block encodes a
--     4×4 rectangle of unsigned normalized RGB texel data with sRGB
--     nonlinear encoding. This format has no alpha and is considered
--     opaque.
--
-- -   'FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK' specifies a four-component, ETC2
--     compressed format where each 64-bit compressed texel block encodes a
--     4×4 rectangle of unsigned normalized RGB texel data, and provides 1
--     bit of alpha.
--
-- -   'FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK' specifies a four-component, ETC2
--     compressed format where each 64-bit compressed texel block encodes a
--     4×4 rectangle of unsigned normalized RGB texel data with sRGB
--     nonlinear encoding, and provides 1 bit of alpha.
--
-- -   'FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK' specifies a four-component, ETC2
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×4 rectangle of unsigned normalized RGBA texel data with the
--     first 64 bits encoding alpha values followed by 64 bits encoding RGB
--     values.
--
-- -   'FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK' specifies a four-component, ETC2
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×4 rectangle of unsigned normalized RGBA texel data with the
--     first 64 bits encoding alpha values followed by 64 bits encoding RGB
--     values with sRGB nonlinear encoding applied.
--
-- -   'FORMAT_EAC_R11_UNORM_BLOCK' specifies a one-component, ETC2
--     compressed format where each 64-bit compressed texel block encodes a
--     4×4 rectangle of unsigned normalized red texel data.
--
-- -   'FORMAT_EAC_R11_SNORM_BLOCK' specifies a one-component, ETC2
--     compressed format where each 64-bit compressed texel block encodes a
--     4×4 rectangle of signed normalized red texel data.
--
-- -   'FORMAT_EAC_R11G11_UNORM_BLOCK' specifies a two-component, ETC2
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×4 rectangle of unsigned normalized RG texel data with the first
--     64 bits encoding red values followed by 64 bits encoding green
--     values.
--
-- -   'FORMAT_EAC_R11G11_SNORM_BLOCK' specifies a two-component, ETC2
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×4 rectangle of signed normalized RG texel data with the first 64
--     bits encoding red values followed by 64 bits encoding green values.
--
-- -   'FORMAT_ASTC_4x4_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×4 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_4x4_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×4 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_4x4_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×4 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_5x4_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×4 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_5x4_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×4 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_5x4_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×4 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_5x5_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×5 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_5x5_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×5 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_5x5_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×5 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_6x5_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×5 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_6x5_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×5 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_6x5_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×5 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_6x6_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×6 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_6x6_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×6 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_6x6_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×6 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_8x5_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     an 8×5 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_8x5_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     an 8×5 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_8x5_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 8×5 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_8x6_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     an 8×6 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_8x6_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     an 8×6 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_8x6_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 8×6 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_8x8_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     an 8×8 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_8x8_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     an 8×8 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_8x8_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 8×8 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_10x5_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×5 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_10x5_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×5 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_10x5_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×5 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_10x6_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×6 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_10x6_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×6 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_10x6_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×6 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_10x8_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×8 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_10x8_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×8 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_10x8_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×8 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_10x10_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×10 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_10x10_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×10 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_10x10_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 10×10 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_12x10_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 12×10 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_12x10_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 12×10 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_12x10_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 12×10 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_12x12_UNORM_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 12×12 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_12x12_SRGB_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 12×12 rectangle of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_12x12_SFLOAT_BLOCK' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 12×12 rectangle of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_3x3x3_UNORM_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 3×3×3 cuboid of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_3x3x3_SRGB_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 3×3×3 cuboid of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_3x3x3_SFLOAT_BLOCK_EXT' specifies a four-component,
--     ASTC compressed format where each 128-bit compressed texel block
--     encodes a 3×3×3 cuboid of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_4x3x3_UNORM_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×3×3 cuboid of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_4x3x3_SRGB_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×3×3 cuboid of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_4x3x3_SFLOAT_BLOCK_EXT' specifies a four-component,
--     ASTC compressed format where each 128-bit compressed texel block
--     encodes a 4×3×3 cuboid of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_4x4x3_UNORM_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×4×3 cuboid of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_4x4x3_SRGB_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×4×3 cuboid of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_4x4x3_SFLOAT_BLOCK_EXT' specifies a four-component,
--     ASTC compressed format where each 128-bit compressed texel block
--     encodes a 4×4×3 cuboid of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_4x4x4_UNORM_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×4×4 cuboid of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_4x4x4_SRGB_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 4×4×4 cuboid of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_4x4x4_SFLOAT_BLOCK_EXT' specifies a four-component,
--     ASTC compressed format where each 128-bit compressed texel block
--     encodes a 4×4×4 cuboid of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_5x4x4_UNORM_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×4×4 cuboid of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_5x4x4_SRGB_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×4×4 cuboid of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_5x4x4_SFLOAT_BLOCK_EXT' specifies a four-component,
--     ASTC compressed format where each 128-bit compressed texel block
--     encodes a 5×4×4 cuboid of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_5x5x4_UNORM_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×5×4 cuboid of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_5x5x4_SRGB_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×5×4 cuboid of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_5x5x4_SFLOAT_BLOCK_EXT' specifies a four-component,
--     ASTC compressed format where each 128-bit compressed texel block
--     encodes a 5×5×4 cuboid of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_5x5x5_UNORM_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×5×5 cuboid of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_5x5x5_SRGB_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 5×5×5 cuboid of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_5x5x5_SFLOAT_BLOCK_EXT' specifies a four-component,
--     ASTC compressed format where each 128-bit compressed texel block
--     encodes a 5×5×5 cuboid of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_6x5x5_UNORM_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×5×5 cuboid of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_6x5x5_SRGB_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×5×5 cuboid of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_6x5x5_SFLOAT_BLOCK_EXT' specifies a four-component,
--     ASTC compressed format where each 128-bit compressed texel block
--     encodes a 6×5×5 cuboid of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_6x6x5_UNORM_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×6×5 cuboid of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_6x6x5_SRGB_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×6×5 cuboid of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_6x6x5_SFLOAT_BLOCK_EXT' specifies a four-component,
--     ASTC compressed format where each 128-bit compressed texel block
--     encodes a 6×6×5 cuboid of signed floating-point RGBA texel data.
--
-- -   'FORMAT_ASTC_6x6x6_UNORM_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×6×6 cuboid of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_ASTC_6x6x6_SRGB_BLOCK_EXT' specifies a four-component, ASTC
--     compressed format where each 128-bit compressed texel block encodes
--     a 6×6×6 cuboid of unsigned normalized RGBA texel data with sRGB
--     nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_ASTC_6x6x6_SFLOAT_BLOCK_EXT' specifies a four-component,
--     ASTC compressed format where each 128-bit compressed texel block
--     encodes a 6×6×6 cuboid of signed floating-point RGBA texel data.
--
-- -   'FORMAT_G8B8G8R8_422_UNORM' specifies a four-component, 32-bit
--     format containing a pair of G components, an R component, and a B
--     component, collectively encoding a 2×1 rectangle of unsigned
--     normalized RGB texel data. One G value is present at each /i/
--     coordinate, with the B and R values shared across both G values and
--     thus recorded at half the horizontal resolution of the image. This
--     format has an 8-bit G component for the even /i/ coordinate in byte
--     0, an 8-bit B component in byte 1, an 8-bit G component for the odd
--     /i/ coordinate in byte 2, and an 8-bit R component in byte 3. This
--     format only supports images with a width that is a multiple of two.
--     For the purposes of the constraints on copy extents, this format is
--     treated as a compressed format with a 2×1 compressed texel block.
--
-- -   'FORMAT_B8G8R8G8_422_UNORM' specifies a four-component, 32-bit
--     format containing a pair of G components, an R component, and a B
--     component, collectively encoding a 2×1 rectangle of unsigned
--     normalized RGB texel data. One G value is present at each /i/
--     coordinate, with the B and R values shared across both G values and
--     thus recorded at half the horizontal resolution of the image. This
--     format has an 8-bit B component in byte 0, an 8-bit G component for
--     the even /i/ coordinate in byte 1, an 8-bit R component in byte 2,
--     and an 8-bit G component for the odd /i/ coordinate in byte 3. This
--     format only supports images with a width that is a multiple of two.
--     For the purposes of the constraints on copy extents, this format is
--     treated as a compressed format with a 2×1 compressed texel block.
--
-- -   'FORMAT_G8_B8_R8_3PLANE_420_UNORM' specifies an unsigned normalized
--     /multi-planar format/ that has an 8-bit G component in plane 0, an
--     8-bit B component in plane 1, and an 8-bit R component in plane 2.
--     The horizontal and vertical dimensions of the R and B planes are
--     halved relative to the image dimensions, and each R and B component
--     is shared with the G components for which
--     \(\left\lfloor i_G \times 0.5
--     \right\rfloor = i_B = i_R\) and \(\left\lfloor j_G \times 0.5
--     \right\rfloor = j_B = j_R\). The location of each plane when this
--     image is in linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane. This format only supports images with a width and
--     height that is a multiple of two.
--
-- -   'FORMAT_G8_B8R8_2PLANE_420_UNORM' specifies an unsigned normalized
--     /multi-planar format/ that has an 8-bit G component in plane 0, and
--     a two-component, 16-bit BR plane 1 consisting of an 8-bit B
--     component in byte 0 and an 8-bit R component in byte 1. The
--     horizontal and vertical dimensions of the BR plane are halved
--     relative to the image dimensions, and each R and B value is shared
--     with the G components for which \(\left\lfloor i_G \times 0.5
--     \right\rfloor = i_B = i_R\) and \(\left\lfloor j_G \times 0.5
--     \right\rfloor = j_B = j_R\). The location of each plane when this
--     image is in linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane. This format only supports images with a width and
--     height that is a multiple of two.
--
-- -   'FORMAT_G8_B8_R8_3PLANE_422_UNORM' specifies an unsigned normalized
--     /multi-planar format/ that has an 8-bit G component in plane 0, an
--     8-bit B component in plane 1, and an 8-bit R component in plane 2.
--     The horizontal dimension of the R and B plane is halved relative to
--     the image dimensions, and each R and B value is shared with the G
--     components for which
--     \(\left\lfloor i_G \times 0.5 \right\rfloor = i_B =
--     i_R\). The location of each plane when this image is in linear
--     layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane. This format only supports images with a width that
--     is a multiple of two.
--
-- -   'FORMAT_G8_B8R8_2PLANE_422_UNORM' specifies an unsigned normalized
--     /multi-planar format/ that has an 8-bit G component in plane 0, and
--     a two-component, 16-bit BR plane 1 consisting of an 8-bit B
--     component in byte 0 and an 8-bit R component in byte 1. The
--     horizontal dimension of the BR plane is halved relative to the image
--     dimensions, and each R and B value is shared with the G components
--     for which \(\left\lfloor i_G \times 0.5 \right\rfloor = i_B = i_R\).
--     The location of each plane when this image is in linear layout can
--     be determined via 'Vulkan.Core10.Image.getImageSubresourceLayout',
--     using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane. This format only supports images with a width that
--     is a multiple of two.
--
-- -   'FORMAT_G8_B8_R8_3PLANE_444_UNORM' specifies an unsigned normalized
--     /multi-planar format/ that has an 8-bit G component in plane 0, an
--     8-bit B component in plane 1, and an 8-bit R component in plane 2.
--     Each plane has the same dimensions and each R, G, and B component
--     contributes to a single texel. The location of each plane when this
--     image is in linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane.
--
-- -   'FORMAT_R10X6_UNORM_PACK16' specifies a one-component, 16-bit
--     unsigned normalized format that has a single 10-bit R component in
--     the top 10 bits of a 16-bit word, with the bottom 6 bits unused.
--
-- -   'FORMAT_R10X6G10X6_UNORM_2PACK16' specifies a two-component, 32-bit
--     unsigned normalized format that has a 10-bit R component in the top
--     10 bits of the word in bytes 0..1, and a 10-bit G component in the
--     top 10 bits of the word in bytes 2..3, with the bottom 6 bits of
--     each word unused.
--
-- -   'FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16' specifies a
--     four-component, 64-bit unsigned normalized format that has a 10-bit
--     R component in the top 10 bits of the word in bytes 0..1, a 10-bit G
--     component in the top 10 bits of the word in bytes 2..3, a 10-bit B
--     component in the top 10 bits of the word in bytes 4..5, and a 10-bit
--     A component in the top 10 bits of the word in bytes 6..7, with the
--     bottom 6 bits of each word unused.
--
-- -   'FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16' specifies a
--     four-component, 64-bit format containing a pair of G components, an
--     R component, and a B component, collectively encoding a 2×1
--     rectangle of unsigned normalized RGB texel data. One G value is
--     present at each /i/ coordinate, with the B and R values shared
--     across both G values and thus recorded at half the horizontal
--     resolution of the image. This format has a 10-bit G component for
--     the even /i/ coordinate in the top 10 bits of the word in bytes
--     0..1, a 10-bit B component in the top 10 bits of the word in bytes
--     2..3, a 10-bit G component for the odd /i/ coordinate in the top 10
--     bits of the word in bytes 4..5, and a 10-bit R component in the top
--     10 bits of the word in bytes 6..7, with the bottom 6 bits of each
--     word unused. This format only supports images with a width that is a
--     multiple of two. For the purposes of the constraints on copy
--     extents, this format is treated as a compressed format with a 2×1
--     compressed texel block.
--
-- -   'FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16' specifies a
--     four-component, 64-bit format containing a pair of G components, an
--     R component, and a B component, collectively encoding a 2×1
--     rectangle of unsigned normalized RGB texel data. One G value is
--     present at each /i/ coordinate, with the B and R values shared
--     across both G values and thus recorded at half the horizontal
--     resolution of the image. This format has a 10-bit B component in the
--     top 10 bits of the word in bytes 0..1, a 10-bit G component for the
--     even /i/ coordinate in the top 10 bits of the word in bytes 2..3, a
--     10-bit R component in the top 10 bits of the word in bytes 4..5, and
--     a 10-bit G component for the odd /i/ coordinate in the top 10 bits
--     of the word in bytes 6..7, with the bottom 6 bits of each word
--     unused. This format only supports images with a width that is a
--     multiple of two. For the purposes of the constraints on copy
--     extents, this format is treated as a compressed format with a 2×1
--     compressed texel block.
--
-- -   'FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 10-bit G
--     component in the top 10 bits of each 16-bit word of plane 0, a
--     10-bit B component in the top 10 bits of each 16-bit word of plane
--     1, and a 10-bit R component in the top 10 bits of each 16-bit word
--     of plane 2, with the bottom 6 bits of each word unused. The
--     horizontal and vertical dimensions of the R and B planes are halved
--     relative to the image dimensions, and each R and B component is
--     shared with the G components for which \(\left\lfloor i_G \times 0.5
--     \right\rfloor = i_B = i_R\) and \(\left\lfloor j_G \times 0.5
--     \right\rfloor = j_B = j_R\). The location of each plane when this
--     image is in linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane. This format only supports images with a width and
--     height that is a multiple of two.
--
-- -   'FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 10-bit G
--     component in the top 10 bits of each 16-bit word of plane 0, and a
--     two-component, 32-bit BR plane 1 consisting of a 10-bit B component
--     in the top 10 bits of the word in bytes 0..1, and a 10-bit R
--     component in the top 10 bits of the word in bytes 2..3, with the
--     bottom 6 bits of each word unused. The horizontal and vertical
--     dimensions of the BR plane are halved relative to the image
--     dimensions, and each R and B value is shared with the G components
--     for which \(\left\lfloor i_G \times 0.5
--     \right\rfloor = i_B = i_R\) and \(\left\lfloor j_G \times 0.5
--     \right\rfloor = j_B = j_R\). The location of each plane when this
--     image is in linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane. This format only supports images with a width and
--     height that is a multiple of two.
--
-- -   'FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 10-bit G
--     component in the top 10 bits of each 16-bit word of plane 0, a
--     10-bit B component in the top 10 bits of each 16-bit word of plane
--     1, and a 10-bit R component in the top 10 bits of each 16-bit word
--     of plane 2, with the bottom 6 bits of each word unused. The
--     horizontal dimension of the R and B plane is halved relative to the
--     image dimensions, and each R and B value is shared with the G
--     components for which
--     \(\left\lfloor i_G \times 0.5 \right\rfloor = i_B =
--     i_R\). The location of each plane when this image is in linear
--     layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane. This format only supports images with a width that
--     is a multiple of two.
--
-- -   'FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 10-bit G
--     component in the top 10 bits of each 16-bit word of plane 0, and a
--     two-component, 32-bit BR plane 1 consisting of a 10-bit B component
--     in the top 10 bits of the word in bytes 0..1, and a 10-bit R
--     component in the top 10 bits of the word in bytes 2..3, with the
--     bottom 6 bits of each word unused. The horizontal dimension of the
--     BR plane is halved relative to the image dimensions, and each R and
--     B value is shared with the G components for which
--     \(\left\lfloor i_G \times 0.5 \right\rfloor = i_B = i_R\). The
--     location of each plane when this image is in linear layout can be
--     determined via 'Vulkan.Core10.Image.getImageSubresourceLayout',
--     using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane. This format only supports images with a width that
--     is a multiple of two.
--
-- -   'FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 10-bit G
--     component in the top 10 bits of each 16-bit word of plane 0, a
--     10-bit B component in the top 10 bits of each 16-bit word of plane
--     1, and a 10-bit R component in the top 10 bits of each 16-bit word
--     of plane 2, with the bottom 6 bits of each word unused. Each plane
--     has the same dimensions and each R, G, and B component contributes
--     to a single texel. The location of each plane when this image is in
--     linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane.
--
-- -   'FORMAT_R12X4_UNORM_PACK16' specifies a one-component, 16-bit
--     unsigned normalized format that has a single 12-bit R component in
--     the top 12 bits of a 16-bit word, with the bottom 4 bits unused.
--
-- -   'FORMAT_R12X4G12X4_UNORM_2PACK16' specifies a two-component, 32-bit
--     unsigned normalized format that has a 12-bit R component in the top
--     12 bits of the word in bytes 0..1, and a 12-bit G component in the
--     top 12 bits of the word in bytes 2..3, with the bottom 4 bits of
--     each word unused.
--
-- -   'FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16' specifies a
--     four-component, 64-bit unsigned normalized format that has a 12-bit
--     R component in the top 12 bits of the word in bytes 0..1, a 12-bit G
--     component in the top 12 bits of the word in bytes 2..3, a 12-bit B
--     component in the top 12 bits of the word in bytes 4..5, and a 12-bit
--     A component in the top 12 bits of the word in bytes 6..7, with the
--     bottom 4 bits of each word unused.
--
-- -   'FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16' specifies a
--     four-component, 64-bit format containing a pair of G components, an
--     R component, and a B component, collectively encoding a 2×1
--     rectangle of unsigned normalized RGB texel data. One G value is
--     present at each /i/ coordinate, with the B and R values shared
--     across both G values and thus recorded at half the horizontal
--     resolution of the image. This format has a 12-bit G component for
--     the even /i/ coordinate in the top 12 bits of the word in bytes
--     0..1, a 12-bit B component in the top 12 bits of the word in bytes
--     2..3, a 12-bit G component for the odd /i/ coordinate in the top 12
--     bits of the word in bytes 4..5, and a 12-bit R component in the top
--     12 bits of the word in bytes 6..7, with the bottom 4 bits of each
--     word unused. This format only supports images with a width that is a
--     multiple of two. For the purposes of the constraints on copy
--     extents, this format is treated as a compressed format with a 2×1
--     compressed texel block.
--
-- -   'FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16' specifies a
--     four-component, 64-bit format containing a pair of G components, an
--     R component, and a B component, collectively encoding a 2×1
--     rectangle of unsigned normalized RGB texel data. One G value is
--     present at each /i/ coordinate, with the B and R values shared
--     across both G values and thus recorded at half the horizontal
--     resolution of the image. This format has a 12-bit B component in the
--     top 12 bits of the word in bytes 0..1, a 12-bit G component for the
--     even /i/ coordinate in the top 12 bits of the word in bytes 2..3, a
--     12-bit R component in the top 12 bits of the word in bytes 4..5, and
--     a 12-bit G component for the odd /i/ coordinate in the top 12 bits
--     of the word in bytes 6..7, with the bottom 4 bits of each word
--     unused. This format only supports images with a width that is a
--     multiple of two. For the purposes of the constraints on copy
--     extents, this format is treated as a compressed format with a 2×1
--     compressed texel block.
--
-- -   'FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 12-bit G
--     component in the top 12 bits of each 16-bit word of plane 0, a
--     12-bit B component in the top 12 bits of each 16-bit word of plane
--     1, and a 12-bit R component in the top 12 bits of each 16-bit word
--     of plane 2, with the bottom 4 bits of each word unused. The
--     horizontal and vertical dimensions of the R and B planes are halved
--     relative to the image dimensions, and each R and B component is
--     shared with the G components for which \(\left\lfloor i_G \times 0.5
--     \right\rfloor = i_B = i_R\) and \(\left\lfloor j_G \times 0.5
--     \right\rfloor = j_B = j_R\). The location of each plane when this
--     image is in linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane. This format only supports images with a width and
--     height that is a multiple of two.
--
-- -   'FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 12-bit G
--     component in the top 12 bits of each 16-bit word of plane 0, and a
--     two-component, 32-bit BR plane 1 consisting of a 12-bit B component
--     in the top 12 bits of the word in bytes 0..1, and a 12-bit R
--     component in the top 12 bits of the word in bytes 2..3, with the
--     bottom 4 bits of each word unused. The horizontal and vertical
--     dimensions of the BR plane are halved relative to the image
--     dimensions, and each R and B value is shared with the G components
--     for which \(\left\lfloor i_G \times 0.5
--     \right\rfloor = i_B = i_R\) and \(\left\lfloor j_G \times 0.5
--     \right\rfloor = j_B = j_R\). The location of each plane when this
--     image is in linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane. This format only supports images with a width and
--     height that is a multiple of two.
--
-- -   'FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 12-bit G
--     component in the top 12 bits of each 16-bit word of plane 0, a
--     12-bit B component in the top 12 bits of each 16-bit word of plane
--     1, and a 12-bit R component in the top 12 bits of each 16-bit word
--     of plane 2, with the bottom 4 bits of each word unused. The
--     horizontal dimension of the R and B plane is halved relative to the
--     image dimensions, and each R and B value is shared with the G
--     components for which
--     \(\left\lfloor i_G \times 0.5 \right\rfloor = i_B =
--     i_R\). The location of each plane when this image is in linear
--     layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane. This format only supports images with a width that
--     is a multiple of two.
--
-- -   'FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 12-bit G
--     component in the top 12 bits of each 16-bit word of plane 0, and a
--     two-component, 32-bit BR plane 1 consisting of a 12-bit B component
--     in the top 12 bits of the word in bytes 0..1, and a 12-bit R
--     component in the top 12 bits of the word in bytes 2..3, with the
--     bottom 4 bits of each word unused. The horizontal dimension of the
--     BR plane is halved relative to the image dimensions, and each R and
--     B value is shared with the G components for which
--     \(\left\lfloor i_G \times 0.5 \right\rfloor = i_B = i_R\). The
--     location of each plane when this image is in linear layout can be
--     determined via 'Vulkan.Core10.Image.getImageSubresourceLayout',
--     using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane. This format only supports images with a width that
--     is a multiple of two.
--
-- -   'FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 12-bit G
--     component in the top 12 bits of each 16-bit word of plane 0, a
--     12-bit B component in the top 12 bits of each 16-bit word of plane
--     1, and a 12-bit R component in the top 12 bits of each 16-bit word
--     of plane 2, with the bottom 4 bits of each word unused. Each plane
--     has the same dimensions and each R, G, and B component contributes
--     to a single texel. The location of each plane when this image is in
--     linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane.
--
-- -   'FORMAT_G16B16G16R16_422_UNORM' specifies a four-component, 64-bit
--     format containing a pair of G components, an R component, and a B
--     component, collectively encoding a 2×1 rectangle of unsigned
--     normalized RGB texel data. One G value is present at each /i/
--     coordinate, with the B and R values shared across both G values and
--     thus recorded at half the horizontal resolution of the image. This
--     format has a 16-bit G component for the even /i/ coordinate in the
--     word in bytes 0..1, a 16-bit B component in the word in bytes 2..3,
--     a 16-bit G component for the odd /i/ coordinate in the word in bytes
--     4..5, and a 16-bit R component in the word in bytes 6..7. This
--     format only supports images with a width that is a multiple of two.
--     For the purposes of the constraints on copy extents, this format is
--     treated as a compressed format with a 2×1 compressed texel block.
--
-- -   'FORMAT_B16G16R16G16_422_UNORM' specifies a four-component, 64-bit
--     format containing a pair of G components, an R component, and a B
--     component, collectively encoding a 2×1 rectangle of unsigned
--     normalized RGB texel data. One G value is present at each /i/
--     coordinate, with the B and R values shared across both G values and
--     thus recorded at half the horizontal resolution of the image. This
--     format has a 16-bit B component in the word in bytes 0..1, a 16-bit
--     G component for the even /i/ coordinate in the word in bytes 2..3, a
--     16-bit R component in the word in bytes 4..5, and a 16-bit G
--     component for the odd /i/ coordinate in the word in bytes 6..7. This
--     format only supports images with a width that is a multiple of two.
--     For the purposes of the constraints on copy extents, this format is
--     treated as a compressed format with a 2×1 compressed texel block.
--
-- -   'FORMAT_G16_B16_R16_3PLANE_420_UNORM' specifies an unsigned
--     normalized /multi-planar format/ that has a 16-bit G component in
--     each 16-bit word of plane 0, a 16-bit B component in each 16-bit
--     word of plane 1, and a 16-bit R component in each 16-bit word of
--     plane 2. The horizontal and vertical dimensions of the R and B
--     planes are halved relative to the image dimensions, and each R and B
--     component is shared with the G components for which
--     \(\left\lfloor i_G \times 0.5
--     \right\rfloor = i_B = i_R\) and \(\left\lfloor j_G \times 0.5
--     \right\rfloor = j_B = j_R\). The location of each plane when this
--     image is in linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane. This format only supports images with a width and
--     height that is a multiple of two.
--
-- -   'FORMAT_G16_B16R16_2PLANE_420_UNORM' specifies an unsigned
--     normalized /multi-planar format/ that has a 16-bit G component in
--     each 16-bit word of plane 0, and a two-component, 32-bit BR plane 1
--     consisting of a 16-bit B component in the word in bytes 0..1, and a
--     16-bit R component in the word in bytes 2..3. The horizontal and
--     vertical dimensions of the BR plane are halved relative to the image
--     dimensions, and each R and B value is shared with the G components
--     for which \(\left\lfloor i_G \times 0.5
--     \right\rfloor = i_B = i_R\) and \(\left\lfloor j_G \times 0.5
--     \right\rfloor = j_B = j_R\). The location of each plane when this
--     image is in linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane. This format only supports images with a width and
--     height that is a multiple of two.
--
-- -   'FORMAT_G16_B16_R16_3PLANE_422_UNORM' specifies an unsigned
--     normalized /multi-planar format/ that has a 16-bit G component in
--     each 16-bit word of plane 0, a 16-bit B component in each 16-bit
--     word of plane 1, and a 16-bit R component in each 16-bit word of
--     plane 2. The horizontal dimension of the R and B plane is halved
--     relative to the image dimensions, and each R and B value is shared
--     with the G components for which
--     \(\left\lfloor i_G \times 0.5 \right\rfloor = i_B =
--     i_R\). The location of each plane when this image is in linear
--     layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane. This format only supports images with a width that
--     is a multiple of two.
--
-- -   'FORMAT_G16_B16R16_2PLANE_422_UNORM' specifies an unsigned
--     normalized /multi-planar format/ that has a 16-bit G component in
--     each 16-bit word of plane 0, and a two-component, 32-bit BR plane 1
--     consisting of a 16-bit B component in the word in bytes 0..1, and a
--     16-bit R component in the word in bytes 2..3. The horizontal
--     dimension of the BR plane is halved relative to the image
--     dimensions, and each R and B value is shared with the G components
--     for which \(\left\lfloor i_G \times 0.5 \right\rfloor = i_B = i_R\).
--     The location of each plane when this image is in linear layout can
--     be determined via 'Vulkan.Core10.Image.getImageSubresourceLayout',
--     using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane. This format only supports images with a width that
--     is a multiple of two.
--
-- -   'FORMAT_G16_B16_R16_3PLANE_444_UNORM' specifies an unsigned
--     normalized /multi-planar format/ that has a 16-bit G component in
--     each 16-bit word of plane 0, a 16-bit B component in each 16-bit
--     word of plane 1, and a 16-bit R component in each 16-bit word of
--     plane 2. Each plane has the same dimensions and each R, G, and B
--     component contributes to a single texel. The location of each plane
--     when this image is in linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane,
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the B plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_2_BIT'
--     for the R plane.
--
-- -   'FORMAT_G8_B8R8_2PLANE_444_UNORM' specifies an unsigned normalized
--     /multi-planar format/ that has an 8-bit G component in plane 0, and
--     a two-component, 16-bit BR plane 1 consisting of an 8-bit B
--     component in byte 0 and an 8-bit R component in byte 1. Both planes
--     have the same dimensions and each R, G, and B component contributes
--     to a single texel. The location of each plane when this image is in
--     linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane.
--
-- -   'FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 10-bit G
--     component in the top 10 bits of each 16-bit word of plane 0, and a
--     two-component, 32-bit BR plane 1 consisting of a 10-bit B component
--     in the top 10 bits of the word in bytes 0..1, and a 10-bit R
--     component in the top 10 bits of the word in bytes 2..3, the bottom 6
--     bits of each word unused. Both planes have the same dimensions and
--     each R, G, and B component contributes to a single texel. The
--     location of each plane when this image is in linear layout can be
--     determined via 'Vulkan.Core10.Image.getImageSubresourceLayout',
--     using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane.
--
-- -   'FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16' specifies an
--     unsigned normalized /multi-planar format/ that has a 12-bit G
--     component in the top 12 bits of each 16-bit word of plane 0, and a
--     two-component, 32-bit BR plane 1 consisting of a 12-bit B component
--     in the top 12 bits of the word in bytes 0..1, and a 12-bit R
--     component in the top 12 bits of the word in bytes 2..3, the bottom 4
--     bits of each word unused. Both planes have the same dimensions and
--     each R, G, and B component contributes to a single texel. The
--     location of each plane when this image is in linear layout can be
--     determined via 'Vulkan.Core10.Image.getImageSubresourceLayout',
--     using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane.
--
-- -   'FORMAT_G16_B16R16_2PLANE_444_UNORM' specifies an unsigned
--     normalized /multi-planar format/ that has a 16-bit G component in
--     each 16-bit word of plane 0, and a two-component, 32-bit BR plane 1
--     consisting of a 16-bit B component in the word in bytes 0..1, and a
--     16-bit R component in the word in bytes 2..3. Both planes have the
--     same dimensions and each R, G, and B component contributes to a
--     single texel. The location of each plane when this image is in
--     linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane.
--
-- -   'FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG' specifies a four-component,
--     PVRTC compressed format where each 64-bit compressed texel block
--     encodes an 8×4 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG' specifies a four-component,
--     PVRTC compressed format where each 64-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG' specifies a four-component,
--     PVRTC compressed format where each 64-bit compressed texel block
--     encodes an 8×4 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG' specifies a four-component,
--     PVRTC compressed format where each 64-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned normalized RGBA texel data.
--
-- -   'FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG' specifies a four-component,
--     PVRTC compressed format where each 64-bit compressed texel block
--     encodes an 8×4 rectangle of unsigned normalized RGBA texel data with
--     sRGB nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG' specifies a four-component,
--     PVRTC compressed format where each 64-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned normalized RGBA texel data with
--     sRGB nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG' specifies a four-component,
--     PVRTC compressed format where each 64-bit compressed texel block
--     encodes an 8×4 rectangle of unsigned normalized RGBA texel data with
--     sRGB nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG' specifies a four-component,
--     PVRTC compressed format where each 64-bit compressed texel block
--     encodes a 4×4 rectangle of unsigned normalized RGBA texel data with
--     sRGB nonlinear encoding applied to the RGB components.
--
-- -   'FORMAT_R16G16_SFIXED5_NV' specifies a two-component, 16-bit signed
--     fixed-point format with linear encoding. The components are signed
--     two’s-complement integers where the most significant bit specifies
--     the sign bit, the next 10 bits specify the integer value, and the
--     last 5 bits represent the fractional value. The signed 16-bit values
--     /can/ be converted to floats in the range [-1024,1023.96875] by
--     dividing the value by 32 (25).
--
-- -   'FORMAT_R10X6_UINT_PACK16_ARM' specifies a one-component, 16-bit
--     unsigned integer format that has a single 10-bit R component in the
--     top 10 bits of a 16-bit word, with the bottom 6 bits unused.
--
-- -   'FORMAT_R10X6G10X6_UINT_2PACK16_ARM' specifies a two-component,
--     32-bit unsigned integer format that has a 10-bit R component in the
--     top 10 bits of the word in bytes 0..1, and a 10-bit G component in
--     the top 10 bits of the word in bytes 2..3, with the bottom 6 bits of
--     each word unused.
--
-- -   'FORMAT_R10X6G10X6B10X6A10X6_UINT_4PACK16_ARM' specifies a
--     four-component, 64-bit unsigned integer format that has a 10-bit R
--     component in the top 10 bits of the word in bytes 0..1, a 10-bit G
--     component in the top 10 bits of the word in bytes 2..3, a 10-bit B
--     component in the top 10 bits of the word in bytes 4..5, and a 10-bit
--     A component in the top 10 bits of the word in bytes 6..7, with the
--     bottom 6 bits of each word unused.
--
-- -   'FORMAT_R12X4_UINT_PACK16_ARM' specifies a one-component, 16-bit
--     unsigned integer format that has a single 12-bit R component in the
--     top 12 bits of a 16-bit word, with the bottom 4 bits unused.
--
-- -   'FORMAT_R12X4G12X4_UINT_2PACK16_ARM' specifies a two-component,
--     32-bit unsigned integer format that has a 12-bit R component in the
--     top 12 bits of the word in bytes 0..1, and a 12-bit G component in
--     the top 12 bits of the word in bytes 2..3, with the bottom 4 bits of
--     each word unused.
--
-- -   'FORMAT_R12X4G12X4B12X4A12X4_UINT_4PACK16_ARM' specifies a
--     four-component, 64-bit unsigned integer format that has a 12-bit R
--     component in the top 12 bits of the word in bytes 0..1, a 12-bit G
--     component in the top 12 bits of the word in bytes 2..3, a 12-bit B
--     component in the top 12 bits of the word in bytes 4..5, and a 12-bit
--     A component in the top 12 bits of the word in bytes 6..7, with the
--     bottom 4 bits of each word unused.
--
-- -   'FORMAT_R14X2_UINT_PACK16_ARM' specifies a one-component, 16-bit
--     unsigned integer format that has a single 14-bit R component in the
--     top 14 bits of a 16-bit word, with the bottom 2 bits unused.
--
-- -   'FORMAT_R14X2G14X2_UINT_2PACK16_ARM' specifies a two-component,
--     32-bit unsigned integer format that has a 14-bit R component in the
--     top 14 bits of the word in bytes 0..1, and a 14-bit G component in
--     the top 14 bits of the word in bytes 2..3, with the bottom 2 bits of
--     each word unused.
--
-- -   'FORMAT_R14X2G14X2B14X2A14X2_UINT_4PACK16_ARM' specifies a
--     four-component, 64-bit unsigned integer format that has a 14-bit R
--     component in the top 14 bits of the word in bytes 0..1, a 14-bit G
--     component in the top 14 bits of the word in bytes 2..3, a 14-bit B
--     component in the top 14 bits of the word in bytes 4..5, and a 14-bit
--     A component in the top 14 bits of the word in bytes 6..7, with the
--     bottom 2 bits of each word unused.
--
-- -   'FORMAT_R14X2_UNORM_PACK16_ARM' specifies a one-component, 16-bit
--     unsigned normalized format that has a single 14-bit R component in
--     the top 14 bits of a 16-bit word, with the bottom 2 bits unused.
--
-- -   'FORMAT_R14X2G14X2_UNORM_2PACK16_ARM' specifies a two-component,
--     32-bit unsigned normalized format that has a 14-bit R component in
--     the top 14 bits of the word in bytes 0..1, and a 14-bit G component
--     in the top 14 bits of the word in bytes 2..3, with the bottom 2 bits
--     of each word unused.
--
-- -   'FORMAT_R14X2G14X2B14X2A14X2_UNORM_4PACK16_ARM' specifies a
--     four-component, 64-bit unsigned normalized format that has a 14-bit
--     R component in the top 14 bits of the word in bytes 0..1, a 14-bit G
--     component in the top 14 bits of the word in bytes 2..3, a 14-bit B
--     component in the top 14 bits of the word in bytes 4..5, and a 14-bit
--     A component in the top 14 bits of the word in bytes 6..7, with the
--     bottom 2 bits of each word unused.
--
-- -   'FORMAT_G14X2_B14X2R14X2_2PLANE_420_UNORM_3PACK16_ARM' specifies an
--     unsigned normalized /multi-planar format/ that has a 14-bit G
--     component in the top 14 bits of each 16-bit word of plane 0, and a
--     two-component, 32-bit BR plane 1 consisting of a 14-bit B component
--     in the top 14 bits of the word in bytes 0..1, and a 14-bit R
--     component in the top 14 bits of the word in bytes 2..3, with the
--     bottom 2 bits of each word unused. The horizontal and vertical
--     dimensions of the BR plane are halved relative to the image
--     dimensions, and each R and B value is shared with the G components
--     for which \(\left\lfloor i_G \times 0.5
--     \right\rfloor = i_B = i_R\) and \(\left\lfloor j_G \times 0.5
--     \right\rfloor = j_B = j_R\). The location of each plane when this
--     image is in linear layout can be determined via
--     'Vulkan.Core10.Image.getImageSubresourceLayout', using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane. This format only supports images with a width and
--     height that is a multiple of two.
--
-- -   'FORMAT_G14X2_B14X2R14X2_2PLANE_422_UNORM_3PACK16_ARM' specifies an
--     unsigned normalized /multi-planar format/ that has a 14-bit G
--     component in the top 14 bits of each 16-bit word of plane 0, and a
--     two-component, 32-bit BR plane 1 consisting of a 14-bit B component
--     in the top 14 bits of the word in bytes 0..1, and a 14-bit R
--     component in the top 14 bits of the word in bytes 2..3, with the
--     bottom 2 bits of each word unused. The horizontal dimension of the
--     BR plane is halved relative to the image dimensions, and each R and
--     B value is shared with the G components for which
--     \(\left\lfloor i_G \times 0.5 \right\rfloor = i_B = i_R\). The
--     location of each plane when this image is in linear layout can be
--     determined via 'Vulkan.Core10.Image.getImageSubresourceLayout',
--     using
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_0_BIT'
--     for the G plane, and
--     'Vulkan.Core10.Enums.ImageAspectFlagBits.IMAGE_ASPECT_PLANE_1_BIT'
--     for the BR plane. This format only supports images with a width that
--     is a multiple of two.
--
-- -   'FORMAT_R8_BOOL_ARM' specifies a one-component 8-bit boolean format
--     that has a single 8-bit R component. See
--     <https://registry.khronos.org/vulkan/specs/latest/html/vkspec.html#fundamentals-bool>.
--
-- -   'FORMAT_R16_SFLOAT_FPENCODING_BFLOAT16_ARM' specifies a
--     one-component, 16-bit signed floating-point format with BFLOAT16
--     encoding that has a single 16-bit R component.
--
-- -   'FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E4M3_ARM' specifies a
--     one-component, 8-bit signed floating-point format with FLOAT8E4M3
--     encoding that has a single 8-bit R component.
--
-- -   'FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E5M2_ARM' specifies a
--     one-component, 8-bit signed floating-point format with FLOAT8E5M2
--     encoding that has a single 8-bit R component.
--
-- = See Also
--
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_VERSION_1_0 VK_VERSION_1_0>,
-- 'Vulkan.Extensions.VK_NV_ray_tracing_linear_swept_spheres.AccelerationStructureGeometryLinearSweptSpheresDataNV',
-- 'Vulkan.Extensions.VK_NV_ray_tracing_linear_swept_spheres.AccelerationStructureGeometrySpheresDataNV',
-- 'Vulkan.Extensions.VK_KHR_acceleration_structure.AccelerationStructureGeometryTrianglesDataKHR',
-- 'Vulkan.Extensions.VK_NV_displacement_micromap.AccelerationStructureTrianglesDisplacementMicromapNV',
-- 'Vulkan.Extensions.VK_ANDROID_external_memory_android_hardware_buffer.AndroidHardwareBufferFormatProperties2ANDROID',
-- 'Vulkan.Extensions.VK_ANDROID_external_memory_android_hardware_buffer.AndroidHardwareBufferFormatPropertiesANDROID',
-- 'Vulkan.Extensions.VK_ANDROID_external_format_resolve.AndroidHardwareBufferFormatResolvePropertiesANDROID',
-- 'Vulkan.Core10.Pass.AttachmentDescription',
-- 'Vulkan.Core12.Promoted_From_VK_KHR_create_renderpass2.AttachmentDescription2',
-- 'Vulkan.Core10.BufferView.BufferViewCreateInfo',
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VkClusterAccelerationStructureTriangleClusterInputNV VkClusterAccelerationStructureTriangleClusterInputNV>,
-- 'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.CommandBufferInheritanceRenderingInfo',
-- 'Vulkan.Extensions.VK_EXT_custom_resolve.CustomResolveCreateInfoEXT',
-- 'Vulkan.Extensions.VK_EXT_descriptor_buffer.DescriptorAddressInfoEXT',
-- 'Vulkan.Core12.Promoted_From_VK_KHR_imageless_framebuffer.FramebufferAttachmentImageInfo',
-- 'Vulkan.Extensions.VK_NV_ray_tracing.GeometryTrianglesNV',
-- 'Vulkan.Core10.Image.ImageCreateInfo',
-- 'Vulkan.Core12.Promoted_From_VK_KHR_image_format_list.ImageFormatListCreateInfo',
-- 'Vulkan.Extensions.VK_EXT_astc_decode_mode.ImageViewASTCDecodeModeEXT',
-- 'Vulkan.Core10.ImageView.ImageViewCreateInfo',
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VkNativeBufferFormatPropertiesOHOS VkNativeBufferFormatPropertiesOHOS>,
-- 'Vulkan.Extensions.VK_NV_optical_flow.OpticalFlowImageFormatPropertiesNV',
-- 'Vulkan.Extensions.VK_NV_optical_flow.OpticalFlowSessionCreateInfoNV',
-- 'Vulkan.Core11.Promoted_From_VK_KHR_get_physical_device_properties2.PhysicalDeviceImageFormatInfo2',
-- 'Vulkan.Core11.Promoted_From_VK_KHR_get_physical_device_properties2.PhysicalDeviceSparseImageFormatInfo2',
-- 'Vulkan.Core13.Promoted_From_VK_KHR_dynamic_rendering.PipelineRenderingCreateInfo',
-- 'Vulkan.Core14.Promoted_From_VK_KHR_maintenance5Roadmap.RenderingAreaInfo',
-- 'Vulkan.Extensions.VK_EXT_custom_border_color.SamplerCustomBorderColorCreateInfoEXT',
-- 'Vulkan.Core11.Promoted_From_VK_KHR_sampler_ycbcr_conversion.SamplerYcbcrConversionCreateInfo',
-- 'Vulkan.Extensions.VK_QNX_external_memory_screen_buffer.ScreenBufferFormatPropertiesQNX',
-- 'Vulkan.Extensions.VK_KHR_surface.SurfaceFormatKHR',
-- 'Vulkan.Extensions.VK_KHR_swapchain.SwapchainCreateInfoKHR',
-- 'Vulkan.Extensions.VK_ARM_tensors.TensorDescriptionARM',
-- 'Vulkan.Extensions.VK_ARM_tensors.TensorViewCreateInfoARM',
-- 'Vulkan.Extensions.VK_EXT_descriptor_heap.TexelBufferDescriptorInfoEXT',
-- 'Vulkan.Core10.GraphicsPipeline.VertexInputAttributeDescription',
-- 'Vulkan.Extensions.VK_EXT_vertex_input_dynamic_state.VertexInputAttributeDescription2EXT',
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VkVideoFormatPropertiesKHR VkVideoFormatPropertiesKHR>,
-- <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VkVideoSessionCreateInfoKHR VkVideoSessionCreateInfoKHR>,
-- 'Vulkan.Extensions.VK_NV_external_memory_capabilities.getPhysicalDeviceExternalImageFormatPropertiesNV',
-- 'Vulkan.Core10.DeviceInitialization.getPhysicalDeviceFormatProperties',
-- 'Vulkan.Core11.Promoted_From_VK_KHR_get_physical_device_properties2.getPhysicalDeviceFormatProperties2',
-- 'Vulkan.Core11.Promoted_From_VK_KHR_get_physical_device_properties2.getPhysicalDeviceFormatProperties2',
-- 'Vulkan.Core10.DeviceInitialization.getPhysicalDeviceImageFormatProperties',
-- 'Vulkan.Core10.SparseResourceMemoryManagement.getPhysicalDeviceSparseImageFormatProperties'
newtype Format = Format Int32
  deriving newtype (Format -> Format -> Bool
(Format -> Format -> Bool)
-> (Format -> Format -> Bool) -> Eq Format
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Format -> Format -> Bool
== :: Format -> Format -> Bool
$c/= :: Format -> Format -> Bool
/= :: Format -> Format -> Bool
Eq, Eq Format
Eq Format =>
(Format -> Format -> Ordering)
-> (Format -> Format -> Bool)
-> (Format -> Format -> Bool)
-> (Format -> Format -> Bool)
-> (Format -> Format -> Bool)
-> (Format -> Format -> Format)
-> (Format -> Format -> Format)
-> Ord Format
Format -> Format -> Bool
Format -> Format -> Ordering
Format -> Format -> Format
forall a.
Eq a =>
(a -> a -> Ordering)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> a)
-> (a -> a -> a)
-> Ord a
$ccompare :: Format -> Format -> Ordering
compare :: Format -> Format -> Ordering
$c< :: Format -> Format -> Bool
< :: Format -> Format -> Bool
$c<= :: Format -> Format -> Bool
<= :: Format -> Format -> Bool
$c> :: Format -> Format -> Bool
> :: Format -> Format -> Bool
$c>= :: Format -> Format -> Bool
>= :: Format -> Format -> Bool
$cmax :: Format -> Format -> Format
max :: Format -> Format -> Format
$cmin :: Format -> Format -> Format
min :: Format -> Format -> Format
Ord, Ptr Format -> IO Format
Ptr Format -> Int -> IO Format
Ptr Format -> Int -> Format -> IO ()
Ptr Format -> Format -> IO ()
Format -> Int
(Format -> Int)
-> (Format -> Int)
-> (Ptr Format -> Int -> IO Format)
-> (Ptr Format -> Int -> Format -> IO ())
-> (forall b. Ptr b -> Int -> IO Format)
-> (forall b. Ptr b -> Int -> Format -> IO ())
-> (Ptr Format -> IO Format)
-> (Ptr Format -> Format -> IO ())
-> Storable Format
forall b. Ptr b -> Int -> IO Format
forall b. Ptr b -> Int -> Format -> IO ()
forall a.
(a -> Int)
-> (a -> Int)
-> (Ptr a -> Int -> IO a)
-> (Ptr a -> Int -> a -> IO ())
-> (forall b. Ptr b -> Int -> IO a)
-> (forall b. Ptr b -> Int -> a -> IO ())
-> (Ptr a -> IO a)
-> (Ptr a -> a -> IO ())
-> Storable a
$csizeOf :: Format -> Int
sizeOf :: Format -> Int
$calignment :: Format -> Int
alignment :: Format -> Int
$cpeekElemOff :: Ptr Format -> Int -> IO Format
peekElemOff :: Ptr Format -> Int -> IO Format
$cpokeElemOff :: Ptr Format -> Int -> Format -> IO ()
pokeElemOff :: Ptr Format -> Int -> Format -> IO ()
$cpeekByteOff :: forall b. Ptr b -> Int -> IO Format
peekByteOff :: forall b. Ptr b -> Int -> IO Format
$cpokeByteOff :: forall b. Ptr b -> Int -> Format -> IO ()
pokeByteOff :: forall b. Ptr b -> Int -> Format -> IO ()
$cpeek :: Ptr Format -> IO Format
peek :: Ptr Format -> IO Format
$cpoke :: Ptr Format -> Format -> IO ()
poke :: Ptr Format -> Format -> IO ()
Storable, Format
Format -> Zero Format
forall a. a -> Zero a
$czero :: Format
zero :: Format
Zero)

-- No documentation found for Nested "VkFormat" "VK_FORMAT_UNDEFINED"
pattern $mFORMAT_UNDEFINED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_UNDEFINED :: Format
FORMAT_UNDEFINED = Format 0

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R4G4_UNORM_PACK8"
pattern $mFORMAT_R4G4_UNORM_PACK8 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R4G4_UNORM_PACK8 :: Format
FORMAT_R4G4_UNORM_PACK8 = Format 1

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R4G4B4A4_UNORM_PACK16"
pattern $mFORMAT_R4G4B4A4_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R4G4B4A4_UNORM_PACK16 :: Format
FORMAT_R4G4B4A4_UNORM_PACK16 = Format 2

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B4G4R4A4_UNORM_PACK16"
pattern $mFORMAT_B4G4R4A4_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B4G4R4A4_UNORM_PACK16 :: Format
FORMAT_B4G4R4A4_UNORM_PACK16 = Format 3

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R5G6B5_UNORM_PACK16"
pattern $mFORMAT_R5G6B5_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R5G6B5_UNORM_PACK16 :: Format
FORMAT_R5G6B5_UNORM_PACK16 = Format 4

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B5G6R5_UNORM_PACK16"
pattern $mFORMAT_B5G6R5_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B5G6R5_UNORM_PACK16 :: Format
FORMAT_B5G6R5_UNORM_PACK16 = Format 5

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R5G5B5A1_UNORM_PACK16"
pattern $mFORMAT_R5G5B5A1_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R5G5B5A1_UNORM_PACK16 :: Format
FORMAT_R5G5B5A1_UNORM_PACK16 = Format 6

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B5G5R5A1_UNORM_PACK16"
pattern $mFORMAT_B5G5R5A1_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B5G5R5A1_UNORM_PACK16 :: Format
FORMAT_B5G5R5A1_UNORM_PACK16 = Format 7

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A1R5G5B5_UNORM_PACK16"
pattern $mFORMAT_A1R5G5B5_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A1R5G5B5_UNORM_PACK16 :: Format
FORMAT_A1R5G5B5_UNORM_PACK16 = Format 8

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8_UNORM"
pattern $mFORMAT_R8_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8_UNORM :: Format
FORMAT_R8_UNORM = Format 9

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8_SNORM"
pattern $mFORMAT_R8_SNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8_SNORM :: Format
FORMAT_R8_SNORM = Format 10

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8_USCALED"
pattern $mFORMAT_R8_USCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8_USCALED :: Format
FORMAT_R8_USCALED = Format 11

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8_SSCALED"
pattern $mFORMAT_R8_SSCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8_SSCALED :: Format
FORMAT_R8_SSCALED = Format 12

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8_UINT"
pattern $mFORMAT_R8_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8_UINT :: Format
FORMAT_R8_UINT = Format 13

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8_SINT"
pattern $mFORMAT_R8_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8_SINT :: Format
FORMAT_R8_SINT = Format 14

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8_SRGB"
pattern $mFORMAT_R8_SRGB :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8_SRGB :: Format
FORMAT_R8_SRGB = Format 15

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8_UNORM"
pattern $mFORMAT_R8G8_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8_UNORM :: Format
FORMAT_R8G8_UNORM = Format 16

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8_SNORM"
pattern $mFORMAT_R8G8_SNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8_SNORM :: Format
FORMAT_R8G8_SNORM = Format 17

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8_USCALED"
pattern $mFORMAT_R8G8_USCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8_USCALED :: Format
FORMAT_R8G8_USCALED = Format 18

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8_SSCALED"
pattern $mFORMAT_R8G8_SSCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8_SSCALED :: Format
FORMAT_R8G8_SSCALED = Format 19

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8_UINT"
pattern $mFORMAT_R8G8_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8_UINT :: Format
FORMAT_R8G8_UINT = Format 20

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8_SINT"
pattern $mFORMAT_R8G8_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8_SINT :: Format
FORMAT_R8G8_SINT = Format 21

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8_SRGB"
pattern $mFORMAT_R8G8_SRGB :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8_SRGB :: Format
FORMAT_R8G8_SRGB = Format 22

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8_UNORM"
pattern $mFORMAT_R8G8B8_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8_UNORM :: Format
FORMAT_R8G8B8_UNORM = Format 23

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8_SNORM"
pattern $mFORMAT_R8G8B8_SNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8_SNORM :: Format
FORMAT_R8G8B8_SNORM = Format 24

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8_USCALED"
pattern $mFORMAT_R8G8B8_USCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8_USCALED :: Format
FORMAT_R8G8B8_USCALED = Format 25

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8_SSCALED"
pattern $mFORMAT_R8G8B8_SSCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8_SSCALED :: Format
FORMAT_R8G8B8_SSCALED = Format 26

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8_UINT"
pattern $mFORMAT_R8G8B8_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8_UINT :: Format
FORMAT_R8G8B8_UINT = Format 27

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8_SINT"
pattern $mFORMAT_R8G8B8_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8_SINT :: Format
FORMAT_R8G8B8_SINT = Format 28

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8_SRGB"
pattern $mFORMAT_R8G8B8_SRGB :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8_SRGB :: Format
FORMAT_R8G8B8_SRGB = Format 29

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8_UNORM"
pattern $mFORMAT_B8G8R8_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8_UNORM :: Format
FORMAT_B8G8R8_UNORM = Format 30

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8_SNORM"
pattern $mFORMAT_B8G8R8_SNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8_SNORM :: Format
FORMAT_B8G8R8_SNORM = Format 31

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8_USCALED"
pattern $mFORMAT_B8G8R8_USCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8_USCALED :: Format
FORMAT_B8G8R8_USCALED = Format 32

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8_SSCALED"
pattern $mFORMAT_B8G8R8_SSCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8_SSCALED :: Format
FORMAT_B8G8R8_SSCALED = Format 33

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8_UINT"
pattern $mFORMAT_B8G8R8_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8_UINT :: Format
FORMAT_B8G8R8_UINT = Format 34

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8_SINT"
pattern $mFORMAT_B8G8R8_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8_SINT :: Format
FORMAT_B8G8R8_SINT = Format 35

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8_SRGB"
pattern $mFORMAT_B8G8R8_SRGB :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8_SRGB :: Format
FORMAT_B8G8R8_SRGB = Format 36

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8A8_UNORM"
pattern $mFORMAT_R8G8B8A8_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8A8_UNORM :: Format
FORMAT_R8G8B8A8_UNORM = Format 37

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8A8_SNORM"
pattern $mFORMAT_R8G8B8A8_SNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8A8_SNORM :: Format
FORMAT_R8G8B8A8_SNORM = Format 38

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8A8_USCALED"
pattern $mFORMAT_R8G8B8A8_USCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8A8_USCALED :: Format
FORMAT_R8G8B8A8_USCALED = Format 39

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8A8_SSCALED"
pattern $mFORMAT_R8G8B8A8_SSCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8A8_SSCALED :: Format
FORMAT_R8G8B8A8_SSCALED = Format 40

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8A8_UINT"
pattern $mFORMAT_R8G8B8A8_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8A8_UINT :: Format
FORMAT_R8G8B8A8_UINT = Format 41

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8A8_SINT"
pattern $mFORMAT_R8G8B8A8_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8A8_SINT :: Format
FORMAT_R8G8B8A8_SINT = Format 42

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8G8B8A8_SRGB"
pattern $mFORMAT_R8G8B8A8_SRGB :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8G8B8A8_SRGB :: Format
FORMAT_R8G8B8A8_SRGB = Format 43

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8A8_UNORM"
pattern $mFORMAT_B8G8R8A8_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8A8_UNORM :: Format
FORMAT_B8G8R8A8_UNORM = Format 44

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8A8_SNORM"
pattern $mFORMAT_B8G8R8A8_SNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8A8_SNORM :: Format
FORMAT_B8G8R8A8_SNORM = Format 45

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8A8_USCALED"
pattern $mFORMAT_B8G8R8A8_USCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8A8_USCALED :: Format
FORMAT_B8G8R8A8_USCALED = Format 46

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8A8_SSCALED"
pattern $mFORMAT_B8G8R8A8_SSCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8A8_SSCALED :: Format
FORMAT_B8G8R8A8_SSCALED = Format 47

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8A8_UINT"
pattern $mFORMAT_B8G8R8A8_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8A8_UINT :: Format
FORMAT_B8G8R8A8_UINT = Format 48

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8A8_SINT"
pattern $mFORMAT_B8G8R8A8_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8A8_SINT :: Format
FORMAT_B8G8R8A8_SINT = Format 49

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8A8_SRGB"
pattern $mFORMAT_B8G8R8A8_SRGB :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8A8_SRGB :: Format
FORMAT_B8G8R8A8_SRGB = Format 50

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A8B8G8R8_UNORM_PACK32"
pattern $mFORMAT_A8B8G8R8_UNORM_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A8B8G8R8_UNORM_PACK32 :: Format
FORMAT_A8B8G8R8_UNORM_PACK32 = Format 51

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A8B8G8R8_SNORM_PACK32"
pattern $mFORMAT_A8B8G8R8_SNORM_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A8B8G8R8_SNORM_PACK32 :: Format
FORMAT_A8B8G8R8_SNORM_PACK32 = Format 52

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A8B8G8R8_USCALED_PACK32"
pattern $mFORMAT_A8B8G8R8_USCALED_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A8B8G8R8_USCALED_PACK32 :: Format
FORMAT_A8B8G8R8_USCALED_PACK32 = Format 53

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A8B8G8R8_SSCALED_PACK32"
pattern $mFORMAT_A8B8G8R8_SSCALED_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A8B8G8R8_SSCALED_PACK32 :: Format
FORMAT_A8B8G8R8_SSCALED_PACK32 = Format 54

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A8B8G8R8_UINT_PACK32"
pattern $mFORMAT_A8B8G8R8_UINT_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A8B8G8R8_UINT_PACK32 :: Format
FORMAT_A8B8G8R8_UINT_PACK32 = Format 55

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A8B8G8R8_SINT_PACK32"
pattern $mFORMAT_A8B8G8R8_SINT_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A8B8G8R8_SINT_PACK32 :: Format
FORMAT_A8B8G8R8_SINT_PACK32 = Format 56

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A8B8G8R8_SRGB_PACK32"
pattern $mFORMAT_A8B8G8R8_SRGB_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A8B8G8R8_SRGB_PACK32 :: Format
FORMAT_A8B8G8R8_SRGB_PACK32 = Format 57

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2R10G10B10_UNORM_PACK32"
pattern $mFORMAT_A2R10G10B10_UNORM_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2R10G10B10_UNORM_PACK32 :: Format
FORMAT_A2R10G10B10_UNORM_PACK32 = Format 58

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2R10G10B10_SNORM_PACK32"
pattern $mFORMAT_A2R10G10B10_SNORM_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2R10G10B10_SNORM_PACK32 :: Format
FORMAT_A2R10G10B10_SNORM_PACK32 = Format 59

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2R10G10B10_USCALED_PACK32"
pattern $mFORMAT_A2R10G10B10_USCALED_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2R10G10B10_USCALED_PACK32 :: Format
FORMAT_A2R10G10B10_USCALED_PACK32 = Format 60

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2R10G10B10_SSCALED_PACK32"
pattern $mFORMAT_A2R10G10B10_SSCALED_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2R10G10B10_SSCALED_PACK32 :: Format
FORMAT_A2R10G10B10_SSCALED_PACK32 = Format 61

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2R10G10B10_UINT_PACK32"
pattern $mFORMAT_A2R10G10B10_UINT_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2R10G10B10_UINT_PACK32 :: Format
FORMAT_A2R10G10B10_UINT_PACK32 = Format 62

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2R10G10B10_SINT_PACK32"
pattern $mFORMAT_A2R10G10B10_SINT_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2R10G10B10_SINT_PACK32 :: Format
FORMAT_A2R10G10B10_SINT_PACK32 = Format 63

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2B10G10R10_UNORM_PACK32"
pattern $mFORMAT_A2B10G10R10_UNORM_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2B10G10R10_UNORM_PACK32 :: Format
FORMAT_A2B10G10R10_UNORM_PACK32 = Format 64

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2B10G10R10_SNORM_PACK32"
pattern $mFORMAT_A2B10G10R10_SNORM_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2B10G10R10_SNORM_PACK32 :: Format
FORMAT_A2B10G10R10_SNORM_PACK32 = Format 65

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2B10G10R10_USCALED_PACK32"
pattern $mFORMAT_A2B10G10R10_USCALED_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2B10G10R10_USCALED_PACK32 :: Format
FORMAT_A2B10G10R10_USCALED_PACK32 = Format 66

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2B10G10R10_SSCALED_PACK32"
pattern $mFORMAT_A2B10G10R10_SSCALED_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2B10G10R10_SSCALED_PACK32 :: Format
FORMAT_A2B10G10R10_SSCALED_PACK32 = Format 67

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2B10G10R10_UINT_PACK32"
pattern $mFORMAT_A2B10G10R10_UINT_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2B10G10R10_UINT_PACK32 :: Format
FORMAT_A2B10G10R10_UINT_PACK32 = Format 68

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A2B10G10R10_SINT_PACK32"
pattern $mFORMAT_A2B10G10R10_SINT_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A2B10G10R10_SINT_PACK32 :: Format
FORMAT_A2B10G10R10_SINT_PACK32 = Format 69

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16_UNORM"
pattern $mFORMAT_R16_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16_UNORM :: Format
FORMAT_R16_UNORM = Format 70

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16_SNORM"
pattern $mFORMAT_R16_SNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16_SNORM :: Format
FORMAT_R16_SNORM = Format 71

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16_USCALED"
pattern $mFORMAT_R16_USCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16_USCALED :: Format
FORMAT_R16_USCALED = Format 72

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16_SSCALED"
pattern $mFORMAT_R16_SSCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16_SSCALED :: Format
FORMAT_R16_SSCALED = Format 73

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16_UINT"
pattern $mFORMAT_R16_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16_UINT :: Format
FORMAT_R16_UINT = Format 74

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16_SINT"
pattern $mFORMAT_R16_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16_SINT :: Format
FORMAT_R16_SINT = Format 75

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16_SFLOAT"
pattern $mFORMAT_R16_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16_SFLOAT :: Format
FORMAT_R16_SFLOAT = Format 76

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16_UNORM"
pattern $mFORMAT_R16G16_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16_UNORM :: Format
FORMAT_R16G16_UNORM = Format 77

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16_SNORM"
pattern $mFORMAT_R16G16_SNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16_SNORM :: Format
FORMAT_R16G16_SNORM = Format 78

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16_USCALED"
pattern $mFORMAT_R16G16_USCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16_USCALED :: Format
FORMAT_R16G16_USCALED = Format 79

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16_SSCALED"
pattern $mFORMAT_R16G16_SSCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16_SSCALED :: Format
FORMAT_R16G16_SSCALED = Format 80

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16_UINT"
pattern $mFORMAT_R16G16_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16_UINT :: Format
FORMAT_R16G16_UINT = Format 81

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16_SINT"
pattern $mFORMAT_R16G16_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16_SINT :: Format
FORMAT_R16G16_SINT = Format 82

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16_SFLOAT"
pattern $mFORMAT_R16G16_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16_SFLOAT :: Format
FORMAT_R16G16_SFLOAT = Format 83

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16_UNORM"
pattern $mFORMAT_R16G16B16_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16_UNORM :: Format
FORMAT_R16G16B16_UNORM = Format 84

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16_SNORM"
pattern $mFORMAT_R16G16B16_SNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16_SNORM :: Format
FORMAT_R16G16B16_SNORM = Format 85

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16_USCALED"
pattern $mFORMAT_R16G16B16_USCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16_USCALED :: Format
FORMAT_R16G16B16_USCALED = Format 86

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16_SSCALED"
pattern $mFORMAT_R16G16B16_SSCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16_SSCALED :: Format
FORMAT_R16G16B16_SSCALED = Format 87

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16_UINT"
pattern $mFORMAT_R16G16B16_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16_UINT :: Format
FORMAT_R16G16B16_UINT = Format 88

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16_SINT"
pattern $mFORMAT_R16G16B16_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16_SINT :: Format
FORMAT_R16G16B16_SINT = Format 89

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16_SFLOAT"
pattern $mFORMAT_R16G16B16_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16_SFLOAT :: Format
FORMAT_R16G16B16_SFLOAT = Format 90

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16A16_UNORM"
pattern $mFORMAT_R16G16B16A16_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16A16_UNORM :: Format
FORMAT_R16G16B16A16_UNORM = Format 91

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16A16_SNORM"
pattern $mFORMAT_R16G16B16A16_SNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16A16_SNORM :: Format
FORMAT_R16G16B16A16_SNORM = Format 92

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16A16_USCALED"
pattern $mFORMAT_R16G16B16A16_USCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16A16_USCALED :: Format
FORMAT_R16G16B16A16_USCALED = Format 93

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16A16_SSCALED"
pattern $mFORMAT_R16G16B16A16_SSCALED :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16A16_SSCALED :: Format
FORMAT_R16G16B16A16_SSCALED = Format 94

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16A16_UINT"
pattern $mFORMAT_R16G16B16A16_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16A16_UINT :: Format
FORMAT_R16G16B16A16_UINT = Format 95

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16A16_SINT"
pattern $mFORMAT_R16G16B16A16_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16A16_SINT :: Format
FORMAT_R16G16B16A16_SINT = Format 96

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16B16A16_SFLOAT"
pattern $mFORMAT_R16G16B16A16_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16B16A16_SFLOAT :: Format
FORMAT_R16G16B16A16_SFLOAT = Format 97

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32_UINT"
pattern $mFORMAT_R32_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32_UINT :: Format
FORMAT_R32_UINT = Format 98

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32_SINT"
pattern $mFORMAT_R32_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32_SINT :: Format
FORMAT_R32_SINT = Format 99

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32_SFLOAT"
pattern $mFORMAT_R32_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32_SFLOAT :: Format
FORMAT_R32_SFLOAT = Format 100

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32G32_UINT"
pattern $mFORMAT_R32G32_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32G32_UINT :: Format
FORMAT_R32G32_UINT = Format 101

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32G32_SINT"
pattern $mFORMAT_R32G32_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32G32_SINT :: Format
FORMAT_R32G32_SINT = Format 102

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32G32_SFLOAT"
pattern $mFORMAT_R32G32_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32G32_SFLOAT :: Format
FORMAT_R32G32_SFLOAT = Format 103

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32G32B32_UINT"
pattern $mFORMAT_R32G32B32_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32G32B32_UINT :: Format
FORMAT_R32G32B32_UINT = Format 104

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32G32B32_SINT"
pattern $mFORMAT_R32G32B32_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32G32B32_SINT :: Format
FORMAT_R32G32B32_SINT = Format 105

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32G32B32_SFLOAT"
pattern $mFORMAT_R32G32B32_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32G32B32_SFLOAT :: Format
FORMAT_R32G32B32_SFLOAT = Format 106

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32G32B32A32_UINT"
pattern $mFORMAT_R32G32B32A32_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32G32B32A32_UINT :: Format
FORMAT_R32G32B32A32_UINT = Format 107

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32G32B32A32_SINT"
pattern $mFORMAT_R32G32B32A32_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32G32B32A32_SINT :: Format
FORMAT_R32G32B32A32_SINT = Format 108

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R32G32B32A32_SFLOAT"
pattern $mFORMAT_R32G32B32A32_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R32G32B32A32_SFLOAT :: Format
FORMAT_R32G32B32A32_SFLOAT = Format 109

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64_UINT"
pattern $mFORMAT_R64_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64_UINT :: Format
FORMAT_R64_UINT = Format 110

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64_SINT"
pattern $mFORMAT_R64_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64_SINT :: Format
FORMAT_R64_SINT = Format 111

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64_SFLOAT"
pattern $mFORMAT_R64_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64_SFLOAT :: Format
FORMAT_R64_SFLOAT = Format 112

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64G64_UINT"
pattern $mFORMAT_R64G64_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64G64_UINT :: Format
FORMAT_R64G64_UINT = Format 113

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64G64_SINT"
pattern $mFORMAT_R64G64_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64G64_SINT :: Format
FORMAT_R64G64_SINT = Format 114

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64G64_SFLOAT"
pattern $mFORMAT_R64G64_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64G64_SFLOAT :: Format
FORMAT_R64G64_SFLOAT = Format 115

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64G64B64_UINT"
pattern $mFORMAT_R64G64B64_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64G64B64_UINT :: Format
FORMAT_R64G64B64_UINT = Format 116

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64G64B64_SINT"
pattern $mFORMAT_R64G64B64_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64G64B64_SINT :: Format
FORMAT_R64G64B64_SINT = Format 117

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64G64B64_SFLOAT"
pattern $mFORMAT_R64G64B64_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64G64B64_SFLOAT :: Format
FORMAT_R64G64B64_SFLOAT = Format 118

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64G64B64A64_UINT"
pattern $mFORMAT_R64G64B64A64_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64G64B64A64_UINT :: Format
FORMAT_R64G64B64A64_UINT = Format 119

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64G64B64A64_SINT"
pattern $mFORMAT_R64G64B64A64_SINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64G64B64A64_SINT :: Format
FORMAT_R64G64B64A64_SINT = Format 120

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R64G64B64A64_SFLOAT"
pattern $mFORMAT_R64G64B64A64_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R64G64B64A64_SFLOAT :: Format
FORMAT_R64G64B64A64_SFLOAT = Format 121

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B10G11R11_UFLOAT_PACK32"
pattern $mFORMAT_B10G11R11_UFLOAT_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B10G11R11_UFLOAT_PACK32 :: Format
FORMAT_B10G11R11_UFLOAT_PACK32 = Format 122

-- No documentation found for Nested "VkFormat" "VK_FORMAT_E5B9G9R9_UFLOAT_PACK32"
pattern $mFORMAT_E5B9G9R9_UFLOAT_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_E5B9G9R9_UFLOAT_PACK32 :: Format
FORMAT_E5B9G9R9_UFLOAT_PACK32 = Format 123

-- No documentation found for Nested "VkFormat" "VK_FORMAT_D16_UNORM"
pattern $mFORMAT_D16_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_D16_UNORM :: Format
FORMAT_D16_UNORM = Format 124

-- No documentation found for Nested "VkFormat" "VK_FORMAT_X8_D24_UNORM_PACK32"
pattern $mFORMAT_X8_D24_UNORM_PACK32 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_X8_D24_UNORM_PACK32 :: Format
FORMAT_X8_D24_UNORM_PACK32 = Format 125

-- No documentation found for Nested "VkFormat" "VK_FORMAT_D32_SFLOAT"
pattern $mFORMAT_D32_SFLOAT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_D32_SFLOAT :: Format
FORMAT_D32_SFLOAT = Format 126

-- No documentation found for Nested "VkFormat" "VK_FORMAT_S8_UINT"
pattern $mFORMAT_S8_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_S8_UINT :: Format
FORMAT_S8_UINT = Format 127

-- No documentation found for Nested "VkFormat" "VK_FORMAT_D16_UNORM_S8_UINT"
pattern $mFORMAT_D16_UNORM_S8_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_D16_UNORM_S8_UINT :: Format
FORMAT_D16_UNORM_S8_UINT = Format 128

-- No documentation found for Nested "VkFormat" "VK_FORMAT_D24_UNORM_S8_UINT"
pattern $mFORMAT_D24_UNORM_S8_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_D24_UNORM_S8_UINT :: Format
FORMAT_D24_UNORM_S8_UINT = Format 129

-- No documentation found for Nested "VkFormat" "VK_FORMAT_D32_SFLOAT_S8_UINT"
pattern $mFORMAT_D32_SFLOAT_S8_UINT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_D32_SFLOAT_S8_UINT :: Format
FORMAT_D32_SFLOAT_S8_UINT = Format 130

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC1_RGB_UNORM_BLOCK"
pattern $mFORMAT_BC1_RGB_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC1_RGB_UNORM_BLOCK :: Format
FORMAT_BC1_RGB_UNORM_BLOCK = Format 131

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC1_RGB_SRGB_BLOCK"
pattern $mFORMAT_BC1_RGB_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC1_RGB_SRGB_BLOCK :: Format
FORMAT_BC1_RGB_SRGB_BLOCK = Format 132

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC1_RGBA_UNORM_BLOCK"
pattern $mFORMAT_BC1_RGBA_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC1_RGBA_UNORM_BLOCK :: Format
FORMAT_BC1_RGBA_UNORM_BLOCK = Format 133

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC1_RGBA_SRGB_BLOCK"
pattern $mFORMAT_BC1_RGBA_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC1_RGBA_SRGB_BLOCK :: Format
FORMAT_BC1_RGBA_SRGB_BLOCK = Format 134

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC2_UNORM_BLOCK"
pattern $mFORMAT_BC2_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC2_UNORM_BLOCK :: Format
FORMAT_BC2_UNORM_BLOCK = Format 135

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC2_SRGB_BLOCK"
pattern $mFORMAT_BC2_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC2_SRGB_BLOCK :: Format
FORMAT_BC2_SRGB_BLOCK = Format 136

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC3_UNORM_BLOCK"
pattern $mFORMAT_BC3_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC3_UNORM_BLOCK :: Format
FORMAT_BC3_UNORM_BLOCK = Format 137

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC3_SRGB_BLOCK"
pattern $mFORMAT_BC3_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC3_SRGB_BLOCK :: Format
FORMAT_BC3_SRGB_BLOCK = Format 138

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC4_UNORM_BLOCK"
pattern $mFORMAT_BC4_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC4_UNORM_BLOCK :: Format
FORMAT_BC4_UNORM_BLOCK = Format 139

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC4_SNORM_BLOCK"
pattern $mFORMAT_BC4_SNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC4_SNORM_BLOCK :: Format
FORMAT_BC4_SNORM_BLOCK = Format 140

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC5_UNORM_BLOCK"
pattern $mFORMAT_BC5_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC5_UNORM_BLOCK :: Format
FORMAT_BC5_UNORM_BLOCK = Format 141

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC5_SNORM_BLOCK"
pattern $mFORMAT_BC5_SNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC5_SNORM_BLOCK :: Format
FORMAT_BC5_SNORM_BLOCK = Format 142

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC6H_UFLOAT_BLOCK"
pattern $mFORMAT_BC6H_UFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC6H_UFLOAT_BLOCK :: Format
FORMAT_BC6H_UFLOAT_BLOCK = Format 143

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC6H_SFLOAT_BLOCK"
pattern $mFORMAT_BC6H_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC6H_SFLOAT_BLOCK :: Format
FORMAT_BC6H_SFLOAT_BLOCK = Format 144

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC7_UNORM_BLOCK"
pattern $mFORMAT_BC7_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC7_UNORM_BLOCK :: Format
FORMAT_BC7_UNORM_BLOCK = Format 145

-- No documentation found for Nested "VkFormat" "VK_FORMAT_BC7_SRGB_BLOCK"
pattern $mFORMAT_BC7_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_BC7_SRGB_BLOCK :: Format
FORMAT_BC7_SRGB_BLOCK = Format 146

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK"
pattern $mFORMAT_ETC2_R8G8B8_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ETC2_R8G8B8_UNORM_BLOCK :: Format
FORMAT_ETC2_R8G8B8_UNORM_BLOCK = Format 147

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK"
pattern $mFORMAT_ETC2_R8G8B8_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ETC2_R8G8B8_SRGB_BLOCK :: Format
FORMAT_ETC2_R8G8B8_SRGB_BLOCK = Format 148

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK"
pattern $mFORMAT_ETC2_R8G8B8A1_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ETC2_R8G8B8A1_UNORM_BLOCK :: Format
FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK = Format 149

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK"
pattern $mFORMAT_ETC2_R8G8B8A1_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ETC2_R8G8B8A1_SRGB_BLOCK :: Format
FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK = Format 150

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK"
pattern $mFORMAT_ETC2_R8G8B8A8_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ETC2_R8G8B8A8_UNORM_BLOCK :: Format
FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK = Format 151

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK"
pattern $mFORMAT_ETC2_R8G8B8A8_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ETC2_R8G8B8A8_SRGB_BLOCK :: Format
FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK = Format 152

-- No documentation found for Nested "VkFormat" "VK_FORMAT_EAC_R11_UNORM_BLOCK"
pattern $mFORMAT_EAC_R11_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_EAC_R11_UNORM_BLOCK :: Format
FORMAT_EAC_R11_UNORM_BLOCK = Format 153

-- No documentation found for Nested "VkFormat" "VK_FORMAT_EAC_R11_SNORM_BLOCK"
pattern $mFORMAT_EAC_R11_SNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_EAC_R11_SNORM_BLOCK :: Format
FORMAT_EAC_R11_SNORM_BLOCK = Format 154

-- No documentation found for Nested "VkFormat" "VK_FORMAT_EAC_R11G11_UNORM_BLOCK"
pattern $mFORMAT_EAC_R11G11_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_EAC_R11G11_UNORM_BLOCK :: Format
FORMAT_EAC_R11G11_UNORM_BLOCK = Format 155

-- No documentation found for Nested "VkFormat" "VK_FORMAT_EAC_R11G11_SNORM_BLOCK"
pattern $mFORMAT_EAC_R11G11_SNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_EAC_R11G11_SNORM_BLOCK :: Format
FORMAT_EAC_R11G11_SNORM_BLOCK = Format 156

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x4_UNORM_BLOCK"
pattern $mFORMAT_ASTC_4x4_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x4_UNORM_BLOCK :: Format
FORMAT_ASTC_4x4_UNORM_BLOCK = Format 157

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x4_SRGB_BLOCK"
pattern $mFORMAT_ASTC_4x4_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x4_SRGB_BLOCK :: Format
FORMAT_ASTC_4x4_SRGB_BLOCK = Format 158

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x4_UNORM_BLOCK"
pattern $mFORMAT_ASTC_5x4_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x4_UNORM_BLOCK :: Format
FORMAT_ASTC_5x4_UNORM_BLOCK = Format 159

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x4_SRGB_BLOCK"
pattern $mFORMAT_ASTC_5x4_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x4_SRGB_BLOCK :: Format
FORMAT_ASTC_5x4_SRGB_BLOCK = Format 160

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x5_UNORM_BLOCK"
pattern $mFORMAT_ASTC_5x5_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x5_UNORM_BLOCK :: Format
FORMAT_ASTC_5x5_UNORM_BLOCK = Format 161

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x5_SRGB_BLOCK"
pattern $mFORMAT_ASTC_5x5_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x5_SRGB_BLOCK :: Format
FORMAT_ASTC_5x5_SRGB_BLOCK = Format 162

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x5_UNORM_BLOCK"
pattern $mFORMAT_ASTC_6x5_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x5_UNORM_BLOCK :: Format
FORMAT_ASTC_6x5_UNORM_BLOCK = Format 163

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x5_SRGB_BLOCK"
pattern $mFORMAT_ASTC_6x5_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x5_SRGB_BLOCK :: Format
FORMAT_ASTC_6x5_SRGB_BLOCK = Format 164

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x6_UNORM_BLOCK"
pattern $mFORMAT_ASTC_6x6_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x6_UNORM_BLOCK :: Format
FORMAT_ASTC_6x6_UNORM_BLOCK = Format 165

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x6_SRGB_BLOCK"
pattern $mFORMAT_ASTC_6x6_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x6_SRGB_BLOCK :: Format
FORMAT_ASTC_6x6_SRGB_BLOCK = Format 166

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_8x5_UNORM_BLOCK"
pattern $mFORMAT_ASTC_8x5_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_8x5_UNORM_BLOCK :: Format
FORMAT_ASTC_8x5_UNORM_BLOCK = Format 167

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_8x5_SRGB_BLOCK"
pattern $mFORMAT_ASTC_8x5_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_8x5_SRGB_BLOCK :: Format
FORMAT_ASTC_8x5_SRGB_BLOCK = Format 168

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_8x6_UNORM_BLOCK"
pattern $mFORMAT_ASTC_8x6_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_8x6_UNORM_BLOCK :: Format
FORMAT_ASTC_8x6_UNORM_BLOCK = Format 169

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_8x6_SRGB_BLOCK"
pattern $mFORMAT_ASTC_8x6_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_8x6_SRGB_BLOCK :: Format
FORMAT_ASTC_8x6_SRGB_BLOCK = Format 170

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_8x8_UNORM_BLOCK"
pattern $mFORMAT_ASTC_8x8_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_8x8_UNORM_BLOCK :: Format
FORMAT_ASTC_8x8_UNORM_BLOCK = Format 171

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_8x8_SRGB_BLOCK"
pattern $mFORMAT_ASTC_8x8_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_8x8_SRGB_BLOCK :: Format
FORMAT_ASTC_8x8_SRGB_BLOCK = Format 172

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x5_UNORM_BLOCK"
pattern $mFORMAT_ASTC_10x5_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x5_UNORM_BLOCK :: Format
FORMAT_ASTC_10x5_UNORM_BLOCK = Format 173

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x5_SRGB_BLOCK"
pattern $mFORMAT_ASTC_10x5_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x5_SRGB_BLOCK :: Format
FORMAT_ASTC_10x5_SRGB_BLOCK = Format 174

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x6_UNORM_BLOCK"
pattern $mFORMAT_ASTC_10x6_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x6_UNORM_BLOCK :: Format
FORMAT_ASTC_10x6_UNORM_BLOCK = Format 175

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x6_SRGB_BLOCK"
pattern $mFORMAT_ASTC_10x6_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x6_SRGB_BLOCK :: Format
FORMAT_ASTC_10x6_SRGB_BLOCK = Format 176

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x8_UNORM_BLOCK"
pattern $mFORMAT_ASTC_10x8_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x8_UNORM_BLOCK :: Format
FORMAT_ASTC_10x8_UNORM_BLOCK = Format 177

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x8_SRGB_BLOCK"
pattern $mFORMAT_ASTC_10x8_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x8_SRGB_BLOCK :: Format
FORMAT_ASTC_10x8_SRGB_BLOCK = Format 178

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x10_UNORM_BLOCK"
pattern $mFORMAT_ASTC_10x10_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x10_UNORM_BLOCK :: Format
FORMAT_ASTC_10x10_UNORM_BLOCK = Format 179

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x10_SRGB_BLOCK"
pattern $mFORMAT_ASTC_10x10_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x10_SRGB_BLOCK :: Format
FORMAT_ASTC_10x10_SRGB_BLOCK = Format 180

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_12x10_UNORM_BLOCK"
pattern $mFORMAT_ASTC_12x10_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_12x10_UNORM_BLOCK :: Format
FORMAT_ASTC_12x10_UNORM_BLOCK = Format 181

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_12x10_SRGB_BLOCK"
pattern $mFORMAT_ASTC_12x10_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_12x10_SRGB_BLOCK :: Format
FORMAT_ASTC_12x10_SRGB_BLOCK = Format 182

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_12x12_UNORM_BLOCK"
pattern $mFORMAT_ASTC_12x12_UNORM_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_12x12_UNORM_BLOCK :: Format
FORMAT_ASTC_12x12_UNORM_BLOCK = Format 183

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_12x12_SRGB_BLOCK"
pattern $mFORMAT_ASTC_12x12_SRGB_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_12x12_SRGB_BLOCK :: Format
FORMAT_ASTC_12x12_SRGB_BLOCK = Format 184

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G14X2_B14X2R14X2_2PLANE_422_UNORM_3PACK16_ARM"
pattern $mFORMAT_G14X2_B14X2R14X2_2PLANE_422_UNORM_3PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G14X2_B14X2R14X2_2PLANE_422_UNORM_3PACK16_ARM :: Format
FORMAT_G14X2_B14X2R14X2_2PLANE_422_UNORM_3PACK16_ARM = Format 1000609013

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G14X2_B14X2R14X2_2PLANE_420_UNORM_3PACK16_ARM"
pattern $mFORMAT_G14X2_B14X2R14X2_2PLANE_420_UNORM_3PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G14X2_B14X2R14X2_2PLANE_420_UNORM_3PACK16_ARM :: Format
FORMAT_G14X2_B14X2R14X2_2PLANE_420_UNORM_3PACK16_ARM = Format 1000609012

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R14X2G14X2B14X2A14X2_UNORM_4PACK16_ARM"
pattern $mFORMAT_R14X2G14X2B14X2A14X2_UNORM_4PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R14X2G14X2B14X2A14X2_UNORM_4PACK16_ARM :: Format
FORMAT_R14X2G14X2B14X2A14X2_UNORM_4PACK16_ARM = Format 1000609011

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R14X2G14X2_UNORM_2PACK16_ARM"
pattern $mFORMAT_R14X2G14X2_UNORM_2PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R14X2G14X2_UNORM_2PACK16_ARM :: Format
FORMAT_R14X2G14X2_UNORM_2PACK16_ARM = Format 1000609010

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R14X2_UNORM_PACK16_ARM"
pattern $mFORMAT_R14X2_UNORM_PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R14X2_UNORM_PACK16_ARM :: Format
FORMAT_R14X2_UNORM_PACK16_ARM = Format 1000609009

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R14X2G14X2B14X2A14X2_UINT_4PACK16_ARM"
pattern $mFORMAT_R14X2G14X2B14X2A14X2_UINT_4PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R14X2G14X2B14X2A14X2_UINT_4PACK16_ARM :: Format
FORMAT_R14X2G14X2B14X2A14X2_UINT_4PACK16_ARM = Format 1000609008

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R14X2G14X2_UINT_2PACK16_ARM"
pattern $mFORMAT_R14X2G14X2_UINT_2PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R14X2G14X2_UINT_2PACK16_ARM :: Format
FORMAT_R14X2G14X2_UINT_2PACK16_ARM = Format 1000609007

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R14X2_UINT_PACK16_ARM"
pattern $mFORMAT_R14X2_UINT_PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R14X2_UINT_PACK16_ARM :: Format
FORMAT_R14X2_UINT_PACK16_ARM = Format 1000609006

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R12X4G12X4B12X4A12X4_UINT_4PACK16_ARM"
pattern $mFORMAT_R12X4G12X4B12X4A12X4_UINT_4PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R12X4G12X4B12X4A12X4_UINT_4PACK16_ARM :: Format
FORMAT_R12X4G12X4B12X4A12X4_UINT_4PACK16_ARM = Format 1000609005

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R12X4G12X4_UINT_2PACK16_ARM"
pattern $mFORMAT_R12X4G12X4_UINT_2PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R12X4G12X4_UINT_2PACK16_ARM :: Format
FORMAT_R12X4G12X4_UINT_2PACK16_ARM = Format 1000609004

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R12X4_UINT_PACK16_ARM"
pattern $mFORMAT_R12X4_UINT_PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R12X4_UINT_PACK16_ARM :: Format
FORMAT_R12X4_UINT_PACK16_ARM = Format 1000609003

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R10X6G10X6B10X6A10X6_UINT_4PACK16_ARM"
pattern $mFORMAT_R10X6G10X6B10X6A10X6_UINT_4PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R10X6G10X6B10X6A10X6_UINT_4PACK16_ARM :: Format
FORMAT_R10X6G10X6B10X6A10X6_UINT_4PACK16_ARM = Format 1000609002

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R10X6G10X6_UINT_2PACK16_ARM"
pattern $mFORMAT_R10X6G10X6_UINT_2PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R10X6G10X6_UINT_2PACK16_ARM :: Format
FORMAT_R10X6G10X6_UINT_2PACK16_ARM = Format 1000609001

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R10X6_UINT_PACK16_ARM"
pattern $mFORMAT_R10X6_UINT_PACK16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R10X6_UINT_PACK16_ARM :: Format
FORMAT_R10X6_UINT_PACK16_ARM = Format 1000609000

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16G16_SFIXED5_NV"
pattern $mFORMAT_R16G16_SFIXED5_NV :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16G16_SFIXED5_NV :: Format
FORMAT_R16G16_SFIXED5_NV = Format 1000464000

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E5M2_ARM"
pattern $mFORMAT_R8_SFLOAT_FPENCODING_FLOAT8E5M2_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8_SFLOAT_FPENCODING_FLOAT8E5M2_ARM :: Format
FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E5M2_ARM = Format 1000460003

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E4M3_ARM"
pattern $mFORMAT_R8_SFLOAT_FPENCODING_FLOAT8E4M3_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8_SFLOAT_FPENCODING_FLOAT8E4M3_ARM :: Format
FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E4M3_ARM = Format 1000460002

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R16_SFLOAT_FPENCODING_BFLOAT16_ARM"
pattern $mFORMAT_R16_SFLOAT_FPENCODING_BFLOAT16_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R16_SFLOAT_FPENCODING_BFLOAT16_ARM :: Format
FORMAT_R16_SFLOAT_FPENCODING_BFLOAT16_ARM = Format 1000460001

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R8_BOOL_ARM"
pattern $mFORMAT_R8_BOOL_ARM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R8_BOOL_ARM :: Format
FORMAT_R8_BOOL_ARM = Format 1000460000

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x6x6_SFLOAT_BLOCK_EXT"
pattern $mFORMAT_ASTC_6x6x6_SFLOAT_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x6x6_SFLOAT_BLOCK_EXT :: Format
FORMAT_ASTC_6x6x6_SFLOAT_BLOCK_EXT = Format 1000288029

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x6x6_SRGB_BLOCK_EXT"
pattern $mFORMAT_ASTC_6x6x6_SRGB_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x6x6_SRGB_BLOCK_EXT :: Format
FORMAT_ASTC_6x6x6_SRGB_BLOCK_EXT = Format 1000288028

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x6x6_UNORM_BLOCK_EXT"
pattern $mFORMAT_ASTC_6x6x6_UNORM_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x6x6_UNORM_BLOCK_EXT :: Format
FORMAT_ASTC_6x6x6_UNORM_BLOCK_EXT = Format 1000288027

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x6x5_SFLOAT_BLOCK_EXT"
pattern $mFORMAT_ASTC_6x6x5_SFLOAT_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x6x5_SFLOAT_BLOCK_EXT :: Format
FORMAT_ASTC_6x6x5_SFLOAT_BLOCK_EXT = Format 1000288026

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x6x5_SRGB_BLOCK_EXT"
pattern $mFORMAT_ASTC_6x6x5_SRGB_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x6x5_SRGB_BLOCK_EXT :: Format
FORMAT_ASTC_6x6x5_SRGB_BLOCK_EXT = Format 1000288025

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x6x5_UNORM_BLOCK_EXT"
pattern $mFORMAT_ASTC_6x6x5_UNORM_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x6x5_UNORM_BLOCK_EXT :: Format
FORMAT_ASTC_6x6x5_UNORM_BLOCK_EXT = Format 1000288024

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x5x5_SFLOAT_BLOCK_EXT"
pattern $mFORMAT_ASTC_6x5x5_SFLOAT_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x5x5_SFLOAT_BLOCK_EXT :: Format
FORMAT_ASTC_6x5x5_SFLOAT_BLOCK_EXT = Format 1000288023

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x5x5_SRGB_BLOCK_EXT"
pattern $mFORMAT_ASTC_6x5x5_SRGB_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x5x5_SRGB_BLOCK_EXT :: Format
FORMAT_ASTC_6x5x5_SRGB_BLOCK_EXT = Format 1000288022

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x5x5_UNORM_BLOCK_EXT"
pattern $mFORMAT_ASTC_6x5x5_UNORM_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x5x5_UNORM_BLOCK_EXT :: Format
FORMAT_ASTC_6x5x5_UNORM_BLOCK_EXT = Format 1000288021

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x5x5_SFLOAT_BLOCK_EXT"
pattern $mFORMAT_ASTC_5x5x5_SFLOAT_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x5x5_SFLOAT_BLOCK_EXT :: Format
FORMAT_ASTC_5x5x5_SFLOAT_BLOCK_EXT = Format 1000288020

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x5x5_SRGB_BLOCK_EXT"
pattern $mFORMAT_ASTC_5x5x5_SRGB_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x5x5_SRGB_BLOCK_EXT :: Format
FORMAT_ASTC_5x5x5_SRGB_BLOCK_EXT = Format 1000288019

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x5x5_UNORM_BLOCK_EXT"
pattern $mFORMAT_ASTC_5x5x5_UNORM_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x5x5_UNORM_BLOCK_EXT :: Format
FORMAT_ASTC_5x5x5_UNORM_BLOCK_EXT = Format 1000288018

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x5x4_SFLOAT_BLOCK_EXT"
pattern $mFORMAT_ASTC_5x5x4_SFLOAT_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x5x4_SFLOAT_BLOCK_EXT :: Format
FORMAT_ASTC_5x5x4_SFLOAT_BLOCK_EXT = Format 1000288017

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x5x4_SRGB_BLOCK_EXT"
pattern $mFORMAT_ASTC_5x5x4_SRGB_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x5x4_SRGB_BLOCK_EXT :: Format
FORMAT_ASTC_5x5x4_SRGB_BLOCK_EXT = Format 1000288016

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x5x4_UNORM_BLOCK_EXT"
pattern $mFORMAT_ASTC_5x5x4_UNORM_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x5x4_UNORM_BLOCK_EXT :: Format
FORMAT_ASTC_5x5x4_UNORM_BLOCK_EXT = Format 1000288015

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x4x4_SFLOAT_BLOCK_EXT"
pattern $mFORMAT_ASTC_5x4x4_SFLOAT_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x4x4_SFLOAT_BLOCK_EXT :: Format
FORMAT_ASTC_5x4x4_SFLOAT_BLOCK_EXT = Format 1000288014

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x4x4_SRGB_BLOCK_EXT"
pattern $mFORMAT_ASTC_5x4x4_SRGB_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x4x4_SRGB_BLOCK_EXT :: Format
FORMAT_ASTC_5x4x4_SRGB_BLOCK_EXT = Format 1000288013

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x4x4_UNORM_BLOCK_EXT"
pattern $mFORMAT_ASTC_5x4x4_UNORM_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x4x4_UNORM_BLOCK_EXT :: Format
FORMAT_ASTC_5x4x4_UNORM_BLOCK_EXT = Format 1000288012

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x4x4_SFLOAT_BLOCK_EXT"
pattern $mFORMAT_ASTC_4x4x4_SFLOAT_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x4x4_SFLOAT_BLOCK_EXT :: Format
FORMAT_ASTC_4x4x4_SFLOAT_BLOCK_EXT = Format 1000288011

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x4x4_SRGB_BLOCK_EXT"
pattern $mFORMAT_ASTC_4x4x4_SRGB_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x4x4_SRGB_BLOCK_EXT :: Format
FORMAT_ASTC_4x4x4_SRGB_BLOCK_EXT = Format 1000288010

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x4x4_UNORM_BLOCK_EXT"
pattern $mFORMAT_ASTC_4x4x4_UNORM_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x4x4_UNORM_BLOCK_EXT :: Format
FORMAT_ASTC_4x4x4_UNORM_BLOCK_EXT = Format 1000288009

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x4x3_SFLOAT_BLOCK_EXT"
pattern $mFORMAT_ASTC_4x4x3_SFLOAT_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x4x3_SFLOAT_BLOCK_EXT :: Format
FORMAT_ASTC_4x4x3_SFLOAT_BLOCK_EXT = Format 1000288008

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x4x3_SRGB_BLOCK_EXT"
pattern $mFORMAT_ASTC_4x4x3_SRGB_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x4x3_SRGB_BLOCK_EXT :: Format
FORMAT_ASTC_4x4x3_SRGB_BLOCK_EXT = Format 1000288007

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x4x3_UNORM_BLOCK_EXT"
pattern $mFORMAT_ASTC_4x4x3_UNORM_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x4x3_UNORM_BLOCK_EXT :: Format
FORMAT_ASTC_4x4x3_UNORM_BLOCK_EXT = Format 1000288006

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x3x3_SFLOAT_BLOCK_EXT"
pattern $mFORMAT_ASTC_4x3x3_SFLOAT_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x3x3_SFLOAT_BLOCK_EXT :: Format
FORMAT_ASTC_4x3x3_SFLOAT_BLOCK_EXT = Format 1000288005

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x3x3_SRGB_BLOCK_EXT"
pattern $mFORMAT_ASTC_4x3x3_SRGB_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x3x3_SRGB_BLOCK_EXT :: Format
FORMAT_ASTC_4x3x3_SRGB_BLOCK_EXT = Format 1000288004

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x3x3_UNORM_BLOCK_EXT"
pattern $mFORMAT_ASTC_4x3x3_UNORM_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x3x3_UNORM_BLOCK_EXT :: Format
FORMAT_ASTC_4x3x3_UNORM_BLOCK_EXT = Format 1000288003

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_3x3x3_SFLOAT_BLOCK_EXT"
pattern $mFORMAT_ASTC_3x3x3_SFLOAT_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_3x3x3_SFLOAT_BLOCK_EXT :: Format
FORMAT_ASTC_3x3x3_SFLOAT_BLOCK_EXT = Format 1000288002

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_3x3x3_SRGB_BLOCK_EXT"
pattern $mFORMAT_ASTC_3x3x3_SRGB_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_3x3x3_SRGB_BLOCK_EXT :: Format
FORMAT_ASTC_3x3x3_SRGB_BLOCK_EXT = Format 1000288001

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_3x3x3_UNORM_BLOCK_EXT"
pattern $mFORMAT_ASTC_3x3x3_UNORM_BLOCK_EXT :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_3x3x3_UNORM_BLOCK_EXT :: Format
FORMAT_ASTC_3x3x3_UNORM_BLOCK_EXT = Format 1000288000

-- No documentation found for Nested "VkFormat" "VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG"
pattern $mFORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG :: Format
FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG = Format 1000054007

-- No documentation found for Nested "VkFormat" "VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG"
pattern $mFORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG :: Format
FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG = Format 1000054006

-- No documentation found for Nested "VkFormat" "VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG"
pattern $mFORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG :: Format
FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG = Format 1000054005

-- No documentation found for Nested "VkFormat" "VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG"
pattern $mFORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG :: Format
FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG = Format 1000054004

-- No documentation found for Nested "VkFormat" "VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG"
pattern $mFORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG :: Format
FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG = Format 1000054003

-- No documentation found for Nested "VkFormat" "VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG"
pattern $mFORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG :: Format
FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG = Format 1000054002

-- No documentation found for Nested "VkFormat" "VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG"
pattern $mFORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG :: Format
FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG = Format 1000054001

-- No documentation found for Nested "VkFormat" "VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG"
pattern $mFORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG :: Format
FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG = Format 1000054000

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A8_UNORM"
pattern $mFORMAT_A8_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A8_UNORM :: Format
FORMAT_A8_UNORM = Format 1000470001

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A1B5G5R5_UNORM_PACK16"
pattern $mFORMAT_A1B5G5R5_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A1B5G5R5_UNORM_PACK16 :: Format
FORMAT_A1B5G5R5_UNORM_PACK16 = Format 1000470000

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_12x12_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_12x12_SFLOAT_BLOCK :: Format
FORMAT_ASTC_12x12_SFLOAT_BLOCK = Format 1000066013

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_12x10_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_12x10_SFLOAT_BLOCK :: Format
FORMAT_ASTC_12x10_SFLOAT_BLOCK = Format 1000066012

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_10x10_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x10_SFLOAT_BLOCK :: Format
FORMAT_ASTC_10x10_SFLOAT_BLOCK = Format 1000066011

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_10x8_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x8_SFLOAT_BLOCK :: Format
FORMAT_ASTC_10x8_SFLOAT_BLOCK = Format 1000066010

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_10x6_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x6_SFLOAT_BLOCK :: Format
FORMAT_ASTC_10x6_SFLOAT_BLOCK = Format 1000066009

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_10x5_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_10x5_SFLOAT_BLOCK :: Format
FORMAT_ASTC_10x5_SFLOAT_BLOCK = Format 1000066008

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_8x8_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_8x8_SFLOAT_BLOCK :: Format
FORMAT_ASTC_8x8_SFLOAT_BLOCK = Format 1000066007

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_8x6_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_8x6_SFLOAT_BLOCK :: Format
FORMAT_ASTC_8x6_SFLOAT_BLOCK = Format 1000066006

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_8x5_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_8x5_SFLOAT_BLOCK :: Format
FORMAT_ASTC_8x5_SFLOAT_BLOCK = Format 1000066005

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_6x6_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x6_SFLOAT_BLOCK :: Format
FORMAT_ASTC_6x6_SFLOAT_BLOCK = Format 1000066004

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_6x5_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_6x5_SFLOAT_BLOCK :: Format
FORMAT_ASTC_6x5_SFLOAT_BLOCK = Format 1000066003

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_5x5_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x5_SFLOAT_BLOCK :: Format
FORMAT_ASTC_5x5_SFLOAT_BLOCK = Format 1000066002

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_5x4_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_5x4_SFLOAT_BLOCK :: Format
FORMAT_ASTC_5x4_SFLOAT_BLOCK = Format 1000066001

-- No documentation found for Nested "VkFormat" "VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK"
pattern $mFORMAT_ASTC_4x4_SFLOAT_BLOCK :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_ASTC_4x4_SFLOAT_BLOCK :: Format
FORMAT_ASTC_4x4_SFLOAT_BLOCK = Format 1000066000

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A4B4G4R4_UNORM_PACK16"
pattern $mFORMAT_A4B4G4R4_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A4B4G4R4_UNORM_PACK16 :: Format
FORMAT_A4B4G4R4_UNORM_PACK16 = Format 1000340001

-- No documentation found for Nested "VkFormat" "VK_FORMAT_A4R4G4B4_UNORM_PACK16"
pattern $mFORMAT_A4R4G4B4_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_A4R4G4B4_UNORM_PACK16 :: Format
FORMAT_A4R4G4B4_UNORM_PACK16 = Format 1000340000

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G16_B16R16_2PLANE_444_UNORM"
pattern $mFORMAT_G16_B16R16_2PLANE_444_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G16_B16R16_2PLANE_444_UNORM :: Format
FORMAT_G16_B16R16_2PLANE_444_UNORM = Format 1000330003

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16"
pattern $mFORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16 :: Format
FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16 = Format 1000330002

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16"
pattern $mFORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16 :: Format
FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16 = Format 1000330001

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G8_B8R8_2PLANE_444_UNORM"
pattern $mFORMAT_G8_B8R8_2PLANE_444_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G8_B8R8_2PLANE_444_UNORM :: Format
FORMAT_G8_B8R8_2PLANE_444_UNORM = Format 1000330000

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM"
pattern $mFORMAT_G16_B16_R16_3PLANE_444_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G16_B16_R16_3PLANE_444_UNORM :: Format
FORMAT_G16_B16_R16_3PLANE_444_UNORM = Format 1000156033

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G16_B16R16_2PLANE_422_UNORM"
pattern $mFORMAT_G16_B16R16_2PLANE_422_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G16_B16R16_2PLANE_422_UNORM :: Format
FORMAT_G16_B16R16_2PLANE_422_UNORM = Format 1000156032

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM"
pattern $mFORMAT_G16_B16_R16_3PLANE_422_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G16_B16_R16_3PLANE_422_UNORM :: Format
FORMAT_G16_B16_R16_3PLANE_422_UNORM = Format 1000156031

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G16_B16R16_2PLANE_420_UNORM"
pattern $mFORMAT_G16_B16R16_2PLANE_420_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G16_B16R16_2PLANE_420_UNORM :: Format
FORMAT_G16_B16R16_2PLANE_420_UNORM = Format 1000156030

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM"
pattern $mFORMAT_G16_B16_R16_3PLANE_420_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G16_B16_R16_3PLANE_420_UNORM :: Format
FORMAT_G16_B16_R16_3PLANE_420_UNORM = Format 1000156029

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B16G16R16G16_422_UNORM"
pattern $mFORMAT_B16G16R16G16_422_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B16G16R16G16_422_UNORM :: Format
FORMAT_B16G16R16G16_422_UNORM = Format 1000156028

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G16B16G16R16_422_UNORM"
pattern $mFORMAT_G16B16G16R16_422_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G16B16G16R16_422_UNORM :: Format
FORMAT_G16B16G16R16_422_UNORM = Format 1000156027

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16"
pattern $mFORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16 :: Format
FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16 = Format 1000156026

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16"
pattern $mFORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16 :: Format
FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16 = Format 1000156025

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16"
pattern $mFORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16 :: Format
FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16 = Format 1000156024

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16"
pattern $mFORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16 :: Format
FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16 = Format 1000156023

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16"
pattern $mFORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16 :: Format
FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16 = Format 1000156022

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16"
pattern $mFORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16 :: Format
FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16 = Format 1000156021

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16"
pattern $mFORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16 :: Format
FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16 = Format 1000156020

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16"
pattern $mFORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16 :: Format
FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16 = Format 1000156019

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R12X4G12X4_UNORM_2PACK16"
pattern $mFORMAT_R12X4G12X4_UNORM_2PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R12X4G12X4_UNORM_2PACK16 :: Format
FORMAT_R12X4G12X4_UNORM_2PACK16 = Format 1000156018

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R12X4_UNORM_PACK16"
pattern $mFORMAT_R12X4_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R12X4_UNORM_PACK16 :: Format
FORMAT_R12X4_UNORM_PACK16 = Format 1000156017

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16"
pattern $mFORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16 :: Format
FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16 = Format 1000156016

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16"
pattern $mFORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16 :: Format
FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16 = Format 1000156015

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16"
pattern $mFORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16 :: Format
FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16 = Format 1000156014

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16"
pattern $mFORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16 :: Format
FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16 = Format 1000156013

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16"
pattern $mFORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16 :: Format
FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16 = Format 1000156012

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16"
pattern $mFORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16 :: Format
FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16 = Format 1000156011

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16"
pattern $mFORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16 :: Format
FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16 = Format 1000156010

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16"
pattern $mFORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 :: Format
FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 = Format 1000156009

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R10X6G10X6_UNORM_2PACK16"
pattern $mFORMAT_R10X6G10X6_UNORM_2PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R10X6G10X6_UNORM_2PACK16 :: Format
FORMAT_R10X6G10X6_UNORM_2PACK16 = Format 1000156008

-- No documentation found for Nested "VkFormat" "VK_FORMAT_R10X6_UNORM_PACK16"
pattern $mFORMAT_R10X6_UNORM_PACK16 :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_R10X6_UNORM_PACK16 :: Format
FORMAT_R10X6_UNORM_PACK16 = Format 1000156007

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM"
pattern $mFORMAT_G8_B8_R8_3PLANE_444_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G8_B8_R8_3PLANE_444_UNORM :: Format
FORMAT_G8_B8_R8_3PLANE_444_UNORM = Format 1000156006

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G8_B8R8_2PLANE_422_UNORM"
pattern $mFORMAT_G8_B8R8_2PLANE_422_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G8_B8R8_2PLANE_422_UNORM :: Format
FORMAT_G8_B8R8_2PLANE_422_UNORM = Format 1000156005

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM"
pattern $mFORMAT_G8_B8_R8_3PLANE_422_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G8_B8_R8_3PLANE_422_UNORM :: Format
FORMAT_G8_B8_R8_3PLANE_422_UNORM = Format 1000156004

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G8_B8R8_2PLANE_420_UNORM"
pattern $mFORMAT_G8_B8R8_2PLANE_420_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G8_B8R8_2PLANE_420_UNORM :: Format
FORMAT_G8_B8R8_2PLANE_420_UNORM = Format 1000156003

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM"
pattern $mFORMAT_G8_B8_R8_3PLANE_420_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G8_B8_R8_3PLANE_420_UNORM :: Format
FORMAT_G8_B8_R8_3PLANE_420_UNORM = Format 1000156002

-- No documentation found for Nested "VkFormat" "VK_FORMAT_B8G8R8G8_422_UNORM"
pattern $mFORMAT_B8G8R8G8_422_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_B8G8R8G8_422_UNORM :: Format
FORMAT_B8G8R8G8_422_UNORM = Format 1000156001

-- No documentation found for Nested "VkFormat" "VK_FORMAT_G8B8G8R8_422_UNORM"
pattern $mFORMAT_G8B8G8R8_422_UNORM :: forall {r}. Format -> ((# #) -> r) -> ((# #) -> r) -> r
$bFORMAT_G8B8G8R8_422_UNORM :: Format
FORMAT_G8B8G8R8_422_UNORM = Format 1000156000

{-# COMPLETE
  FORMAT_UNDEFINED
  , FORMAT_R4G4_UNORM_PACK8
  , FORMAT_R4G4B4A4_UNORM_PACK16
  , FORMAT_B4G4R4A4_UNORM_PACK16
  , FORMAT_R5G6B5_UNORM_PACK16
  , FORMAT_B5G6R5_UNORM_PACK16
  , FORMAT_R5G5B5A1_UNORM_PACK16
  , FORMAT_B5G5R5A1_UNORM_PACK16
  , FORMAT_A1R5G5B5_UNORM_PACK16
  , FORMAT_R8_UNORM
  , FORMAT_R8_SNORM
  , FORMAT_R8_USCALED
  , FORMAT_R8_SSCALED
  , FORMAT_R8_UINT
  , FORMAT_R8_SINT
  , FORMAT_R8_SRGB
  , FORMAT_R8G8_UNORM
  , FORMAT_R8G8_SNORM
  , FORMAT_R8G8_USCALED
  , FORMAT_R8G8_SSCALED
  , FORMAT_R8G8_UINT
  , FORMAT_R8G8_SINT
  , FORMAT_R8G8_SRGB
  , FORMAT_R8G8B8_UNORM
  , FORMAT_R8G8B8_SNORM
  , FORMAT_R8G8B8_USCALED
  , FORMAT_R8G8B8_SSCALED
  , FORMAT_R8G8B8_UINT
  , FORMAT_R8G8B8_SINT
  , FORMAT_R8G8B8_SRGB
  , FORMAT_B8G8R8_UNORM
  , FORMAT_B8G8R8_SNORM
  , FORMAT_B8G8R8_USCALED
  , FORMAT_B8G8R8_SSCALED
  , FORMAT_B8G8R8_UINT
  , FORMAT_B8G8R8_SINT
  , FORMAT_B8G8R8_SRGB
  , FORMAT_R8G8B8A8_UNORM
  , FORMAT_R8G8B8A8_SNORM
  , FORMAT_R8G8B8A8_USCALED
  , FORMAT_R8G8B8A8_SSCALED
  , FORMAT_R8G8B8A8_UINT
  , FORMAT_R8G8B8A8_SINT
  , FORMAT_R8G8B8A8_SRGB
  , FORMAT_B8G8R8A8_UNORM
  , FORMAT_B8G8R8A8_SNORM
  , FORMAT_B8G8R8A8_USCALED
  , FORMAT_B8G8R8A8_SSCALED
  , FORMAT_B8G8R8A8_UINT
  , FORMAT_B8G8R8A8_SINT
  , FORMAT_B8G8R8A8_SRGB
  , FORMAT_A8B8G8R8_UNORM_PACK32
  , FORMAT_A8B8G8R8_SNORM_PACK32
  , FORMAT_A8B8G8R8_USCALED_PACK32
  , FORMAT_A8B8G8R8_SSCALED_PACK32
  , FORMAT_A8B8G8R8_UINT_PACK32
  , FORMAT_A8B8G8R8_SINT_PACK32
  , FORMAT_A8B8G8R8_SRGB_PACK32
  , FORMAT_A2R10G10B10_UNORM_PACK32
  , FORMAT_A2R10G10B10_SNORM_PACK32
  , FORMAT_A2R10G10B10_USCALED_PACK32
  , FORMAT_A2R10G10B10_SSCALED_PACK32
  , FORMAT_A2R10G10B10_UINT_PACK32
  , FORMAT_A2R10G10B10_SINT_PACK32
  , FORMAT_A2B10G10R10_UNORM_PACK32
  , FORMAT_A2B10G10R10_SNORM_PACK32
  , FORMAT_A2B10G10R10_USCALED_PACK32
  , FORMAT_A2B10G10R10_SSCALED_PACK32
  , FORMAT_A2B10G10R10_UINT_PACK32
  , FORMAT_A2B10G10R10_SINT_PACK32
  , FORMAT_R16_UNORM
  , FORMAT_R16_SNORM
  , FORMAT_R16_USCALED
  , FORMAT_R16_SSCALED
  , FORMAT_R16_UINT
  , FORMAT_R16_SINT
  , FORMAT_R16_SFLOAT
  , FORMAT_R16G16_UNORM
  , FORMAT_R16G16_SNORM
  , FORMAT_R16G16_USCALED
  , FORMAT_R16G16_SSCALED
  , FORMAT_R16G16_UINT
  , FORMAT_R16G16_SINT
  , FORMAT_R16G16_SFLOAT
  , FORMAT_R16G16B16_UNORM
  , FORMAT_R16G16B16_SNORM
  , FORMAT_R16G16B16_USCALED
  , FORMAT_R16G16B16_SSCALED
  , FORMAT_R16G16B16_UINT
  , FORMAT_R16G16B16_SINT
  , FORMAT_R16G16B16_SFLOAT
  , FORMAT_R16G16B16A16_UNORM
  , FORMAT_R16G16B16A16_SNORM
  , FORMAT_R16G16B16A16_USCALED
  , FORMAT_R16G16B16A16_SSCALED
  , FORMAT_R16G16B16A16_UINT
  , FORMAT_R16G16B16A16_SINT
  , FORMAT_R16G16B16A16_SFLOAT
  , FORMAT_R32_UINT
  , FORMAT_R32_SINT
  , FORMAT_R32_SFLOAT
  , FORMAT_R32G32_UINT
  , FORMAT_R32G32_SINT
  , FORMAT_R32G32_SFLOAT
  , FORMAT_R32G32B32_UINT
  , FORMAT_R32G32B32_SINT
  , FORMAT_R32G32B32_SFLOAT
  , FORMAT_R32G32B32A32_UINT
  , FORMAT_R32G32B32A32_SINT
  , FORMAT_R32G32B32A32_SFLOAT
  , FORMAT_R64_UINT
  , FORMAT_R64_SINT
  , FORMAT_R64_SFLOAT
  , FORMAT_R64G64_UINT
  , FORMAT_R64G64_SINT
  , FORMAT_R64G64_SFLOAT
  , FORMAT_R64G64B64_UINT
  , FORMAT_R64G64B64_SINT
  , FORMAT_R64G64B64_SFLOAT
  , FORMAT_R64G64B64A64_UINT
  , FORMAT_R64G64B64A64_SINT
  , FORMAT_R64G64B64A64_SFLOAT
  , FORMAT_B10G11R11_UFLOAT_PACK32
  , FORMAT_E5B9G9R9_UFLOAT_PACK32
  , FORMAT_D16_UNORM
  , FORMAT_X8_D24_UNORM_PACK32
  , FORMAT_D32_SFLOAT
  , FORMAT_S8_UINT
  , FORMAT_D16_UNORM_S8_UINT
  , FORMAT_D24_UNORM_S8_UINT
  , FORMAT_D32_SFLOAT_S8_UINT
  , FORMAT_BC1_RGB_UNORM_BLOCK
  , FORMAT_BC1_RGB_SRGB_BLOCK
  , FORMAT_BC1_RGBA_UNORM_BLOCK
  , FORMAT_BC1_RGBA_SRGB_BLOCK
  , FORMAT_BC2_UNORM_BLOCK
  , FORMAT_BC2_SRGB_BLOCK
  , FORMAT_BC3_UNORM_BLOCK
  , FORMAT_BC3_SRGB_BLOCK
  , FORMAT_BC4_UNORM_BLOCK
  , FORMAT_BC4_SNORM_BLOCK
  , FORMAT_BC5_UNORM_BLOCK
  , FORMAT_BC5_SNORM_BLOCK
  , FORMAT_BC6H_UFLOAT_BLOCK
  , FORMAT_BC6H_SFLOAT_BLOCK
  , FORMAT_BC7_UNORM_BLOCK
  , FORMAT_BC7_SRGB_BLOCK
  , FORMAT_ETC2_R8G8B8_UNORM_BLOCK
  , FORMAT_ETC2_R8G8B8_SRGB_BLOCK
  , FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK
  , FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK
  , FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK
  , FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK
  , FORMAT_EAC_R11_UNORM_BLOCK
  , FORMAT_EAC_R11_SNORM_BLOCK
  , FORMAT_EAC_R11G11_UNORM_BLOCK
  , FORMAT_EAC_R11G11_SNORM_BLOCK
  , FORMAT_ASTC_4x4_UNORM_BLOCK
  , FORMAT_ASTC_4x4_SRGB_BLOCK
  , FORMAT_ASTC_5x4_UNORM_BLOCK
  , FORMAT_ASTC_5x4_SRGB_BLOCK
  , FORMAT_ASTC_5x5_UNORM_BLOCK
  , FORMAT_ASTC_5x5_SRGB_BLOCK
  , FORMAT_ASTC_6x5_UNORM_BLOCK
  , FORMAT_ASTC_6x5_SRGB_BLOCK
  , FORMAT_ASTC_6x6_UNORM_BLOCK
  , FORMAT_ASTC_6x6_SRGB_BLOCK
  , FORMAT_ASTC_8x5_UNORM_BLOCK
  , FORMAT_ASTC_8x5_SRGB_BLOCK
  , FORMAT_ASTC_8x6_UNORM_BLOCK
  , FORMAT_ASTC_8x6_SRGB_BLOCK
  , FORMAT_ASTC_8x8_UNORM_BLOCK
  , FORMAT_ASTC_8x8_SRGB_BLOCK
  , FORMAT_ASTC_10x5_UNORM_BLOCK
  , FORMAT_ASTC_10x5_SRGB_BLOCK
  , FORMAT_ASTC_10x6_UNORM_BLOCK
  , FORMAT_ASTC_10x6_SRGB_BLOCK
  , FORMAT_ASTC_10x8_UNORM_BLOCK
  , FORMAT_ASTC_10x8_SRGB_BLOCK
  , FORMAT_ASTC_10x10_UNORM_BLOCK
  , FORMAT_ASTC_10x10_SRGB_BLOCK
  , FORMAT_ASTC_12x10_UNORM_BLOCK
  , FORMAT_ASTC_12x10_SRGB_BLOCK
  , FORMAT_ASTC_12x12_UNORM_BLOCK
  , FORMAT_ASTC_12x12_SRGB_BLOCK
  , FORMAT_G14X2_B14X2R14X2_2PLANE_422_UNORM_3PACK16_ARM
  , FORMAT_G14X2_B14X2R14X2_2PLANE_420_UNORM_3PACK16_ARM
  , FORMAT_R14X2G14X2B14X2A14X2_UNORM_4PACK16_ARM
  , FORMAT_R14X2G14X2_UNORM_2PACK16_ARM
  , FORMAT_R14X2_UNORM_PACK16_ARM
  , FORMAT_R14X2G14X2B14X2A14X2_UINT_4PACK16_ARM
  , FORMAT_R14X2G14X2_UINT_2PACK16_ARM
  , FORMAT_R14X2_UINT_PACK16_ARM
  , FORMAT_R12X4G12X4B12X4A12X4_UINT_4PACK16_ARM
  , FORMAT_R12X4G12X4_UINT_2PACK16_ARM
  , FORMAT_R12X4_UINT_PACK16_ARM
  , FORMAT_R10X6G10X6B10X6A10X6_UINT_4PACK16_ARM
  , FORMAT_R10X6G10X6_UINT_2PACK16_ARM
  , FORMAT_R10X6_UINT_PACK16_ARM
  , FORMAT_R16G16_SFIXED5_NV
  , FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E5M2_ARM
  , FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E4M3_ARM
  , FORMAT_R16_SFLOAT_FPENCODING_BFLOAT16_ARM
  , FORMAT_R8_BOOL_ARM
  , FORMAT_ASTC_6x6x6_SFLOAT_BLOCK_EXT
  , FORMAT_ASTC_6x6x6_SRGB_BLOCK_EXT
  , FORMAT_ASTC_6x6x6_UNORM_BLOCK_EXT
  , FORMAT_ASTC_6x6x5_SFLOAT_BLOCK_EXT
  , FORMAT_ASTC_6x6x5_SRGB_BLOCK_EXT
  , FORMAT_ASTC_6x6x5_UNORM_BLOCK_EXT
  , FORMAT_ASTC_6x5x5_SFLOAT_BLOCK_EXT
  , FORMAT_ASTC_6x5x5_SRGB_BLOCK_EXT
  , FORMAT_ASTC_6x5x5_UNORM_BLOCK_EXT
  , FORMAT_ASTC_5x5x5_SFLOAT_BLOCK_EXT
  , FORMAT_ASTC_5x5x5_SRGB_BLOCK_EXT
  , FORMAT_ASTC_5x5x5_UNORM_BLOCK_EXT
  , FORMAT_ASTC_5x5x4_SFLOAT_BLOCK_EXT
  , FORMAT_ASTC_5x5x4_SRGB_BLOCK_EXT
  , FORMAT_ASTC_5x5x4_UNORM_BLOCK_EXT
  , FORMAT_ASTC_5x4x4_SFLOAT_BLOCK_EXT
  , FORMAT_ASTC_5x4x4_SRGB_BLOCK_EXT
  , FORMAT_ASTC_5x4x4_UNORM_BLOCK_EXT
  , FORMAT_ASTC_4x4x4_SFLOAT_BLOCK_EXT
  , FORMAT_ASTC_4x4x4_SRGB_BLOCK_EXT
  , FORMAT_ASTC_4x4x4_UNORM_BLOCK_EXT
  , FORMAT_ASTC_4x4x3_SFLOAT_BLOCK_EXT
  , FORMAT_ASTC_4x4x3_SRGB_BLOCK_EXT
  , FORMAT_ASTC_4x4x3_UNORM_BLOCK_EXT
  , FORMAT_ASTC_4x3x3_SFLOAT_BLOCK_EXT
  , FORMAT_ASTC_4x3x3_SRGB_BLOCK_EXT
  , FORMAT_ASTC_4x3x3_UNORM_BLOCK_EXT
  , FORMAT_ASTC_3x3x3_SFLOAT_BLOCK_EXT
  , FORMAT_ASTC_3x3x3_SRGB_BLOCK_EXT
  , FORMAT_ASTC_3x3x3_UNORM_BLOCK_EXT
  , FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG
  , FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG
  , FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG
  , FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG
  , FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG
  , FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG
  , FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG
  , FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG
  , FORMAT_A8_UNORM
  , FORMAT_A1B5G5R5_UNORM_PACK16
  , FORMAT_ASTC_12x12_SFLOAT_BLOCK
  , FORMAT_ASTC_12x10_SFLOAT_BLOCK
  , FORMAT_ASTC_10x10_SFLOAT_BLOCK
  , FORMAT_ASTC_10x8_SFLOAT_BLOCK
  , FORMAT_ASTC_10x6_SFLOAT_BLOCK
  , FORMAT_ASTC_10x5_SFLOAT_BLOCK
  , FORMAT_ASTC_8x8_SFLOAT_BLOCK
  , FORMAT_ASTC_8x6_SFLOAT_BLOCK
  , FORMAT_ASTC_8x5_SFLOAT_BLOCK
  , FORMAT_ASTC_6x6_SFLOAT_BLOCK
  , FORMAT_ASTC_6x5_SFLOAT_BLOCK
  , FORMAT_ASTC_5x5_SFLOAT_BLOCK
  , FORMAT_ASTC_5x4_SFLOAT_BLOCK
  , FORMAT_ASTC_4x4_SFLOAT_BLOCK
  , FORMAT_A4B4G4R4_UNORM_PACK16
  , FORMAT_A4R4G4B4_UNORM_PACK16
  , FORMAT_G16_B16R16_2PLANE_444_UNORM
  , FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16
  , FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16
  , FORMAT_G8_B8R8_2PLANE_444_UNORM
  , FORMAT_G16_B16_R16_3PLANE_444_UNORM
  , FORMAT_G16_B16R16_2PLANE_422_UNORM
  , FORMAT_G16_B16_R16_3PLANE_422_UNORM
  , FORMAT_G16_B16R16_2PLANE_420_UNORM
  , FORMAT_G16_B16_R16_3PLANE_420_UNORM
  , FORMAT_B16G16R16G16_422_UNORM
  , FORMAT_G16B16G16R16_422_UNORM
  , FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16
  , FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16
  , FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16
  , FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16
  , FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16
  , FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16
  , FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16
  , FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16
  , FORMAT_R12X4G12X4_UNORM_2PACK16
  , FORMAT_R12X4_UNORM_PACK16
  , FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16
  , FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16
  , FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16
  , FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16
  , FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16
  , FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16
  , FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16
  , FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16
  , FORMAT_R10X6G10X6_UNORM_2PACK16
  , FORMAT_R10X6_UNORM_PACK16
  , FORMAT_G8_B8_R8_3PLANE_444_UNORM
  , FORMAT_G8_B8R8_2PLANE_422_UNORM
  , FORMAT_G8_B8_R8_3PLANE_422_UNORM
  , FORMAT_G8_B8R8_2PLANE_420_UNORM
  , FORMAT_G8_B8_R8_3PLANE_420_UNORM
  , FORMAT_B8G8R8G8_422_UNORM
  , FORMAT_G8B8G8R8_422_UNORM ::
    Format
  #-}

conNameFormat :: String
conNameFormat :: String
conNameFormat = String
"Format"

enumPrefixFormat :: String
enumPrefixFormat :: String
enumPrefixFormat = String
"FORMAT_"

showTableFormat :: [(Format, String)]
showTableFormat :: [(Format, String)]
showTableFormat =
  [ (Format
FORMAT_UNDEFINED, String
"UNDEFINED")
  , (Format
FORMAT_R4G4_UNORM_PACK8, String
"R4G4_UNORM_PACK8")
  , (Format
FORMAT_R4G4B4A4_UNORM_PACK16, String
"R4G4B4A4_UNORM_PACK16")
  , (Format
FORMAT_B4G4R4A4_UNORM_PACK16, String
"B4G4R4A4_UNORM_PACK16")
  , (Format
FORMAT_R5G6B5_UNORM_PACK16, String
"R5G6B5_UNORM_PACK16")
  , (Format
FORMAT_B5G6R5_UNORM_PACK16, String
"B5G6R5_UNORM_PACK16")
  , (Format
FORMAT_R5G5B5A1_UNORM_PACK16, String
"R5G5B5A1_UNORM_PACK16")
  , (Format
FORMAT_B5G5R5A1_UNORM_PACK16, String
"B5G5R5A1_UNORM_PACK16")
  , (Format
FORMAT_A1R5G5B5_UNORM_PACK16, String
"A1R5G5B5_UNORM_PACK16")
  , (Format
FORMAT_R8_UNORM, String
"R8_UNORM")
  , (Format
FORMAT_R8_SNORM, String
"R8_SNORM")
  , (Format
FORMAT_R8_USCALED, String
"R8_USCALED")
  , (Format
FORMAT_R8_SSCALED, String
"R8_SSCALED")
  , (Format
FORMAT_R8_UINT, String
"R8_UINT")
  , (Format
FORMAT_R8_SINT, String
"R8_SINT")
  , (Format
FORMAT_R8_SRGB, String
"R8_SRGB")
  , (Format
FORMAT_R8G8_UNORM, String
"R8G8_UNORM")
  , (Format
FORMAT_R8G8_SNORM, String
"R8G8_SNORM")
  , (Format
FORMAT_R8G8_USCALED, String
"R8G8_USCALED")
  , (Format
FORMAT_R8G8_SSCALED, String
"R8G8_SSCALED")
  , (Format
FORMAT_R8G8_UINT, String
"R8G8_UINT")
  , (Format
FORMAT_R8G8_SINT, String
"R8G8_SINT")
  , (Format
FORMAT_R8G8_SRGB, String
"R8G8_SRGB")
  , (Format
FORMAT_R8G8B8_UNORM, String
"R8G8B8_UNORM")
  , (Format
FORMAT_R8G8B8_SNORM, String
"R8G8B8_SNORM")
  , (Format
FORMAT_R8G8B8_USCALED, String
"R8G8B8_USCALED")
  , (Format
FORMAT_R8G8B8_SSCALED, String
"R8G8B8_SSCALED")
  , (Format
FORMAT_R8G8B8_UINT, String
"R8G8B8_UINT")
  , (Format
FORMAT_R8G8B8_SINT, String
"R8G8B8_SINT")
  , (Format
FORMAT_R8G8B8_SRGB, String
"R8G8B8_SRGB")
  , (Format
FORMAT_B8G8R8_UNORM, String
"B8G8R8_UNORM")
  , (Format
FORMAT_B8G8R8_SNORM, String
"B8G8R8_SNORM")
  , (Format
FORMAT_B8G8R8_USCALED, String
"B8G8R8_USCALED")
  , (Format
FORMAT_B8G8R8_SSCALED, String
"B8G8R8_SSCALED")
  , (Format
FORMAT_B8G8R8_UINT, String
"B8G8R8_UINT")
  , (Format
FORMAT_B8G8R8_SINT, String
"B8G8R8_SINT")
  , (Format
FORMAT_B8G8R8_SRGB, String
"B8G8R8_SRGB")
  , (Format
FORMAT_R8G8B8A8_UNORM, String
"R8G8B8A8_UNORM")
  , (Format
FORMAT_R8G8B8A8_SNORM, String
"R8G8B8A8_SNORM")
  , (Format
FORMAT_R8G8B8A8_USCALED, String
"R8G8B8A8_USCALED")
  , (Format
FORMAT_R8G8B8A8_SSCALED, String
"R8G8B8A8_SSCALED")
  , (Format
FORMAT_R8G8B8A8_UINT, String
"R8G8B8A8_UINT")
  , (Format
FORMAT_R8G8B8A8_SINT, String
"R8G8B8A8_SINT")
  , (Format
FORMAT_R8G8B8A8_SRGB, String
"R8G8B8A8_SRGB")
  , (Format
FORMAT_B8G8R8A8_UNORM, String
"B8G8R8A8_UNORM")
  , (Format
FORMAT_B8G8R8A8_SNORM, String
"B8G8R8A8_SNORM")
  , (Format
FORMAT_B8G8R8A8_USCALED, String
"B8G8R8A8_USCALED")
  , (Format
FORMAT_B8G8R8A8_SSCALED, String
"B8G8R8A8_SSCALED")
  , (Format
FORMAT_B8G8R8A8_UINT, String
"B8G8R8A8_UINT")
  , (Format
FORMAT_B8G8R8A8_SINT, String
"B8G8R8A8_SINT")
  , (Format
FORMAT_B8G8R8A8_SRGB, String
"B8G8R8A8_SRGB")
  , (Format
FORMAT_A8B8G8R8_UNORM_PACK32, String
"A8B8G8R8_UNORM_PACK32")
  , (Format
FORMAT_A8B8G8R8_SNORM_PACK32, String
"A8B8G8R8_SNORM_PACK32")
  , (Format
FORMAT_A8B8G8R8_USCALED_PACK32, String
"A8B8G8R8_USCALED_PACK32")
  , (Format
FORMAT_A8B8G8R8_SSCALED_PACK32, String
"A8B8G8R8_SSCALED_PACK32")
  , (Format
FORMAT_A8B8G8R8_UINT_PACK32, String
"A8B8G8R8_UINT_PACK32")
  , (Format
FORMAT_A8B8G8R8_SINT_PACK32, String
"A8B8G8R8_SINT_PACK32")
  , (Format
FORMAT_A8B8G8R8_SRGB_PACK32, String
"A8B8G8R8_SRGB_PACK32")
  ,
    ( Format
FORMAT_A2R10G10B10_UNORM_PACK32
    , String
"A2R10G10B10_UNORM_PACK32"
    )
  ,
    ( Format
FORMAT_A2R10G10B10_SNORM_PACK32
    , String
"A2R10G10B10_SNORM_PACK32"
    )
  ,
    ( Format
FORMAT_A2R10G10B10_USCALED_PACK32
    , String
"A2R10G10B10_USCALED_PACK32"
    )
  ,
    ( Format
FORMAT_A2R10G10B10_SSCALED_PACK32
    , String
"A2R10G10B10_SSCALED_PACK32"
    )
  , (Format
FORMAT_A2R10G10B10_UINT_PACK32, String
"A2R10G10B10_UINT_PACK32")
  , (Format
FORMAT_A2R10G10B10_SINT_PACK32, String
"A2R10G10B10_SINT_PACK32")
  ,
    ( Format
FORMAT_A2B10G10R10_UNORM_PACK32
    , String
"A2B10G10R10_UNORM_PACK32"
    )
  ,
    ( Format
FORMAT_A2B10G10R10_SNORM_PACK32
    , String
"A2B10G10R10_SNORM_PACK32"
    )
  ,
    ( Format
FORMAT_A2B10G10R10_USCALED_PACK32
    , String
"A2B10G10R10_USCALED_PACK32"
    )
  ,
    ( Format
FORMAT_A2B10G10R10_SSCALED_PACK32
    , String
"A2B10G10R10_SSCALED_PACK32"
    )
  , (Format
FORMAT_A2B10G10R10_UINT_PACK32, String
"A2B10G10R10_UINT_PACK32")
  , (Format
FORMAT_A2B10G10R10_SINT_PACK32, String
"A2B10G10R10_SINT_PACK32")
  , (Format
FORMAT_R16_UNORM, String
"R16_UNORM")
  , (Format
FORMAT_R16_SNORM, String
"R16_SNORM")
  , (Format
FORMAT_R16_USCALED, String
"R16_USCALED")
  , (Format
FORMAT_R16_SSCALED, String
"R16_SSCALED")
  , (Format
FORMAT_R16_UINT, String
"R16_UINT")
  , (Format
FORMAT_R16_SINT, String
"R16_SINT")
  , (Format
FORMAT_R16_SFLOAT, String
"R16_SFLOAT")
  , (Format
FORMAT_R16G16_UNORM, String
"R16G16_UNORM")
  , (Format
FORMAT_R16G16_SNORM, String
"R16G16_SNORM")
  , (Format
FORMAT_R16G16_USCALED, String
"R16G16_USCALED")
  , (Format
FORMAT_R16G16_SSCALED, String
"R16G16_SSCALED")
  , (Format
FORMAT_R16G16_UINT, String
"R16G16_UINT")
  , (Format
FORMAT_R16G16_SINT, String
"R16G16_SINT")
  , (Format
FORMAT_R16G16_SFLOAT, String
"R16G16_SFLOAT")
  , (Format
FORMAT_R16G16B16_UNORM, String
"R16G16B16_UNORM")
  , (Format
FORMAT_R16G16B16_SNORM, String
"R16G16B16_SNORM")
  , (Format
FORMAT_R16G16B16_USCALED, String
"R16G16B16_USCALED")
  , (Format
FORMAT_R16G16B16_SSCALED, String
"R16G16B16_SSCALED")
  , (Format
FORMAT_R16G16B16_UINT, String
"R16G16B16_UINT")
  , (Format
FORMAT_R16G16B16_SINT, String
"R16G16B16_SINT")
  , (Format
FORMAT_R16G16B16_SFLOAT, String
"R16G16B16_SFLOAT")
  , (Format
FORMAT_R16G16B16A16_UNORM, String
"R16G16B16A16_UNORM")
  , (Format
FORMAT_R16G16B16A16_SNORM, String
"R16G16B16A16_SNORM")
  , (Format
FORMAT_R16G16B16A16_USCALED, String
"R16G16B16A16_USCALED")
  , (Format
FORMAT_R16G16B16A16_SSCALED, String
"R16G16B16A16_SSCALED")
  , (Format
FORMAT_R16G16B16A16_UINT, String
"R16G16B16A16_UINT")
  , (Format
FORMAT_R16G16B16A16_SINT, String
"R16G16B16A16_SINT")
  , (Format
FORMAT_R16G16B16A16_SFLOAT, String
"R16G16B16A16_SFLOAT")
  , (Format
FORMAT_R32_UINT, String
"R32_UINT")
  , (Format
FORMAT_R32_SINT, String
"R32_SINT")
  , (Format
FORMAT_R32_SFLOAT, String
"R32_SFLOAT")
  , (Format
FORMAT_R32G32_UINT, String
"R32G32_UINT")
  , (Format
FORMAT_R32G32_SINT, String
"R32G32_SINT")
  , (Format
FORMAT_R32G32_SFLOAT, String
"R32G32_SFLOAT")
  , (Format
FORMAT_R32G32B32_UINT, String
"R32G32B32_UINT")
  , (Format
FORMAT_R32G32B32_SINT, String
"R32G32B32_SINT")
  , (Format
FORMAT_R32G32B32_SFLOAT, String
"R32G32B32_SFLOAT")
  , (Format
FORMAT_R32G32B32A32_UINT, String
"R32G32B32A32_UINT")
  , (Format
FORMAT_R32G32B32A32_SINT, String
"R32G32B32A32_SINT")
  , (Format
FORMAT_R32G32B32A32_SFLOAT, String
"R32G32B32A32_SFLOAT")
  , (Format
FORMAT_R64_UINT, String
"R64_UINT")
  , (Format
FORMAT_R64_SINT, String
"R64_SINT")
  , (Format
FORMAT_R64_SFLOAT, String
"R64_SFLOAT")
  , (Format
FORMAT_R64G64_UINT, String
"R64G64_UINT")
  , (Format
FORMAT_R64G64_SINT, String
"R64G64_SINT")
  , (Format
FORMAT_R64G64_SFLOAT, String
"R64G64_SFLOAT")
  , (Format
FORMAT_R64G64B64_UINT, String
"R64G64B64_UINT")
  , (Format
FORMAT_R64G64B64_SINT, String
"R64G64B64_SINT")
  , (Format
FORMAT_R64G64B64_SFLOAT, String
"R64G64B64_SFLOAT")
  , (Format
FORMAT_R64G64B64A64_UINT, String
"R64G64B64A64_UINT")
  , (Format
FORMAT_R64G64B64A64_SINT, String
"R64G64B64A64_SINT")
  , (Format
FORMAT_R64G64B64A64_SFLOAT, String
"R64G64B64A64_SFLOAT")
  , (Format
FORMAT_B10G11R11_UFLOAT_PACK32, String
"B10G11R11_UFLOAT_PACK32")
  , (Format
FORMAT_E5B9G9R9_UFLOAT_PACK32, String
"E5B9G9R9_UFLOAT_PACK32")
  , (Format
FORMAT_D16_UNORM, String
"D16_UNORM")
  , (Format
FORMAT_X8_D24_UNORM_PACK32, String
"X8_D24_UNORM_PACK32")
  , (Format
FORMAT_D32_SFLOAT, String
"D32_SFLOAT")
  , (Format
FORMAT_S8_UINT, String
"S8_UINT")
  , (Format
FORMAT_D16_UNORM_S8_UINT, String
"D16_UNORM_S8_UINT")
  , (Format
FORMAT_D24_UNORM_S8_UINT, String
"D24_UNORM_S8_UINT")
  , (Format
FORMAT_D32_SFLOAT_S8_UINT, String
"D32_SFLOAT_S8_UINT")
  , (Format
FORMAT_BC1_RGB_UNORM_BLOCK, String
"BC1_RGB_UNORM_BLOCK")
  , (Format
FORMAT_BC1_RGB_SRGB_BLOCK, String
"BC1_RGB_SRGB_BLOCK")
  , (Format
FORMAT_BC1_RGBA_UNORM_BLOCK, String
"BC1_RGBA_UNORM_BLOCK")
  , (Format
FORMAT_BC1_RGBA_SRGB_BLOCK, String
"BC1_RGBA_SRGB_BLOCK")
  , (Format
FORMAT_BC2_UNORM_BLOCK, String
"BC2_UNORM_BLOCK")
  , (Format
FORMAT_BC2_SRGB_BLOCK, String
"BC2_SRGB_BLOCK")
  , (Format
FORMAT_BC3_UNORM_BLOCK, String
"BC3_UNORM_BLOCK")
  , (Format
FORMAT_BC3_SRGB_BLOCK, String
"BC3_SRGB_BLOCK")
  , (Format
FORMAT_BC4_UNORM_BLOCK, String
"BC4_UNORM_BLOCK")
  , (Format
FORMAT_BC4_SNORM_BLOCK, String
"BC4_SNORM_BLOCK")
  , (Format
FORMAT_BC5_UNORM_BLOCK, String
"BC5_UNORM_BLOCK")
  , (Format
FORMAT_BC5_SNORM_BLOCK, String
"BC5_SNORM_BLOCK")
  , (Format
FORMAT_BC6H_UFLOAT_BLOCK, String
"BC6H_UFLOAT_BLOCK")
  , (Format
FORMAT_BC6H_SFLOAT_BLOCK, String
"BC6H_SFLOAT_BLOCK")
  , (Format
FORMAT_BC7_UNORM_BLOCK, String
"BC7_UNORM_BLOCK")
  , (Format
FORMAT_BC7_SRGB_BLOCK, String
"BC7_SRGB_BLOCK")
  , (Format
FORMAT_ETC2_R8G8B8_UNORM_BLOCK, String
"ETC2_R8G8B8_UNORM_BLOCK")
  , (Format
FORMAT_ETC2_R8G8B8_SRGB_BLOCK, String
"ETC2_R8G8B8_SRGB_BLOCK")
  ,
    ( Format
FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK
    , String
"ETC2_R8G8B8A1_UNORM_BLOCK"
    )
  ,
    ( Format
FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK
    , String
"ETC2_R8G8B8A1_SRGB_BLOCK"
    )
  ,
    ( Format
FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK
    , String
"ETC2_R8G8B8A8_UNORM_BLOCK"
    )
  ,
    ( Format
FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK
    , String
"ETC2_R8G8B8A8_SRGB_BLOCK"
    )
  , (Format
FORMAT_EAC_R11_UNORM_BLOCK, String
"EAC_R11_UNORM_BLOCK")
  , (Format
FORMAT_EAC_R11_SNORM_BLOCK, String
"EAC_R11_SNORM_BLOCK")
  , (Format
FORMAT_EAC_R11G11_UNORM_BLOCK, String
"EAC_R11G11_UNORM_BLOCK")
  , (Format
FORMAT_EAC_R11G11_SNORM_BLOCK, String
"EAC_R11G11_SNORM_BLOCK")
  , (Format
FORMAT_ASTC_4x4_UNORM_BLOCK, String
"ASTC_4x4_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_4x4_SRGB_BLOCK, String
"ASTC_4x4_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_5x4_UNORM_BLOCK, String
"ASTC_5x4_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_5x4_SRGB_BLOCK, String
"ASTC_5x4_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_5x5_UNORM_BLOCK, String
"ASTC_5x5_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_5x5_SRGB_BLOCK, String
"ASTC_5x5_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_6x5_UNORM_BLOCK, String
"ASTC_6x5_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_6x5_SRGB_BLOCK, String
"ASTC_6x5_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_6x6_UNORM_BLOCK, String
"ASTC_6x6_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_6x6_SRGB_BLOCK, String
"ASTC_6x6_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_8x5_UNORM_BLOCK, String
"ASTC_8x5_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_8x5_SRGB_BLOCK, String
"ASTC_8x5_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_8x6_UNORM_BLOCK, String
"ASTC_8x6_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_8x6_SRGB_BLOCK, String
"ASTC_8x6_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_8x8_UNORM_BLOCK, String
"ASTC_8x8_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_8x8_SRGB_BLOCK, String
"ASTC_8x8_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_10x5_UNORM_BLOCK, String
"ASTC_10x5_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_10x5_SRGB_BLOCK, String
"ASTC_10x5_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_10x6_UNORM_BLOCK, String
"ASTC_10x6_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_10x6_SRGB_BLOCK, String
"ASTC_10x6_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_10x8_UNORM_BLOCK, String
"ASTC_10x8_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_10x8_SRGB_BLOCK, String
"ASTC_10x8_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_10x10_UNORM_BLOCK, String
"ASTC_10x10_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_10x10_SRGB_BLOCK, String
"ASTC_10x10_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_12x10_UNORM_BLOCK, String
"ASTC_12x10_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_12x10_SRGB_BLOCK, String
"ASTC_12x10_SRGB_BLOCK")
  , (Format
FORMAT_ASTC_12x12_UNORM_BLOCK, String
"ASTC_12x12_UNORM_BLOCK")
  , (Format
FORMAT_ASTC_12x12_SRGB_BLOCK, String
"ASTC_12x12_SRGB_BLOCK")
  ,
    ( Format
FORMAT_G14X2_B14X2R14X2_2PLANE_422_UNORM_3PACK16_ARM
    , String
"G14X2_B14X2R14X2_2PLANE_422_UNORM_3PACK16_ARM"
    )
  ,
    ( Format
FORMAT_G14X2_B14X2R14X2_2PLANE_420_UNORM_3PACK16_ARM
    , String
"G14X2_B14X2R14X2_2PLANE_420_UNORM_3PACK16_ARM"
    )
  ,
    ( Format
FORMAT_R14X2G14X2B14X2A14X2_UNORM_4PACK16_ARM
    , String
"R14X2G14X2B14X2A14X2_UNORM_4PACK16_ARM"
    )
  ,
    ( Format
FORMAT_R14X2G14X2_UNORM_2PACK16_ARM
    , String
"R14X2G14X2_UNORM_2PACK16_ARM"
    )
  , (Format
FORMAT_R14X2_UNORM_PACK16_ARM, String
"R14X2_UNORM_PACK16_ARM")
  ,
    ( Format
FORMAT_R14X2G14X2B14X2A14X2_UINT_4PACK16_ARM
    , String
"R14X2G14X2B14X2A14X2_UINT_4PACK16_ARM"
    )
  ,
    ( Format
FORMAT_R14X2G14X2_UINT_2PACK16_ARM
    , String
"R14X2G14X2_UINT_2PACK16_ARM"
    )
  , (Format
FORMAT_R14X2_UINT_PACK16_ARM, String
"R14X2_UINT_PACK16_ARM")
  ,
    ( Format
FORMAT_R12X4G12X4B12X4A12X4_UINT_4PACK16_ARM
    , String
"R12X4G12X4B12X4A12X4_UINT_4PACK16_ARM"
    )
  ,
    ( Format
FORMAT_R12X4G12X4_UINT_2PACK16_ARM
    , String
"R12X4G12X4_UINT_2PACK16_ARM"
    )
  , (Format
FORMAT_R12X4_UINT_PACK16_ARM, String
"R12X4_UINT_PACK16_ARM")
  ,
    ( Format
FORMAT_R10X6G10X6B10X6A10X6_UINT_4PACK16_ARM
    , String
"R10X6G10X6B10X6A10X6_UINT_4PACK16_ARM"
    )
  ,
    ( Format
FORMAT_R10X6G10X6_UINT_2PACK16_ARM
    , String
"R10X6G10X6_UINT_2PACK16_ARM"
    )
  , (Format
FORMAT_R10X6_UINT_PACK16_ARM, String
"R10X6_UINT_PACK16_ARM")
  , (Format
FORMAT_R16G16_SFIXED5_NV, String
"R16G16_SFIXED5_NV")
  ,
    ( Format
FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E5M2_ARM
    , String
"R8_SFLOAT_FPENCODING_FLOAT8E5M2_ARM"
    )
  ,
    ( Format
FORMAT_R8_SFLOAT_FPENCODING_FLOAT8E4M3_ARM
    , String
"R8_SFLOAT_FPENCODING_FLOAT8E4M3_ARM"
    )
  ,
    ( Format
FORMAT_R16_SFLOAT_FPENCODING_BFLOAT16_ARM
    , String
"R16_SFLOAT_FPENCODING_BFLOAT16_ARM"
    )
  , (Format
FORMAT_R8_BOOL_ARM, String
"R8_BOOL_ARM")
  ,
    ( Format
FORMAT_ASTC_6x6x6_SFLOAT_BLOCK_EXT
    , String
"ASTC_6x6x6_SFLOAT_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_6x6x6_SRGB_BLOCK_EXT
    , String
"ASTC_6x6x6_SRGB_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_6x6x6_UNORM_BLOCK_EXT
    , String
"ASTC_6x6x6_UNORM_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_6x6x5_SFLOAT_BLOCK_EXT
    , String
"ASTC_6x6x5_SFLOAT_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_6x6x5_SRGB_BLOCK_EXT
    , String
"ASTC_6x6x5_SRGB_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_6x6x5_UNORM_BLOCK_EXT
    , String
"ASTC_6x6x5_UNORM_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_6x5x5_SFLOAT_BLOCK_EXT
    , String
"ASTC_6x5x5_SFLOAT_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_6x5x5_SRGB_BLOCK_EXT
    , String
"ASTC_6x5x5_SRGB_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_6x5x5_UNORM_BLOCK_EXT
    , String
"ASTC_6x5x5_UNORM_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_5x5x5_SFLOAT_BLOCK_EXT
    , String
"ASTC_5x5x5_SFLOAT_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_5x5x5_SRGB_BLOCK_EXT
    , String
"ASTC_5x5x5_SRGB_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_5x5x5_UNORM_BLOCK_EXT
    , String
"ASTC_5x5x5_UNORM_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_5x5x4_SFLOAT_BLOCK_EXT
    , String
"ASTC_5x5x4_SFLOAT_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_5x5x4_SRGB_BLOCK_EXT
    , String
"ASTC_5x5x4_SRGB_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_5x5x4_UNORM_BLOCK_EXT
    , String
"ASTC_5x5x4_UNORM_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_5x4x4_SFLOAT_BLOCK_EXT
    , String
"ASTC_5x4x4_SFLOAT_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_5x4x4_SRGB_BLOCK_EXT
    , String
"ASTC_5x4x4_SRGB_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_5x4x4_UNORM_BLOCK_EXT
    , String
"ASTC_5x4x4_UNORM_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_4x4x4_SFLOAT_BLOCK_EXT
    , String
"ASTC_4x4x4_SFLOAT_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_4x4x4_SRGB_BLOCK_EXT
    , String
"ASTC_4x4x4_SRGB_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_4x4x4_UNORM_BLOCK_EXT
    , String
"ASTC_4x4x4_UNORM_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_4x4x3_SFLOAT_BLOCK_EXT
    , String
"ASTC_4x4x3_SFLOAT_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_4x4x3_SRGB_BLOCK_EXT
    , String
"ASTC_4x4x3_SRGB_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_4x4x3_UNORM_BLOCK_EXT
    , String
"ASTC_4x4x3_UNORM_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_4x3x3_SFLOAT_BLOCK_EXT
    , String
"ASTC_4x3x3_SFLOAT_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_4x3x3_SRGB_BLOCK_EXT
    , String
"ASTC_4x3x3_SRGB_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_4x3x3_UNORM_BLOCK_EXT
    , String
"ASTC_4x3x3_UNORM_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_3x3x3_SFLOAT_BLOCK_EXT
    , String
"ASTC_3x3x3_SFLOAT_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_3x3x3_SRGB_BLOCK_EXT
    , String
"ASTC_3x3x3_SRGB_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_ASTC_3x3x3_UNORM_BLOCK_EXT
    , String
"ASTC_3x3x3_UNORM_BLOCK_EXT"
    )
  ,
    ( Format
FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG
    , String
"PVRTC2_4BPP_SRGB_BLOCK_IMG"
    )
  ,
    ( Format
FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG
    , String
"PVRTC2_2BPP_SRGB_BLOCK_IMG"
    )
  ,
    ( Format
FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG
    , String
"PVRTC1_4BPP_SRGB_BLOCK_IMG"
    )
  ,
    ( Format
FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG
    , String
"PVRTC1_2BPP_SRGB_BLOCK_IMG"
    )
  ,
    ( Format
FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG
    , String
"PVRTC2_4BPP_UNORM_BLOCK_IMG"
    )
  ,
    ( Format
FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG
    , String
"PVRTC2_2BPP_UNORM_BLOCK_IMG"
    )
  ,
    ( Format
FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG
    , String
"PVRTC1_4BPP_UNORM_BLOCK_IMG"
    )
  ,
    ( Format
FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG
    , String
"PVRTC1_2BPP_UNORM_BLOCK_IMG"
    )
  , (Format
FORMAT_A8_UNORM, String
"A8_UNORM")
  , (Format
FORMAT_A1B5G5R5_UNORM_PACK16, String
"A1B5G5R5_UNORM_PACK16")
  , (Format
FORMAT_ASTC_12x12_SFLOAT_BLOCK, String
"ASTC_12x12_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_12x10_SFLOAT_BLOCK, String
"ASTC_12x10_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_10x10_SFLOAT_BLOCK, String
"ASTC_10x10_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_10x8_SFLOAT_BLOCK, String
"ASTC_10x8_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_10x6_SFLOAT_BLOCK, String
"ASTC_10x6_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_10x5_SFLOAT_BLOCK, String
"ASTC_10x5_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_8x8_SFLOAT_BLOCK, String
"ASTC_8x8_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_8x6_SFLOAT_BLOCK, String
"ASTC_8x6_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_8x5_SFLOAT_BLOCK, String
"ASTC_8x5_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_6x6_SFLOAT_BLOCK, String
"ASTC_6x6_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_6x5_SFLOAT_BLOCK, String
"ASTC_6x5_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_5x5_SFLOAT_BLOCK, String
"ASTC_5x5_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_5x4_SFLOAT_BLOCK, String
"ASTC_5x4_SFLOAT_BLOCK")
  , (Format
FORMAT_ASTC_4x4_SFLOAT_BLOCK, String
"ASTC_4x4_SFLOAT_BLOCK")
  , (Format
FORMAT_A4B4G4R4_UNORM_PACK16, String
"A4B4G4R4_UNORM_PACK16")
  , (Format
FORMAT_A4R4G4B4_UNORM_PACK16, String
"A4R4G4B4_UNORM_PACK16")
  ,
    ( Format
FORMAT_G16_B16R16_2PLANE_444_UNORM
    , String
"G16_B16R16_2PLANE_444_UNORM"
    )
  ,
    ( Format
FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16
    , String
"G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16
    , String
"G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_G8_B8R8_2PLANE_444_UNORM
    , String
"G8_B8R8_2PLANE_444_UNORM"
    )
  ,
    ( Format
FORMAT_G16_B16_R16_3PLANE_444_UNORM
    , String
"G16_B16_R16_3PLANE_444_UNORM"
    )
  ,
    ( Format
FORMAT_G16_B16R16_2PLANE_422_UNORM
    , String
"G16_B16R16_2PLANE_422_UNORM"
    )
  ,
    ( Format
FORMAT_G16_B16_R16_3PLANE_422_UNORM
    , String
"G16_B16_R16_3PLANE_422_UNORM"
    )
  ,
    ( Format
FORMAT_G16_B16R16_2PLANE_420_UNORM
    , String
"G16_B16R16_2PLANE_420_UNORM"
    )
  ,
    ( Format
FORMAT_G16_B16_R16_3PLANE_420_UNORM
    , String
"G16_B16_R16_3PLANE_420_UNORM"
    )
  , (Format
FORMAT_B16G16R16G16_422_UNORM, String
"B16G16R16G16_422_UNORM")
  , (Format
FORMAT_G16B16G16R16_422_UNORM, String
"G16B16G16R16_422_UNORM")
  ,
    ( Format
FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16
    , String
"G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16
    , String
"G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16
    , String
"G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16
    , String
"G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16
    , String
"G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16
    , String
"B12X4G12X4R12X4G12X4_422_UNORM_4PACK16"
    )
  ,
    ( Format
FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16
    , String
"G12X4B12X4G12X4R12X4_422_UNORM_4PACK16"
    )
  ,
    ( Format
FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16
    , String
"R12X4G12X4B12X4A12X4_UNORM_4PACK16"
    )
  ,
    ( Format
FORMAT_R12X4G12X4_UNORM_2PACK16
    , String
"R12X4G12X4_UNORM_2PACK16"
    )
  , (Format
FORMAT_R12X4_UNORM_PACK16, String
"R12X4_UNORM_PACK16")
  ,
    ( Format
FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16
    , String
"G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16
    , String
"G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16
    , String
"G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16
    , String
"G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16
    , String
"G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16"
    )
  ,
    ( Format
FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16
    , String
"B10X6G10X6R10X6G10X6_422_UNORM_4PACK16"
    )
  ,
    ( Format
FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16
    , String
"G10X6B10X6G10X6R10X6_422_UNORM_4PACK16"
    )
  ,
    ( Format
FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16
    , String
"R10X6G10X6B10X6A10X6_UNORM_4PACK16"
    )
  ,
    ( Format
FORMAT_R10X6G10X6_UNORM_2PACK16
    , String
"R10X6G10X6_UNORM_2PACK16"
    )
  , (Format
FORMAT_R10X6_UNORM_PACK16, String
"R10X6_UNORM_PACK16")
  ,
    ( Format
FORMAT_G8_B8_R8_3PLANE_444_UNORM
    , String
"G8_B8_R8_3PLANE_444_UNORM"
    )
  ,
    ( Format
FORMAT_G8_B8R8_2PLANE_422_UNORM
    , String
"G8_B8R8_2PLANE_422_UNORM"
    )
  ,
    ( Format
FORMAT_G8_B8_R8_3PLANE_422_UNORM
    , String
"G8_B8_R8_3PLANE_422_UNORM"
    )
  ,
    ( Format
FORMAT_G8_B8R8_2PLANE_420_UNORM
    , String
"G8_B8R8_2PLANE_420_UNORM"
    )
  ,
    ( Format
FORMAT_G8_B8_R8_3PLANE_420_UNORM
    , String
"G8_B8_R8_3PLANE_420_UNORM"
    )
  , (Format
FORMAT_B8G8R8G8_422_UNORM, String
"B8G8R8G8_422_UNORM")
  , (Format
FORMAT_G8B8G8R8_422_UNORM, String
"G8B8G8R8_422_UNORM")
  ]

instance Show Format where
  showsPrec :: Int -> Format -> ShowS
showsPrec =
    String
-> [(Format, String)]
-> String
-> (Format -> Int32)
-> (Int32 -> ShowS)
-> Int
-> Format
-> ShowS
forall a i.
Eq a =>
String
-> [(a, String)]
-> String
-> (a -> i)
-> (i -> ShowS)
-> Int
-> a
-> ShowS
enumShowsPrec
      String
enumPrefixFormat
      [(Format, String)]
showTableFormat
      String
conNameFormat
      (\(Format Int32
x) -> Int32
x)
      (Int -> Int32 -> ShowS
forall a. Show a => Int -> a -> ShowS
showsPrec Int
11)

instance Read Format where
  readPrec :: ReadPrec Format
readPrec =
    String
-> [(Format, String)]
-> String
-> (Int32 -> Format)
-> ReadPrec Format
forall i a.
Read i =>
String -> [(a, String)] -> String -> (i -> a) -> ReadPrec a
enumReadPrec
      String
enumPrefixFormat
      [(Format, String)]
showTableFormat
      String
conNameFormat
      Int32 -> Format
Format