[{"data":1,"prerenderedAt":19891},["ShallowReactive",2],{"lQeZ98eEa8":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":19890,"_id":4},"VkFormat","Available image formats","VK_VERSION_1_0","enums",[],{"type":10,"children":11,"toc":19888},"root",[12,50,10908,19882],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,25,27,31,33,40,42,48],{"type":18,"value":19},"text","The following image formats ",{"type":13,"tag":21,"props":22,"children":24},"normative",{"type":23},"can",[],{"type":18,"value":26}," be passed to, and ",{"type":13,"tag":21,"props":28,"children":30},{"type":29},"may",[],{"type":18,"value":32}," be returned from\nVulkan commands.\nThe memory required to store each format is discussed with that format, and\nalso summarized in the ",{"type":13,"tag":34,"props":35,"children":37},"a",{"href":36},"/chapters/formats#texel-block-size",[38],{"type":18,"value":39},"Representation and Texel Block\nSize",{"type":18,"value":41}," section and the ",{"type":13,"tag":34,"props":43,"children":45},{"href":44},"/chapters/formats#formats-compatibility",[46],{"type":18,"value":47},"Compatible formats",{"type":18,"value":49}," table.",{"type":13,"tag":51,"props":52,"children":53},"code-group",{},[54,4172],{"type":13,"tag":55,"props":56,"children":62},"pre",{"className":57,"code":58,"filename":59,"language":60,"meta":61,"style":61},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkFormat {\n VK_FORMAT_UNDEFINED = 0,\n VK_FORMAT_R4G4_UNORM_PACK8 = 1,\n VK_FORMAT_R4G4B4A4_UNORM_PACK16 = 2,\n VK_FORMAT_B4G4R4A4_UNORM_PACK16 = 3,\n VK_FORMAT_R5G6B5_UNORM_PACK16 = 4,\n VK_FORMAT_B5G6R5_UNORM_PACK16 = 5,\n VK_FORMAT_R5G5B5A1_UNORM_PACK16 = 6,\n VK_FORMAT_B5G5R5A1_UNORM_PACK16 = 7,\n VK_FORMAT_A1R5G5B5_UNORM_PACK16 = 8,\n VK_FORMAT_R8_UNORM = 9,\n VK_FORMAT_R8_SNORM = 10,\n VK_FORMAT_R8_USCALED = 11,\n VK_FORMAT_R8_SSCALED = 12,\n VK_FORMAT_R8_UINT = 13,\n VK_FORMAT_R8_SINT = 14,\n VK_FORMAT_R8_SRGB = 15,\n VK_FORMAT_R8G8_UNORM = 16,\n VK_FORMAT_R8G8_SNORM = 17,\n VK_FORMAT_R8G8_USCALED = 18,\n VK_FORMAT_R8G8_SSCALED = 19,\n VK_FORMAT_R8G8_UINT = 20,\n VK_FORMAT_R8G8_SINT = 21,\n VK_FORMAT_R8G8_SRGB = 22,\n VK_FORMAT_R8G8B8_UNORM = 23,\n VK_FORMAT_R8G8B8_SNORM = 24,\n VK_FORMAT_R8G8B8_USCALED = 25,\n VK_FORMAT_R8G8B8_SSCALED = 26,\n VK_FORMAT_R8G8B8_UINT = 27,\n VK_FORMAT_R8G8B8_SINT = 28,\n VK_FORMAT_R8G8B8_SRGB = 29,\n VK_FORMAT_B8G8R8_UNORM = 30,\n VK_FORMAT_B8G8R8_SNORM = 31,\n VK_FORMAT_B8G8R8_USCALED = 32,\n VK_FORMAT_B8G8R8_SSCALED = 33,\n VK_FORMAT_B8G8R8_UINT = 34,\n VK_FORMAT_B8G8R8_SINT = 35,\n VK_FORMAT_B8G8R8_SRGB = 36,\n VK_FORMAT_R8G8B8A8_UNORM = 37,\n VK_FORMAT_R8G8B8A8_SNORM = 38,\n VK_FORMAT_R8G8B8A8_USCALED = 39,\n VK_FORMAT_R8G8B8A8_SSCALED = 40,\n VK_FORMAT_R8G8B8A8_UINT = 41,\n VK_FORMAT_R8G8B8A8_SINT = 42,\n VK_FORMAT_R8G8B8A8_SRGB = 43,\n VK_FORMAT_B8G8R8A8_UNORM = 44,\n VK_FORMAT_B8G8R8A8_SNORM = 45,\n VK_FORMAT_B8G8R8A8_USCALED = 46,\n VK_FORMAT_B8G8R8A8_SSCALED = 47,\n VK_FORMAT_B8G8R8A8_UINT = 48,\n VK_FORMAT_B8G8R8A8_SINT = 49,\n VK_FORMAT_B8G8R8A8_SRGB = 50,\n VK_FORMAT_A8B8G8R8_UNORM_PACK32 = 51,\n VK_FORMAT_A8B8G8R8_SNORM_PACK32 = 52,\n VK_FORMAT_A8B8G8R8_USCALED_PACK32 = 53,\n VK_FORMAT_A8B8G8R8_SSCALED_PACK32 = 54,\n VK_FORMAT_A8B8G8R8_UINT_PACK32 = 55,\n VK_FORMAT_A8B8G8R8_SINT_PACK32 = 56,\n VK_FORMAT_A8B8G8R8_SRGB_PACK32 = 57,\n VK_FORMAT_A2R10G10B10_UNORM_PACK32 = 58,\n VK_FORMAT_A2R10G10B10_SNORM_PACK32 = 59,\n VK_FORMAT_A2R10G10B10_USCALED_PACK32 = 60,\n VK_FORMAT_A2R10G10B10_SSCALED_PACK32 = 61,\n VK_FORMAT_A2R10G10B10_UINT_PACK32 = 62,\n VK_FORMAT_A2R10G10B10_SINT_PACK32 = 63,\n VK_FORMAT_A2B10G10R10_UNORM_PACK32 = 64,\n VK_FORMAT_A2B10G10R10_SNORM_PACK32 = 65,\n VK_FORMAT_A2B10G10R10_USCALED_PACK32 = 66,\n VK_FORMAT_A2B10G10R10_SSCALED_PACK32 = 67,\n VK_FORMAT_A2B10G10R10_UINT_PACK32 = 68,\n VK_FORMAT_A2B10G10R10_SINT_PACK32 = 69,\n VK_FORMAT_R16_UNORM = 70,\n VK_FORMAT_R16_SNORM = 71,\n VK_FORMAT_R16_USCALED = 72,\n VK_FORMAT_R16_SSCALED = 73,\n VK_FORMAT_R16_UINT = 74,\n VK_FORMAT_R16_SINT = 75,\n VK_FORMAT_R16_SFLOAT = 76,\n VK_FORMAT_R16G16_UNORM = 77,\n VK_FORMAT_R16G16_SNORM = 78,\n VK_FORMAT_R16G16_USCALED = 79,\n VK_FORMAT_R16G16_SSCALED = 80,\n VK_FORMAT_R16G16_UINT = 81,\n VK_FORMAT_R16G16_SINT = 82,\n VK_FORMAT_R16G16_SFLOAT = 83,\n VK_FORMAT_R16G16B16_UNORM = 84,\n VK_FORMAT_R16G16B16_SNORM = 85,\n VK_FORMAT_R16G16B16_USCALED = 86,\n VK_FORMAT_R16G16B16_SSCALED = 87,\n VK_FORMAT_R16G16B16_UINT = 88,\n VK_FORMAT_R16G16B16_SINT = 89,\n VK_FORMAT_R16G16B16_SFLOAT = 90,\n VK_FORMAT_R16G16B16A16_UNORM = 91,\n VK_FORMAT_R16G16B16A16_SNORM = 92,\n VK_FORMAT_R16G16B16A16_USCALED = 93,\n VK_FORMAT_R16G16B16A16_SSCALED = 94,\n VK_FORMAT_R16G16B16A16_UINT = 95,\n VK_FORMAT_R16G16B16A16_SINT = 96,\n VK_FORMAT_R16G16B16A16_SFLOAT = 97,\n VK_FORMAT_R32_UINT = 98,\n VK_FORMAT_R32_SINT = 99,\n VK_FORMAT_R32_SFLOAT = 100,\n VK_FORMAT_R32G32_UINT = 101,\n VK_FORMAT_R32G32_SINT = 102,\n VK_FORMAT_R32G32_SFLOAT = 103,\n VK_FORMAT_R32G32B32_UINT = 104,\n VK_FORMAT_R32G32B32_SINT = 105,\n VK_FORMAT_R32G32B32_SFLOAT = 106,\n VK_FORMAT_R32G32B32A32_UINT = 107,\n VK_FORMAT_R32G32B32A32_SINT = 108,\n VK_FORMAT_R32G32B32A32_SFLOAT = 109,\n VK_FORMAT_R64_UINT = 110,\n VK_FORMAT_R64_SINT = 111,\n VK_FORMAT_R64_SFLOAT = 112,\n VK_FORMAT_R64G64_UINT = 113,\n VK_FORMAT_R64G64_SINT = 114,\n VK_FORMAT_R64G64_SFLOAT = 115,\n VK_FORMAT_R64G64B64_UINT = 116,\n VK_FORMAT_R64G64B64_SINT = 117,\n VK_FORMAT_R64G64B64_SFLOAT = 118,\n VK_FORMAT_R64G64B64A64_UINT = 119,\n VK_FORMAT_R64G64B64A64_SINT = 120,\n VK_FORMAT_R64G64B64A64_SFLOAT = 121,\n VK_FORMAT_B10G11R11_UFLOAT_PACK32 = 122,\n VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 = 123,\n VK_FORMAT_D16_UNORM = 124,\n VK_FORMAT_X8_D24_UNORM_PACK32 = 125,\n VK_FORMAT_D32_SFLOAT = 126,\n VK_FORMAT_S8_UINT = 127,\n VK_FORMAT_D16_UNORM_S8_UINT = 128,\n VK_FORMAT_D24_UNORM_S8_UINT = 129,\n VK_FORMAT_D32_SFLOAT_S8_UINT = 130,\n VK_FORMAT_BC1_RGB_UNORM_BLOCK = 131,\n VK_FORMAT_BC1_RGB_SRGB_BLOCK = 132,\n VK_FORMAT_BC1_RGBA_UNORM_BLOCK = 133,\n VK_FORMAT_BC1_RGBA_SRGB_BLOCK = 134,\n VK_FORMAT_BC2_UNORM_BLOCK = 135,\n VK_FORMAT_BC2_SRGB_BLOCK = 136,\n VK_FORMAT_BC3_UNORM_BLOCK = 137,\n VK_FORMAT_BC3_SRGB_BLOCK = 138,\n VK_FORMAT_BC4_UNORM_BLOCK = 139,\n VK_FORMAT_BC4_SNORM_BLOCK = 140,\n VK_FORMAT_BC5_UNORM_BLOCK = 141,\n VK_FORMAT_BC5_SNORM_BLOCK = 142,\n VK_FORMAT_BC6H_UFLOAT_BLOCK = 143,\n VK_FORMAT_BC6H_SFLOAT_BLOCK = 144,\n VK_FORMAT_BC7_UNORM_BLOCK = 145,\n VK_FORMAT_BC7_SRGB_BLOCK = 146,\n VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK = 147,\n VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK = 148,\n VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK = 149,\n VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK = 150,\n VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK = 151,\n VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK = 152,\n VK_FORMAT_EAC_R11_UNORM_BLOCK = 153,\n VK_FORMAT_EAC_R11_SNORM_BLOCK = 154,\n VK_FORMAT_EAC_R11G11_UNORM_BLOCK = 155,\n VK_FORMAT_EAC_R11G11_SNORM_BLOCK = 156,\n VK_FORMAT_ASTC_4x4_UNORM_BLOCK = 157,\n VK_FORMAT_ASTC_4x4_SRGB_BLOCK = 158,\n VK_FORMAT_ASTC_5x4_UNORM_BLOCK = 159,\n VK_FORMAT_ASTC_5x4_SRGB_BLOCK = 160,\n VK_FORMAT_ASTC_5x5_UNORM_BLOCK = 161,\n VK_FORMAT_ASTC_5x5_SRGB_BLOCK = 162,\n VK_FORMAT_ASTC_6x5_UNORM_BLOCK = 163,\n VK_FORMAT_ASTC_6x5_SRGB_BLOCK = 164,\n VK_FORMAT_ASTC_6x6_UNORM_BLOCK = 165,\n VK_FORMAT_ASTC_6x6_SRGB_BLOCK = 166,\n VK_FORMAT_ASTC_8x5_UNORM_BLOCK = 167,\n VK_FORMAT_ASTC_8x5_SRGB_BLOCK = 168,\n VK_FORMAT_ASTC_8x6_UNORM_BLOCK = 169,\n VK_FORMAT_ASTC_8x6_SRGB_BLOCK = 170,\n VK_FORMAT_ASTC_8x8_UNORM_BLOCK = 171,\n VK_FORMAT_ASTC_8x8_SRGB_BLOCK = 172,\n VK_FORMAT_ASTC_10x5_UNORM_BLOCK = 173,\n VK_FORMAT_ASTC_10x5_SRGB_BLOCK = 174,\n VK_FORMAT_ASTC_10x6_UNORM_BLOCK = 175,\n VK_FORMAT_ASTC_10x6_SRGB_BLOCK = 176,\n VK_FORMAT_ASTC_10x8_UNORM_BLOCK = 177,\n VK_FORMAT_ASTC_10x8_SRGB_BLOCK = 178,\n VK_FORMAT_ASTC_10x10_UNORM_BLOCK = 179,\n VK_FORMAT_ASTC_10x10_SRGB_BLOCK = 180,\n VK_FORMAT_ASTC_12x10_UNORM_BLOCK = 181,\n VK_FORMAT_ASTC_12x10_SRGB_BLOCK = 182,\n VK_FORMAT_ASTC_12x12_UNORM_BLOCK = 183,\n VK_FORMAT_ASTC_12x12_SRGB_BLOCK = 184,\n} VkFormat;\n","C","c","",[63],{"type":13,"tag":64,"props":65,"children":66},"code",{"__ignoreMap":61},[67,90,115,137,159,181,203,225,247,269,291,313,335,357,379,401,423,445,467,489,511,533,555,577,599,621,643,665,687,709,731,753,775,797,819,841,863,885,907,929,951,973,995,1017,1039,1061,1083,1105,1127,1149,1171,1193,1215,1237,1259,1281,1303,1325,1347,1369,1391,1413,1435,1457,1479,1501,1523,1545,1567,1589,1611,1633,1655,1677,1699,1721,1743,1765,1787,1809,1831,1853,1875,1897,1919,1941,1963,1985,2007,2029,2051,2073,2095,2117,2139,2161,2183,2205,2227,2249,2271,2293,2315,2337,2359,2381,2403,2425,2447,2469,2491,2513,2535,2557,2579,2601,2623,2645,2667,2689,2711,2733,2755,2777,2799,2821,2843,2865,2887,2909,2931,2953,2975,2997,3019,3041,3063,3085,3107,3129,3151,3173,3195,3217,3239,3261,3283,3305,3327,3349,3371,3393,3415,3437,3459,3481,3503,3525,3547,3569,3591,3613,3635,3657,3679,3701,3723,3745,3767,3789,3811,3833,3855,3877,3899,3921,3943,3965,3987,4009,4031,4053,4075,4097,4119,4141,4163],{"type":13,"tag":68,"props":69,"children":72},"span",{"class":70,"line":71},"line",1,[73,79,84],{"type":13,"tag":68,"props":74,"children":76},{"style":75},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[77],{"type":18,"value":78},"typedef",{"type":13,"tag":68,"props":80,"children":81},{"style":75},[82],{"type":18,"value":83}," enum",{"type":13,"tag":68,"props":85,"children":87},{"style":86},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[88],{"type":18,"value":89}," VkFormat {\n",{"type":13,"tag":68,"props":91,"children":93},{"class":70,"line":92},2,[94,99,104,110],{"type":13,"tag":68,"props":95,"children":96},{"style":86},[97],{"type":18,"value":98}," VK_FORMAT_UNDEFINED ",{"type":13,"tag":68,"props":100,"children":101},{"style":75},[102],{"type":18,"value":103},"=",{"type":13,"tag":68,"props":105,"children":107},{"style":106},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[108],{"type":18,"value":109}," 0",{"type":13,"tag":68,"props":111,"children":112},{"style":86},[113],{"type":18,"value":114},",\n",{"type":13,"tag":68,"props":116,"children":118},{"class":70,"line":117},3,[119,124,128,133],{"type":13,"tag":68,"props":120,"children":121},{"style":86},[122],{"type":18,"value":123}," VK_FORMAT_R4G4_UNORM_PACK8 ",{"type":13,"tag":68,"props":125,"children":126},{"style":75},[127],{"type":18,"value":103},{"type":13,"tag":68,"props":129,"children":130},{"style":106},[131],{"type":18,"value":132}," 1",{"type":13,"tag":68,"props":134,"children":135},{"style":86},[136],{"type":18,"value":114},{"type":13,"tag":68,"props":138,"children":140},{"class":70,"line":139},4,[141,146,150,155],{"type":13,"tag":68,"props":142,"children":143},{"style":86},[144],{"type":18,"value":145}," VK_FORMAT_R4G4B4A4_UNORM_PACK16 ",{"type":13,"tag":68,"props":147,"children":148},{"style":75},[149],{"type":18,"value":103},{"type":13,"tag":68,"props":151,"children":152},{"style":106},[153],{"type":18,"value":154}," 2",{"type":13,"tag":68,"props":156,"children":157},{"style":86},[158],{"type":18,"value":114},{"type":13,"tag":68,"props":160,"children":162},{"class":70,"line":161},5,[163,168,172,177],{"type":13,"tag":68,"props":164,"children":165},{"style":86},[166],{"type":18,"value":167}," VK_FORMAT_B4G4R4A4_UNORM_PACK16 ",{"type":13,"tag":68,"props":169,"children":170},{"style":75},[171],{"type":18,"value":103},{"type":13,"tag":68,"props":173,"children":174},{"style":106},[175],{"type":18,"value":176}," 3",{"type":13,"tag":68,"props":178,"children":179},{"style":86},[180],{"type":18,"value":114},{"type":13,"tag":68,"props":182,"children":184},{"class":70,"line":183},6,[185,190,194,199],{"type":13,"tag":68,"props":186,"children":187},{"style":86},[188],{"type":18,"value":189}," VK_FORMAT_R5G6B5_UNORM_PACK16 ",{"type":13,"tag":68,"props":191,"children":192},{"style":75},[193],{"type":18,"value":103},{"type":13,"tag":68,"props":195,"children":196},{"style":106},[197],{"type":18,"value":198}," 4",{"type":13,"tag":68,"props":200,"children":201},{"style":86},[202],{"type":18,"value":114},{"type":13,"tag":68,"props":204,"children":206},{"class":70,"line":205},7,[207,212,216,221],{"type":13,"tag":68,"props":208,"children":209},{"style":86},[210],{"type":18,"value":211}," VK_FORMAT_B5G6R5_UNORM_PACK16 ",{"type":13,"tag":68,"props":213,"children":214},{"style":75},[215],{"type":18,"value":103},{"type":13,"tag":68,"props":217,"children":218},{"style":106},[219],{"type":18,"value":220}," 5",{"type":13,"tag":68,"props":222,"children":223},{"style":86},[224],{"type":18,"value":114},{"type":13,"tag":68,"props":226,"children":228},{"class":70,"line":227},8,[229,234,238,243],{"type":13,"tag":68,"props":230,"children":231},{"style":86},[232],{"type":18,"value":233}," VK_FORMAT_R5G5B5A1_UNORM_PACK16 ",{"type":13,"tag":68,"props":235,"children":236},{"style":75},[237],{"type":18,"value":103},{"type":13,"tag":68,"props":239,"children":240},{"style":106},[241],{"type":18,"value":242}," 6",{"type":13,"tag":68,"props":244,"children":245},{"style":86},[246],{"type":18,"value":114},{"type":13,"tag":68,"props":248,"children":250},{"class":70,"line":249},9,[251,256,260,265],{"type":13,"tag":68,"props":252,"children":253},{"style":86},[254],{"type":18,"value":255}," VK_FORMAT_B5G5R5A1_UNORM_PACK16 ",{"type":13,"tag":68,"props":257,"children":258},{"style":75},[259],{"type":18,"value":103},{"type":13,"tag":68,"props":261,"children":262},{"style":106},[263],{"type":18,"value":264}," 7",{"type":13,"tag":68,"props":266,"children":267},{"style":86},[268],{"type":18,"value":114},{"type":13,"tag":68,"props":270,"children":272},{"class":70,"line":271},10,[273,278,282,287],{"type":13,"tag":68,"props":274,"children":275},{"style":86},[276],{"type":18,"value":277}," VK_FORMAT_A1R5G5B5_UNORM_PACK16 ",{"type":13,"tag":68,"props":279,"children":280},{"style":75},[281],{"type":18,"value":103},{"type":13,"tag":68,"props":283,"children":284},{"style":106},[285],{"type":18,"value":286}," 8",{"type":13,"tag":68,"props":288,"children":289},{"style":86},[290],{"type":18,"value":114},{"type":13,"tag":68,"props":292,"children":294},{"class":70,"line":293},11,[295,300,304,309],{"type":13,"tag":68,"props":296,"children":297},{"style":86},[298],{"type":18,"value":299}," VK_FORMAT_R8_UNORM ",{"type":13,"tag":68,"props":301,"children":302},{"style":75},[303],{"type":18,"value":103},{"type":13,"tag":68,"props":305,"children":306},{"style":106},[307],{"type":18,"value":308}," 9",{"type":13,"tag":68,"props":310,"children":311},{"style":86},[312],{"type":18,"value":114},{"type":13,"tag":68,"props":314,"children":316},{"class":70,"line":315},12,[317,322,326,331],{"type":13,"tag":68,"props":318,"children":319},{"style":86},[320],{"type":18,"value":321}," VK_FORMAT_R8_SNORM ",{"type":13,"tag":68,"props":323,"children":324},{"style":75},[325],{"type":18,"value":103},{"type":13,"tag":68,"props":327,"children":328},{"style":106},[329],{"type":18,"value":330}," 10",{"type":13,"tag":68,"props":332,"children":333},{"style":86},[334],{"type":18,"value":114},{"type":13,"tag":68,"props":336,"children":338},{"class":70,"line":337},13,[339,344,348,353],{"type":13,"tag":68,"props":340,"children":341},{"style":86},[342],{"type":18,"value":343}," VK_FORMAT_R8_USCALED ",{"type":13,"tag":68,"props":345,"children":346},{"style":75},[347],{"type":18,"value":103},{"type":13,"tag":68,"props":349,"children":350},{"style":106},[351],{"type":18,"value":352}," 11",{"type":13,"tag":68,"props":354,"children":355},{"style":86},[356],{"type":18,"value":114},{"type":13,"tag":68,"props":358,"children":360},{"class":70,"line":359},14,[361,366,370,375],{"type":13,"tag":68,"props":362,"children":363},{"style":86},[364],{"type":18,"value":365}," VK_FORMAT_R8_SSCALED ",{"type":13,"tag":68,"props":367,"children":368},{"style":75},[369],{"type":18,"value":103},{"type":13,"tag":68,"props":371,"children":372},{"style":106},[373],{"type":18,"value":374}," 12",{"type":13,"tag":68,"props":376,"children":377},{"style":86},[378],{"type":18,"value":114},{"type":13,"tag":68,"props":380,"children":382},{"class":70,"line":381},15,[383,388,392,397],{"type":13,"tag":68,"props":384,"children":385},{"style":86},[386],{"type":18,"value":387}," VK_FORMAT_R8_UINT ",{"type":13,"tag":68,"props":389,"children":390},{"style":75},[391],{"type":18,"value":103},{"type":13,"tag":68,"props":393,"children":394},{"style":106},[395],{"type":18,"value":396}," 13",{"type":13,"tag":68,"props":398,"children":399},{"style":86},[400],{"type":18,"value":114},{"type":13,"tag":68,"props":402,"children":404},{"class":70,"line":403},16,[405,410,414,419],{"type":13,"tag":68,"props":406,"children":407},{"style":86},[408],{"type":18,"value":409}," VK_FORMAT_R8_SINT ",{"type":13,"tag":68,"props":411,"children":412},{"style":75},[413],{"type":18,"value":103},{"type":13,"tag":68,"props":415,"children":416},{"style":106},[417],{"type":18,"value":418}," 14",{"type":13,"tag":68,"props":420,"children":421},{"style":86},[422],{"type":18,"value":114},{"type":13,"tag":68,"props":424,"children":426},{"class":70,"line":425},17,[427,432,436,441],{"type":13,"tag":68,"props":428,"children":429},{"style":86},[430],{"type":18,"value":431}," VK_FORMAT_R8_SRGB ",{"type":13,"tag":68,"props":433,"children":434},{"style":75},[435],{"type":18,"value":103},{"type":13,"tag":68,"props":437,"children":438},{"style":106},[439],{"type":18,"value":440}," 15",{"type":13,"tag":68,"props":442,"children":443},{"style":86},[444],{"type":18,"value":114},{"type":13,"tag":68,"props":446,"children":448},{"class":70,"line":447},18,[449,454,458,463],{"type":13,"tag":68,"props":450,"children":451},{"style":86},[452],{"type":18,"value":453}," VK_FORMAT_R8G8_UNORM ",{"type":13,"tag":68,"props":455,"children":456},{"style":75},[457],{"type":18,"value":103},{"type":13,"tag":68,"props":459,"children":460},{"style":106},[461],{"type":18,"value":462}," 16",{"type":13,"tag":68,"props":464,"children":465},{"style":86},[466],{"type":18,"value":114},{"type":13,"tag":68,"props":468,"children":470},{"class":70,"line":469},19,[471,476,480,485],{"type":13,"tag":68,"props":472,"children":473},{"style":86},[474],{"type":18,"value":475}," VK_FORMAT_R8G8_SNORM ",{"type":13,"tag":68,"props":477,"children":478},{"style":75},[479],{"type":18,"value":103},{"type":13,"tag":68,"props":481,"children":482},{"style":106},[483],{"type":18,"value":484}," 17",{"type":13,"tag":68,"props":486,"children":487},{"style":86},[488],{"type":18,"value":114},{"type":13,"tag":68,"props":490,"children":492},{"class":70,"line":491},20,[493,498,502,507],{"type":13,"tag":68,"props":494,"children":495},{"style":86},[496],{"type":18,"value":497}," VK_FORMAT_R8G8_USCALED ",{"type":13,"tag":68,"props":499,"children":500},{"style":75},[501],{"type":18,"value":103},{"type":13,"tag":68,"props":503,"children":504},{"style":106},[505],{"type":18,"value":506}," 18",{"type":13,"tag":68,"props":508,"children":509},{"style":86},[510],{"type":18,"value":114},{"type":13,"tag":68,"props":512,"children":514},{"class":70,"line":513},21,[515,520,524,529],{"type":13,"tag":68,"props":516,"children":517},{"style":86},[518],{"type":18,"value":519}," VK_FORMAT_R8G8_SSCALED ",{"type":13,"tag":68,"props":521,"children":522},{"style":75},[523],{"type":18,"value":103},{"type":13,"tag":68,"props":525,"children":526},{"style":106},[527],{"type":18,"value":528}," 19",{"type":13,"tag":68,"props":530,"children":531},{"style":86},[532],{"type":18,"value":114},{"type":13,"tag":68,"props":534,"children":536},{"class":70,"line":535},22,[537,542,546,551],{"type":13,"tag":68,"props":538,"children":539},{"style":86},[540],{"type":18,"value":541}," VK_FORMAT_R8G8_UINT ",{"type":13,"tag":68,"props":543,"children":544},{"style":75},[545],{"type":18,"value":103},{"type":13,"tag":68,"props":547,"children":548},{"style":106},[549],{"type":18,"value":550}," 20",{"type":13,"tag":68,"props":552,"children":553},{"style":86},[554],{"type":18,"value":114},{"type":13,"tag":68,"props":556,"children":558},{"class":70,"line":557},23,[559,564,568,573],{"type":13,"tag":68,"props":560,"children":561},{"style":86},[562],{"type":18,"value":563}," VK_FORMAT_R8G8_SINT ",{"type":13,"tag":68,"props":565,"children":566},{"style":75},[567],{"type":18,"value":103},{"type":13,"tag":68,"props":569,"children":570},{"style":106},[571],{"type":18,"value":572}," 21",{"type":13,"tag":68,"props":574,"children":575},{"style":86},[576],{"type":18,"value":114},{"type":13,"tag":68,"props":578,"children":580},{"class":70,"line":579},24,[581,586,590,595],{"type":13,"tag":68,"props":582,"children":583},{"style":86},[584],{"type":18,"value":585}," VK_FORMAT_R8G8_SRGB ",{"type":13,"tag":68,"props":587,"children":588},{"style":75},[589],{"type":18,"value":103},{"type":13,"tag":68,"props":591,"children":592},{"style":106},[593],{"type":18,"value":594}," 22",{"type":13,"tag":68,"props":596,"children":597},{"style":86},[598],{"type":18,"value":114},{"type":13,"tag":68,"props":600,"children":602},{"class":70,"line":601},25,[603,608,612,617],{"type":13,"tag":68,"props":604,"children":605},{"style":86},[606],{"type":18,"value":607}," VK_FORMAT_R8G8B8_UNORM ",{"type":13,"tag":68,"props":609,"children":610},{"style":75},[611],{"type":18,"value":103},{"type":13,"tag":68,"props":613,"children":614},{"style":106},[615],{"type":18,"value":616}," 23",{"type":13,"tag":68,"props":618,"children":619},{"style":86},[620],{"type":18,"value":114},{"type":13,"tag":68,"props":622,"children":624},{"class":70,"line":623},26,[625,630,634,639],{"type":13,"tag":68,"props":626,"children":627},{"style":86},[628],{"type":18,"value":629}," VK_FORMAT_R8G8B8_SNORM ",{"type":13,"tag":68,"props":631,"children":632},{"style":75},[633],{"type":18,"value":103},{"type":13,"tag":68,"props":635,"children":636},{"style":106},[637],{"type":18,"value":638}," 24",{"type":13,"tag":68,"props":640,"children":641},{"style":86},[642],{"type":18,"value":114},{"type":13,"tag":68,"props":644,"children":646},{"class":70,"line":645},27,[647,652,656,661],{"type":13,"tag":68,"props":648,"children":649},{"style":86},[650],{"type":18,"value":651}," VK_FORMAT_R8G8B8_USCALED ",{"type":13,"tag":68,"props":653,"children":654},{"style":75},[655],{"type":18,"value":103},{"type":13,"tag":68,"props":657,"children":658},{"style":106},[659],{"type":18,"value":660}," 25",{"type":13,"tag":68,"props":662,"children":663},{"style":86},[664],{"type":18,"value":114},{"type":13,"tag":68,"props":666,"children":668},{"class":70,"line":667},28,[669,674,678,683],{"type":13,"tag":68,"props":670,"children":671},{"style":86},[672],{"type":18,"value":673}," VK_FORMAT_R8G8B8_SSCALED ",{"type":13,"tag":68,"props":675,"children":676},{"style":75},[677],{"type":18,"value":103},{"type":13,"tag":68,"props":679,"children":680},{"style":106},[681],{"type":18,"value":682}," 26",{"type":13,"tag":68,"props":684,"children":685},{"style":86},[686],{"type":18,"value":114},{"type":13,"tag":68,"props":688,"children":690},{"class":70,"line":689},29,[691,696,700,705],{"type":13,"tag":68,"props":692,"children":693},{"style":86},[694],{"type":18,"value":695}," VK_FORMAT_R8G8B8_UINT ",{"type":13,"tag":68,"props":697,"children":698},{"style":75},[699],{"type":18,"value":103},{"type":13,"tag":68,"props":701,"children":702},{"style":106},[703],{"type":18,"value":704}," 27",{"type":13,"tag":68,"props":706,"children":707},{"style":86},[708],{"type":18,"value":114},{"type":13,"tag":68,"props":710,"children":712},{"class":70,"line":711},30,[713,718,722,727],{"type":13,"tag":68,"props":714,"children":715},{"style":86},[716],{"type":18,"value":717}," VK_FORMAT_R8G8B8_SINT ",{"type":13,"tag":68,"props":719,"children":720},{"style":75},[721],{"type":18,"value":103},{"type":13,"tag":68,"props":723,"children":724},{"style":106},[725],{"type":18,"value":726}," 28",{"type":13,"tag":68,"props":728,"children":729},{"style":86},[730],{"type":18,"value":114},{"type":13,"tag":68,"props":732,"children":734},{"class":70,"line":733},31,[735,740,744,749],{"type":13,"tag":68,"props":736,"children":737},{"style":86},[738],{"type":18,"value":739}," VK_FORMAT_R8G8B8_SRGB ",{"type":13,"tag":68,"props":741,"children":742},{"style":75},[743],{"type":18,"value":103},{"type":13,"tag":68,"props":745,"children":746},{"style":106},[747],{"type":18,"value":748}," 29",{"type":13,"tag":68,"props":750,"children":751},{"style":86},[752],{"type":18,"value":114},{"type":13,"tag":68,"props":754,"children":756},{"class":70,"line":755},32,[757,762,766,771],{"type":13,"tag":68,"props":758,"children":759},{"style":86},[760],{"type":18,"value":761}," VK_FORMAT_B8G8R8_UNORM ",{"type":13,"tag":68,"props":763,"children":764},{"style":75},[765],{"type":18,"value":103},{"type":13,"tag":68,"props":767,"children":768},{"style":106},[769],{"type":18,"value":770}," 30",{"type":13,"tag":68,"props":772,"children":773},{"style":86},[774],{"type":18,"value":114},{"type":13,"tag":68,"props":776,"children":778},{"class":70,"line":777},33,[779,784,788,793],{"type":13,"tag":68,"props":780,"children":781},{"style":86},[782],{"type":18,"value":783}," VK_FORMAT_B8G8R8_SNORM ",{"type":13,"tag":68,"props":785,"children":786},{"style":75},[787],{"type":18,"value":103},{"type":13,"tag":68,"props":789,"children":790},{"style":106},[791],{"type":18,"value":792}," 31",{"type":13,"tag":68,"props":794,"children":795},{"style":86},[796],{"type":18,"value":114},{"type":13,"tag":68,"props":798,"children":800},{"class":70,"line":799},34,[801,806,810,815],{"type":13,"tag":68,"props":802,"children":803},{"style":86},[804],{"type":18,"value":805}," VK_FORMAT_B8G8R8_USCALED ",{"type":13,"tag":68,"props":807,"children":808},{"style":75},[809],{"type":18,"value":103},{"type":13,"tag":68,"props":811,"children":812},{"style":106},[813],{"type":18,"value":814}," 32",{"type":13,"tag":68,"props":816,"children":817},{"style":86},[818],{"type":18,"value":114},{"type":13,"tag":68,"props":820,"children":822},{"class":70,"line":821},35,[823,828,832,837],{"type":13,"tag":68,"props":824,"children":825},{"style":86},[826],{"type":18,"value":827}," VK_FORMAT_B8G8R8_SSCALED ",{"type":13,"tag":68,"props":829,"children":830},{"style":75},[831],{"type":18,"value":103},{"type":13,"tag":68,"props":833,"children":834},{"style":106},[835],{"type":18,"value":836}," 33",{"type":13,"tag":68,"props":838,"children":839},{"style":86},[840],{"type":18,"value":114},{"type":13,"tag":68,"props":842,"children":844},{"class":70,"line":843},36,[845,850,854,859],{"type":13,"tag":68,"props":846,"children":847},{"style":86},[848],{"type":18,"value":849}," VK_FORMAT_B8G8R8_UINT ",{"type":13,"tag":68,"props":851,"children":852},{"style":75},[853],{"type":18,"value":103},{"type":13,"tag":68,"props":855,"children":856},{"style":106},[857],{"type":18,"value":858}," 34",{"type":13,"tag":68,"props":860,"children":861},{"style":86},[862],{"type":18,"value":114},{"type":13,"tag":68,"props":864,"children":866},{"class":70,"line":865},37,[867,872,876,881],{"type":13,"tag":68,"props":868,"children":869},{"style":86},[870],{"type":18,"value":871}," VK_FORMAT_B8G8R8_SINT ",{"type":13,"tag":68,"props":873,"children":874},{"style":75},[875],{"type":18,"value":103},{"type":13,"tag":68,"props":877,"children":878},{"style":106},[879],{"type":18,"value":880}," 35",{"type":13,"tag":68,"props":882,"children":883},{"style":86},[884],{"type":18,"value":114},{"type":13,"tag":68,"props":886,"children":888},{"class":70,"line":887},38,[889,894,898,903],{"type":13,"tag":68,"props":890,"children":891},{"style":86},[892],{"type":18,"value":893}," VK_FORMAT_B8G8R8_SRGB ",{"type":13,"tag":68,"props":895,"children":896},{"style":75},[897],{"type":18,"value":103},{"type":13,"tag":68,"props":899,"children":900},{"style":106},[901],{"type":18,"value":902}," 36",{"type":13,"tag":68,"props":904,"children":905},{"style":86},[906],{"type":18,"value":114},{"type":13,"tag":68,"props":908,"children":910},{"class":70,"line":909},39,[911,916,920,925],{"type":13,"tag":68,"props":912,"children":913},{"style":86},[914],{"type":18,"value":915}," VK_FORMAT_R8G8B8A8_UNORM ",{"type":13,"tag":68,"props":917,"children":918},{"style":75},[919],{"type":18,"value":103},{"type":13,"tag":68,"props":921,"children":922},{"style":106},[923],{"type":18,"value":924}," 37",{"type":13,"tag":68,"props":926,"children":927},{"style":86},[928],{"type":18,"value":114},{"type":13,"tag":68,"props":930,"children":932},{"class":70,"line":931},40,[933,938,942,947],{"type":13,"tag":68,"props":934,"children":935},{"style":86},[936],{"type":18,"value":937}," VK_FORMAT_R8G8B8A8_SNORM ",{"type":13,"tag":68,"props":939,"children":940},{"style":75},[941],{"type":18,"value":103},{"type":13,"tag":68,"props":943,"children":944},{"style":106},[945],{"type":18,"value":946}," 38",{"type":13,"tag":68,"props":948,"children":949},{"style":86},[950],{"type":18,"value":114},{"type":13,"tag":68,"props":952,"children":954},{"class":70,"line":953},41,[955,960,964,969],{"type":13,"tag":68,"props":956,"children":957},{"style":86},[958],{"type":18,"value":959}," VK_FORMAT_R8G8B8A8_USCALED ",{"type":13,"tag":68,"props":961,"children":962},{"style":75},[963],{"type":18,"value":103},{"type":13,"tag":68,"props":965,"children":966},{"style":106},[967],{"type":18,"value":968}," 39",{"type":13,"tag":68,"props":970,"children":971},{"style":86},[972],{"type":18,"value":114},{"type":13,"tag":68,"props":974,"children":976},{"class":70,"line":975},42,[977,982,986,991],{"type":13,"tag":68,"props":978,"children":979},{"style":86},[980],{"type":18,"value":981}," VK_FORMAT_R8G8B8A8_SSCALED ",{"type":13,"tag":68,"props":983,"children":984},{"style":75},[985],{"type":18,"value":103},{"type":13,"tag":68,"props":987,"children":988},{"style":106},[989],{"type":18,"value":990}," 40",{"type":13,"tag":68,"props":992,"children":993},{"style":86},[994],{"type":18,"value":114},{"type":13,"tag":68,"props":996,"children":998},{"class":70,"line":997},43,[999,1004,1008,1013],{"type":13,"tag":68,"props":1000,"children":1001},{"style":86},[1002],{"type":18,"value":1003}," VK_FORMAT_R8G8B8A8_UINT ",{"type":13,"tag":68,"props":1005,"children":1006},{"style":75},[1007],{"type":18,"value":103},{"type":13,"tag":68,"props":1009,"children":1010},{"style":106},[1011],{"type":18,"value":1012}," 41",{"type":13,"tag":68,"props":1014,"children":1015},{"style":86},[1016],{"type":18,"value":114},{"type":13,"tag":68,"props":1018,"children":1020},{"class":70,"line":1019},44,[1021,1026,1030,1035],{"type":13,"tag":68,"props":1022,"children":1023},{"style":86},[1024],{"type":18,"value":1025}," VK_FORMAT_R8G8B8A8_SINT ",{"type":13,"tag":68,"props":1027,"children":1028},{"style":75},[1029],{"type":18,"value":103},{"type":13,"tag":68,"props":1031,"children":1032},{"style":106},[1033],{"type":18,"value":1034}," 42",{"type":13,"tag":68,"props":1036,"children":1037},{"style":86},[1038],{"type":18,"value":114},{"type":13,"tag":68,"props":1040,"children":1042},{"class":70,"line":1041},45,[1043,1048,1052,1057],{"type":13,"tag":68,"props":1044,"children":1045},{"style":86},[1046],{"type":18,"value":1047}," VK_FORMAT_R8G8B8A8_SRGB ",{"type":13,"tag":68,"props":1049,"children":1050},{"style":75},[1051],{"type":18,"value":103},{"type":13,"tag":68,"props":1053,"children":1054},{"style":106},[1055],{"type":18,"value":1056}," 43",{"type":13,"tag":68,"props":1058,"children":1059},{"style":86},[1060],{"type":18,"value":114},{"type":13,"tag":68,"props":1062,"children":1064},{"class":70,"line":1063},46,[1065,1070,1074,1079],{"type":13,"tag":68,"props":1066,"children":1067},{"style":86},[1068],{"type":18,"value":1069}," VK_FORMAT_B8G8R8A8_UNORM ",{"type":13,"tag":68,"props":1071,"children":1072},{"style":75},[1073],{"type":18,"value":103},{"type":13,"tag":68,"props":1075,"children":1076},{"style":106},[1077],{"type":18,"value":1078}," 44",{"type":13,"tag":68,"props":1080,"children":1081},{"style":86},[1082],{"type":18,"value":114},{"type":13,"tag":68,"props":1084,"children":1086},{"class":70,"line":1085},47,[1087,1092,1096,1101],{"type":13,"tag":68,"props":1088,"children":1089},{"style":86},[1090],{"type":18,"value":1091}," VK_FORMAT_B8G8R8A8_SNORM ",{"type":13,"tag":68,"props":1093,"children":1094},{"style":75},[1095],{"type":18,"value":103},{"type":13,"tag":68,"props":1097,"children":1098},{"style":106},[1099],{"type":18,"value":1100}," 45",{"type":13,"tag":68,"props":1102,"children":1103},{"style":86},[1104],{"type":18,"value":114},{"type":13,"tag":68,"props":1106,"children":1108},{"class":70,"line":1107},48,[1109,1114,1118,1123],{"type":13,"tag":68,"props":1110,"children":1111},{"style":86},[1112],{"type":18,"value":1113}," VK_FORMAT_B8G8R8A8_USCALED ",{"type":13,"tag":68,"props":1115,"children":1116},{"style":75},[1117],{"type":18,"value":103},{"type":13,"tag":68,"props":1119,"children":1120},{"style":106},[1121],{"type":18,"value":1122}," 46",{"type":13,"tag":68,"props":1124,"children":1125},{"style":86},[1126],{"type":18,"value":114},{"type":13,"tag":68,"props":1128,"children":1130},{"class":70,"line":1129},49,[1131,1136,1140,1145],{"type":13,"tag":68,"props":1132,"children":1133},{"style":86},[1134],{"type":18,"value":1135}," VK_FORMAT_B8G8R8A8_SSCALED ",{"type":13,"tag":68,"props":1137,"children":1138},{"style":75},[1139],{"type":18,"value":103},{"type":13,"tag":68,"props":1141,"children":1142},{"style":106},[1143],{"type":18,"value":1144}," 47",{"type":13,"tag":68,"props":1146,"children":1147},{"style":86},[1148],{"type":18,"value":114},{"type":13,"tag":68,"props":1150,"children":1152},{"class":70,"line":1151},50,[1153,1158,1162,1167],{"type":13,"tag":68,"props":1154,"children":1155},{"style":86},[1156],{"type":18,"value":1157}," VK_FORMAT_B8G8R8A8_UINT ",{"type":13,"tag":68,"props":1159,"children":1160},{"style":75},[1161],{"type":18,"value":103},{"type":13,"tag":68,"props":1163,"children":1164},{"style":106},[1165],{"type":18,"value":1166}," 48",{"type":13,"tag":68,"props":1168,"children":1169},{"style":86},[1170],{"type":18,"value":114},{"type":13,"tag":68,"props":1172,"children":1174},{"class":70,"line":1173},51,[1175,1180,1184,1189],{"type":13,"tag":68,"props":1176,"children":1177},{"style":86},[1178],{"type":18,"value":1179}," VK_FORMAT_B8G8R8A8_SINT ",{"type":13,"tag":68,"props":1181,"children":1182},{"style":75},[1183],{"type":18,"value":103},{"type":13,"tag":68,"props":1185,"children":1186},{"style":106},[1187],{"type":18,"value":1188}," 49",{"type":13,"tag":68,"props":1190,"children":1191},{"style":86},[1192],{"type":18,"value":114},{"type":13,"tag":68,"props":1194,"children":1196},{"class":70,"line":1195},52,[1197,1202,1206,1211],{"type":13,"tag":68,"props":1198,"children":1199},{"style":86},[1200],{"type":18,"value":1201}," VK_FORMAT_B8G8R8A8_SRGB ",{"type":13,"tag":68,"props":1203,"children":1204},{"style":75},[1205],{"type":18,"value":103},{"type":13,"tag":68,"props":1207,"children":1208},{"style":106},[1209],{"type":18,"value":1210}," 50",{"type":13,"tag":68,"props":1212,"children":1213},{"style":86},[1214],{"type":18,"value":114},{"type":13,"tag":68,"props":1216,"children":1218},{"class":70,"line":1217},53,[1219,1224,1228,1233],{"type":13,"tag":68,"props":1220,"children":1221},{"style":86},[1222],{"type":18,"value":1223}," VK_FORMAT_A8B8G8R8_UNORM_PACK32 ",{"type":13,"tag":68,"props":1225,"children":1226},{"style":75},[1227],{"type":18,"value":103},{"type":13,"tag":68,"props":1229,"children":1230},{"style":106},[1231],{"type":18,"value":1232}," 51",{"type":13,"tag":68,"props":1234,"children":1235},{"style":86},[1236],{"type":18,"value":114},{"type":13,"tag":68,"props":1238,"children":1240},{"class":70,"line":1239},54,[1241,1246,1250,1255],{"type":13,"tag":68,"props":1242,"children":1243},{"style":86},[1244],{"type":18,"value":1245}," VK_FORMAT_A8B8G8R8_SNORM_PACK32 ",{"type":13,"tag":68,"props":1247,"children":1248},{"style":75},[1249],{"type":18,"value":103},{"type":13,"tag":68,"props":1251,"children":1252},{"style":106},[1253],{"type":18,"value":1254}," 52",{"type":13,"tag":68,"props":1256,"children":1257},{"style":86},[1258],{"type":18,"value":114},{"type":13,"tag":68,"props":1260,"children":1262},{"class":70,"line":1261},55,[1263,1268,1272,1277],{"type":13,"tag":68,"props":1264,"children":1265},{"style":86},[1266],{"type":18,"value":1267}," VK_FORMAT_A8B8G8R8_USCALED_PACK32 ",{"type":13,"tag":68,"props":1269,"children":1270},{"style":75},[1271],{"type":18,"value":103},{"type":13,"tag":68,"props":1273,"children":1274},{"style":106},[1275],{"type":18,"value":1276}," 53",{"type":13,"tag":68,"props":1278,"children":1279},{"style":86},[1280],{"type":18,"value":114},{"type":13,"tag":68,"props":1282,"children":1284},{"class":70,"line":1283},56,[1285,1290,1294,1299],{"type":13,"tag":68,"props":1286,"children":1287},{"style":86},[1288],{"type":18,"value":1289}," VK_FORMAT_A8B8G8R8_SSCALED_PACK32 ",{"type":13,"tag":68,"props":1291,"children":1292},{"style":75},[1293],{"type":18,"value":103},{"type":13,"tag":68,"props":1295,"children":1296},{"style":106},[1297],{"type":18,"value":1298}," 54",{"type":13,"tag":68,"props":1300,"children":1301},{"style":86},[1302],{"type":18,"value":114},{"type":13,"tag":68,"props":1304,"children":1306},{"class":70,"line":1305},57,[1307,1312,1316,1321],{"type":13,"tag":68,"props":1308,"children":1309},{"style":86},[1310],{"type":18,"value":1311}," VK_FORMAT_A8B8G8R8_UINT_PACK32 ",{"type":13,"tag":68,"props":1313,"children":1314},{"style":75},[1315],{"type":18,"value":103},{"type":13,"tag":68,"props":1317,"children":1318},{"style":106},[1319],{"type":18,"value":1320}," 55",{"type":13,"tag":68,"props":1322,"children":1323},{"style":86},[1324],{"type":18,"value":114},{"type":13,"tag":68,"props":1326,"children":1328},{"class":70,"line":1327},58,[1329,1334,1338,1343],{"type":13,"tag":68,"props":1330,"children":1331},{"style":86},[1332],{"type":18,"value":1333}," VK_FORMAT_A8B8G8R8_SINT_PACK32 ",{"type":13,"tag":68,"props":1335,"children":1336},{"style":75},[1337],{"type":18,"value":103},{"type":13,"tag":68,"props":1339,"children":1340},{"style":106},[1341],{"type":18,"value":1342}," 56",{"type":13,"tag":68,"props":1344,"children":1345},{"style":86},[1346],{"type":18,"value":114},{"type":13,"tag":68,"props":1348,"children":1350},{"class":70,"line":1349},59,[1351,1356,1360,1365],{"type":13,"tag":68,"props":1352,"children":1353},{"style":86},[1354],{"type":18,"value":1355}," VK_FORMAT_A8B8G8R8_SRGB_PACK32 ",{"type":13,"tag":68,"props":1357,"children":1358},{"style":75},[1359],{"type":18,"value":103},{"type":13,"tag":68,"props":1361,"children":1362},{"style":106},[1363],{"type":18,"value":1364}," 57",{"type":13,"tag":68,"props":1366,"children":1367},{"style":86},[1368],{"type":18,"value":114},{"type":13,"tag":68,"props":1370,"children":1372},{"class":70,"line":1371},60,[1373,1378,1382,1387],{"type":13,"tag":68,"props":1374,"children":1375},{"style":86},[1376],{"type":18,"value":1377}," VK_FORMAT_A2R10G10B10_UNORM_PACK32 ",{"type":13,"tag":68,"props":1379,"children":1380},{"style":75},[1381],{"type":18,"value":103},{"type":13,"tag":68,"props":1383,"children":1384},{"style":106},[1385],{"type":18,"value":1386}," 58",{"type":13,"tag":68,"props":1388,"children":1389},{"style":86},[1390],{"type":18,"value":114},{"type":13,"tag":68,"props":1392,"children":1394},{"class":70,"line":1393},61,[1395,1400,1404,1409],{"type":13,"tag":68,"props":1396,"children":1397},{"style":86},[1398],{"type":18,"value":1399}," VK_FORMAT_A2R10G10B10_SNORM_PACK32 ",{"type":13,"tag":68,"props":1401,"children":1402},{"style":75},[1403],{"type":18,"value":103},{"type":13,"tag":68,"props":1405,"children":1406},{"style":106},[1407],{"type":18,"value":1408}," 59",{"type":13,"tag":68,"props":1410,"children":1411},{"style":86},[1412],{"type":18,"value":114},{"type":13,"tag":68,"props":1414,"children":1416},{"class":70,"line":1415},62,[1417,1422,1426,1431],{"type":13,"tag":68,"props":1418,"children":1419},{"style":86},[1420],{"type":18,"value":1421}," VK_FORMAT_A2R10G10B10_USCALED_PACK32 ",{"type":13,"tag":68,"props":1423,"children":1424},{"style":75},[1425],{"type":18,"value":103},{"type":13,"tag":68,"props":1427,"children":1428},{"style":106},[1429],{"type":18,"value":1430}," 60",{"type":13,"tag":68,"props":1432,"children":1433},{"style":86},[1434],{"type":18,"value":114},{"type":13,"tag":68,"props":1436,"children":1438},{"class":70,"line":1437},63,[1439,1444,1448,1453],{"type":13,"tag":68,"props":1440,"children":1441},{"style":86},[1442],{"type":18,"value":1443}," VK_FORMAT_A2R10G10B10_SSCALED_PACK32 ",{"type":13,"tag":68,"props":1445,"children":1446},{"style":75},[1447],{"type":18,"value":103},{"type":13,"tag":68,"props":1449,"children":1450},{"style":106},[1451],{"type":18,"value":1452}," 61",{"type":13,"tag":68,"props":1454,"children":1455},{"style":86},[1456],{"type":18,"value":114},{"type":13,"tag":68,"props":1458,"children":1460},{"class":70,"line":1459},64,[1461,1466,1470,1475],{"type":13,"tag":68,"props":1462,"children":1463},{"style":86},[1464],{"type":18,"value":1465}," VK_FORMAT_A2R10G10B10_UINT_PACK32 ",{"type":13,"tag":68,"props":1467,"children":1468},{"style":75},[1469],{"type":18,"value":103},{"type":13,"tag":68,"props":1471,"children":1472},{"style":106},[1473],{"type":18,"value":1474}," 62",{"type":13,"tag":68,"props":1476,"children":1477},{"style":86},[1478],{"type":18,"value":114},{"type":13,"tag":68,"props":1480,"children":1482},{"class":70,"line":1481},65,[1483,1488,1492,1497],{"type":13,"tag":68,"props":1484,"children":1485},{"style":86},[1486],{"type":18,"value":1487}," VK_FORMAT_A2R10G10B10_SINT_PACK32 ",{"type":13,"tag":68,"props":1489,"children":1490},{"style":75},[1491],{"type":18,"value":103},{"type":13,"tag":68,"props":1493,"children":1494},{"style":106},[1495],{"type":18,"value":1496}," 63",{"type":13,"tag":68,"props":1498,"children":1499},{"style":86},[1500],{"type":18,"value":114},{"type":13,"tag":68,"props":1502,"children":1504},{"class":70,"line":1503},66,[1505,1510,1514,1519],{"type":13,"tag":68,"props":1506,"children":1507},{"style":86},[1508],{"type":18,"value":1509}," VK_FORMAT_A2B10G10R10_UNORM_PACK32 ",{"type":13,"tag":68,"props":1511,"children":1512},{"style":75},[1513],{"type":18,"value":103},{"type":13,"tag":68,"props":1515,"children":1516},{"style":106},[1517],{"type":18,"value":1518}," 64",{"type":13,"tag":68,"props":1520,"children":1521},{"style":86},[1522],{"type":18,"value":114},{"type":13,"tag":68,"props":1524,"children":1526},{"class":70,"line":1525},67,[1527,1532,1536,1541],{"type":13,"tag":68,"props":1528,"children":1529},{"style":86},[1530],{"type":18,"value":1531}," VK_FORMAT_A2B10G10R10_SNORM_PACK32 ",{"type":13,"tag":68,"props":1533,"children":1534},{"style":75},[1535],{"type":18,"value":103},{"type":13,"tag":68,"props":1537,"children":1538},{"style":106},[1539],{"type":18,"value":1540}," 65",{"type":13,"tag":68,"props":1542,"children":1543},{"style":86},[1544],{"type":18,"value":114},{"type":13,"tag":68,"props":1546,"children":1548},{"class":70,"line":1547},68,[1549,1554,1558,1563],{"type":13,"tag":68,"props":1550,"children":1551},{"style":86},[1552],{"type":18,"value":1553}," VK_FORMAT_A2B10G10R10_USCALED_PACK32 ",{"type":13,"tag":68,"props":1555,"children":1556},{"style":75},[1557],{"type":18,"value":103},{"type":13,"tag":68,"props":1559,"children":1560},{"style":106},[1561],{"type":18,"value":1562}," 66",{"type":13,"tag":68,"props":1564,"children":1565},{"style":86},[1566],{"type":18,"value":114},{"type":13,"tag":68,"props":1568,"children":1570},{"class":70,"line":1569},69,[1571,1576,1580,1585],{"type":13,"tag":68,"props":1572,"children":1573},{"style":86},[1574],{"type":18,"value":1575}," VK_FORMAT_A2B10G10R10_SSCALED_PACK32 ",{"type":13,"tag":68,"props":1577,"children":1578},{"style":75},[1579],{"type":18,"value":103},{"type":13,"tag":68,"props":1581,"children":1582},{"style":106},[1583],{"type":18,"value":1584}," 67",{"type":13,"tag":68,"props":1586,"children":1587},{"style":86},[1588],{"type":18,"value":114},{"type":13,"tag":68,"props":1590,"children":1592},{"class":70,"line":1591},70,[1593,1598,1602,1607],{"type":13,"tag":68,"props":1594,"children":1595},{"style":86},[1596],{"type":18,"value":1597}," VK_FORMAT_A2B10G10R10_UINT_PACK32 ",{"type":13,"tag":68,"props":1599,"children":1600},{"style":75},[1601],{"type":18,"value":103},{"type":13,"tag":68,"props":1603,"children":1604},{"style":106},[1605],{"type":18,"value":1606}," 68",{"type":13,"tag":68,"props":1608,"children":1609},{"style":86},[1610],{"type":18,"value":114},{"type":13,"tag":68,"props":1612,"children":1614},{"class":70,"line":1613},71,[1615,1620,1624,1629],{"type":13,"tag":68,"props":1616,"children":1617},{"style":86},[1618],{"type":18,"value":1619}," VK_FORMAT_A2B10G10R10_SINT_PACK32 ",{"type":13,"tag":68,"props":1621,"children":1622},{"style":75},[1623],{"type":18,"value":103},{"type":13,"tag":68,"props":1625,"children":1626},{"style":106},[1627],{"type":18,"value":1628}," 69",{"type":13,"tag":68,"props":1630,"children":1631},{"style":86},[1632],{"type":18,"value":114},{"type":13,"tag":68,"props":1634,"children":1636},{"class":70,"line":1635},72,[1637,1642,1646,1651],{"type":13,"tag":68,"props":1638,"children":1639},{"style":86},[1640],{"type":18,"value":1641}," VK_FORMAT_R16_UNORM ",{"type":13,"tag":68,"props":1643,"children":1644},{"style":75},[1645],{"type":18,"value":103},{"type":13,"tag":68,"props":1647,"children":1648},{"style":106},[1649],{"type":18,"value":1650}," 70",{"type":13,"tag":68,"props":1652,"children":1653},{"style":86},[1654],{"type":18,"value":114},{"type":13,"tag":68,"props":1656,"children":1658},{"class":70,"line":1657},73,[1659,1664,1668,1673],{"type":13,"tag":68,"props":1660,"children":1661},{"style":86},[1662],{"type":18,"value":1663}," VK_FORMAT_R16_SNORM ",{"type":13,"tag":68,"props":1665,"children":1666},{"style":75},[1667],{"type":18,"value":103},{"type":13,"tag":68,"props":1669,"children":1670},{"style":106},[1671],{"type":18,"value":1672}," 71",{"type":13,"tag":68,"props":1674,"children":1675},{"style":86},[1676],{"type":18,"value":114},{"type":13,"tag":68,"props":1678,"children":1680},{"class":70,"line":1679},74,[1681,1686,1690,1695],{"type":13,"tag":68,"props":1682,"children":1683},{"style":86},[1684],{"type":18,"value":1685}," VK_FORMAT_R16_USCALED ",{"type":13,"tag":68,"props":1687,"children":1688},{"style":75},[1689],{"type":18,"value":103},{"type":13,"tag":68,"props":1691,"children":1692},{"style":106},[1693],{"type":18,"value":1694}," 72",{"type":13,"tag":68,"props":1696,"children":1697},{"style":86},[1698],{"type":18,"value":114},{"type":13,"tag":68,"props":1700,"children":1702},{"class":70,"line":1701},75,[1703,1708,1712,1717],{"type":13,"tag":68,"props":1704,"children":1705},{"style":86},[1706],{"type":18,"value":1707}," VK_FORMAT_R16_SSCALED ",{"type":13,"tag":68,"props":1709,"children":1710},{"style":75},[1711],{"type":18,"value":103},{"type":13,"tag":68,"props":1713,"children":1714},{"style":106},[1715],{"type":18,"value":1716}," 73",{"type":13,"tag":68,"props":1718,"children":1719},{"style":86},[1720],{"type":18,"value":114},{"type":13,"tag":68,"props":1722,"children":1724},{"class":70,"line":1723},76,[1725,1730,1734,1739],{"type":13,"tag":68,"props":1726,"children":1727},{"style":86},[1728],{"type":18,"value":1729}," VK_FORMAT_R16_UINT ",{"type":13,"tag":68,"props":1731,"children":1732},{"style":75},[1733],{"type":18,"value":103},{"type":13,"tag":68,"props":1735,"children":1736},{"style":106},[1737],{"type":18,"value":1738}," 74",{"type":13,"tag":68,"props":1740,"children":1741},{"style":86},[1742],{"type":18,"value":114},{"type":13,"tag":68,"props":1744,"children":1746},{"class":70,"line":1745},77,[1747,1752,1756,1761],{"type":13,"tag":68,"props":1748,"children":1749},{"style":86},[1750],{"type":18,"value":1751}," VK_FORMAT_R16_SINT ",{"type":13,"tag":68,"props":1753,"children":1754},{"style":75},[1755],{"type":18,"value":103},{"type":13,"tag":68,"props":1757,"children":1758},{"style":106},[1759],{"type":18,"value":1760}," 75",{"type":13,"tag":68,"props":1762,"children":1763},{"style":86},[1764],{"type":18,"value":114},{"type":13,"tag":68,"props":1766,"children":1768},{"class":70,"line":1767},78,[1769,1774,1778,1783],{"type":13,"tag":68,"props":1770,"children":1771},{"style":86},[1772],{"type":18,"value":1773}," VK_FORMAT_R16_SFLOAT ",{"type":13,"tag":68,"props":1775,"children":1776},{"style":75},[1777],{"type":18,"value":103},{"type":13,"tag":68,"props":1779,"children":1780},{"style":106},[1781],{"type":18,"value":1782}," 76",{"type":13,"tag":68,"props":1784,"children":1785},{"style":86},[1786],{"type":18,"value":114},{"type":13,"tag":68,"props":1788,"children":1790},{"class":70,"line":1789},79,[1791,1796,1800,1805],{"type":13,"tag":68,"props":1792,"children":1793},{"style":86},[1794],{"type":18,"value":1795}," VK_FORMAT_R16G16_UNORM ",{"type":13,"tag":68,"props":1797,"children":1798},{"style":75},[1799],{"type":18,"value":103},{"type":13,"tag":68,"props":1801,"children":1802},{"style":106},[1803],{"type":18,"value":1804}," 77",{"type":13,"tag":68,"props":1806,"children":1807},{"style":86},[1808],{"type":18,"value":114},{"type":13,"tag":68,"props":1810,"children":1812},{"class":70,"line":1811},80,[1813,1818,1822,1827],{"type":13,"tag":68,"props":1814,"children":1815},{"style":86},[1816],{"type":18,"value":1817}," VK_FORMAT_R16G16_SNORM ",{"type":13,"tag":68,"props":1819,"children":1820},{"style":75},[1821],{"type":18,"value":103},{"type":13,"tag":68,"props":1823,"children":1824},{"style":106},[1825],{"type":18,"value":1826}," 78",{"type":13,"tag":68,"props":1828,"children":1829},{"style":86},[1830],{"type":18,"value":114},{"type":13,"tag":68,"props":1832,"children":1834},{"class":70,"line":1833},81,[1835,1840,1844,1849],{"type":13,"tag":68,"props":1836,"children":1837},{"style":86},[1838],{"type":18,"value":1839}," VK_FORMAT_R16G16_USCALED ",{"type":13,"tag":68,"props":1841,"children":1842},{"style":75},[1843],{"type":18,"value":103},{"type":13,"tag":68,"props":1845,"children":1846},{"style":106},[1847],{"type":18,"value":1848}," 79",{"type":13,"tag":68,"props":1850,"children":1851},{"style":86},[1852],{"type":18,"value":114},{"type":13,"tag":68,"props":1854,"children":1856},{"class":70,"line":1855},82,[1857,1862,1866,1871],{"type":13,"tag":68,"props":1858,"children":1859},{"style":86},[1860],{"type":18,"value":1861}," VK_FORMAT_R16G16_SSCALED ",{"type":13,"tag":68,"props":1863,"children":1864},{"style":75},[1865],{"type":18,"value":103},{"type":13,"tag":68,"props":1867,"children":1868},{"style":106},[1869],{"type":18,"value":1870}," 80",{"type":13,"tag":68,"props":1872,"children":1873},{"style":86},[1874],{"type":18,"value":114},{"type":13,"tag":68,"props":1876,"children":1878},{"class":70,"line":1877},83,[1879,1884,1888,1893],{"type":13,"tag":68,"props":1880,"children":1881},{"style":86},[1882],{"type":18,"value":1883}," VK_FORMAT_R16G16_UINT ",{"type":13,"tag":68,"props":1885,"children":1886},{"style":75},[1887],{"type":18,"value":103},{"type":13,"tag":68,"props":1889,"children":1890},{"style":106},[1891],{"type":18,"value":1892}," 81",{"type":13,"tag":68,"props":1894,"children":1895},{"style":86},[1896],{"type":18,"value":114},{"type":13,"tag":68,"props":1898,"children":1900},{"class":70,"line":1899},84,[1901,1906,1910,1915],{"type":13,"tag":68,"props":1902,"children":1903},{"style":86},[1904],{"type":18,"value":1905}," VK_FORMAT_R16G16_SINT ",{"type":13,"tag":68,"props":1907,"children":1908},{"style":75},[1909],{"type":18,"value":103},{"type":13,"tag":68,"props":1911,"children":1912},{"style":106},[1913],{"type":18,"value":1914}," 82",{"type":13,"tag":68,"props":1916,"children":1917},{"style":86},[1918],{"type":18,"value":114},{"type":13,"tag":68,"props":1920,"children":1922},{"class":70,"line":1921},85,[1923,1928,1932,1937],{"type":13,"tag":68,"props":1924,"children":1925},{"style":86},[1926],{"type":18,"value":1927}," VK_FORMAT_R16G16_SFLOAT ",{"type":13,"tag":68,"props":1929,"children":1930},{"style":75},[1931],{"type":18,"value":103},{"type":13,"tag":68,"props":1933,"children":1934},{"style":106},[1935],{"type":18,"value":1936}," 83",{"type":13,"tag":68,"props":1938,"children":1939},{"style":86},[1940],{"type":18,"value":114},{"type":13,"tag":68,"props":1942,"children":1944},{"class":70,"line":1943},86,[1945,1950,1954,1959],{"type":13,"tag":68,"props":1946,"children":1947},{"style":86},[1948],{"type":18,"value":1949}," VK_FORMAT_R16G16B16_UNORM ",{"type":13,"tag":68,"props":1951,"children":1952},{"style":75},[1953],{"type":18,"value":103},{"type":13,"tag":68,"props":1955,"children":1956},{"style":106},[1957],{"type":18,"value":1958}," 84",{"type":13,"tag":68,"props":1960,"children":1961},{"style":86},[1962],{"type":18,"value":114},{"type":13,"tag":68,"props":1964,"children":1966},{"class":70,"line":1965},87,[1967,1972,1976,1981],{"type":13,"tag":68,"props":1968,"children":1969},{"style":86},[1970],{"type":18,"value":1971}," VK_FORMAT_R16G16B16_SNORM ",{"type":13,"tag":68,"props":1973,"children":1974},{"style":75},[1975],{"type":18,"value":103},{"type":13,"tag":68,"props":1977,"children":1978},{"style":106},[1979],{"type":18,"value":1980}," 85",{"type":13,"tag":68,"props":1982,"children":1983},{"style":86},[1984],{"type":18,"value":114},{"type":13,"tag":68,"props":1986,"children":1988},{"class":70,"line":1987},88,[1989,1994,1998,2003],{"type":13,"tag":68,"props":1990,"children":1991},{"style":86},[1992],{"type":18,"value":1993}," VK_FORMAT_R16G16B16_USCALED ",{"type":13,"tag":68,"props":1995,"children":1996},{"style":75},[1997],{"type":18,"value":103},{"type":13,"tag":68,"props":1999,"children":2000},{"style":106},[2001],{"type":18,"value":2002}," 86",{"type":13,"tag":68,"props":2004,"children":2005},{"style":86},[2006],{"type":18,"value":114},{"type":13,"tag":68,"props":2008,"children":2010},{"class":70,"line":2009},89,[2011,2016,2020,2025],{"type":13,"tag":68,"props":2012,"children":2013},{"style":86},[2014],{"type":18,"value":2015}," VK_FORMAT_R16G16B16_SSCALED ",{"type":13,"tag":68,"props":2017,"children":2018},{"style":75},[2019],{"type":18,"value":103},{"type":13,"tag":68,"props":2021,"children":2022},{"style":106},[2023],{"type":18,"value":2024}," 87",{"type":13,"tag":68,"props":2026,"children":2027},{"style":86},[2028],{"type":18,"value":114},{"type":13,"tag":68,"props":2030,"children":2032},{"class":70,"line":2031},90,[2033,2038,2042,2047],{"type":13,"tag":68,"props":2034,"children":2035},{"style":86},[2036],{"type":18,"value":2037}," VK_FORMAT_R16G16B16_UINT ",{"type":13,"tag":68,"props":2039,"children":2040},{"style":75},[2041],{"type":18,"value":103},{"type":13,"tag":68,"props":2043,"children":2044},{"style":106},[2045],{"type":18,"value":2046}," 88",{"type":13,"tag":68,"props":2048,"children":2049},{"style":86},[2050],{"type":18,"value":114},{"type":13,"tag":68,"props":2052,"children":2054},{"class":70,"line":2053},91,[2055,2060,2064,2069],{"type":13,"tag":68,"props":2056,"children":2057},{"style":86},[2058],{"type":18,"value":2059}," VK_FORMAT_R16G16B16_SINT ",{"type":13,"tag":68,"props":2061,"children":2062},{"style":75},[2063],{"type":18,"value":103},{"type":13,"tag":68,"props":2065,"children":2066},{"style":106},[2067],{"type":18,"value":2068}," 89",{"type":13,"tag":68,"props":2070,"children":2071},{"style":86},[2072],{"type":18,"value":114},{"type":13,"tag":68,"props":2074,"children":2076},{"class":70,"line":2075},92,[2077,2082,2086,2091],{"type":13,"tag":68,"props":2078,"children":2079},{"style":86},[2080],{"type":18,"value":2081}," VK_FORMAT_R16G16B16_SFLOAT ",{"type":13,"tag":68,"props":2083,"children":2084},{"style":75},[2085],{"type":18,"value":103},{"type":13,"tag":68,"props":2087,"children":2088},{"style":106},[2089],{"type":18,"value":2090}," 90",{"type":13,"tag":68,"props":2092,"children":2093},{"style":86},[2094],{"type":18,"value":114},{"type":13,"tag":68,"props":2096,"children":2098},{"class":70,"line":2097},93,[2099,2104,2108,2113],{"type":13,"tag":68,"props":2100,"children":2101},{"style":86},[2102],{"type":18,"value":2103}," VK_FORMAT_R16G16B16A16_UNORM ",{"type":13,"tag":68,"props":2105,"children":2106},{"style":75},[2107],{"type":18,"value":103},{"type":13,"tag":68,"props":2109,"children":2110},{"style":106},[2111],{"type":18,"value":2112}," 91",{"type":13,"tag":68,"props":2114,"children":2115},{"style":86},[2116],{"type":18,"value":114},{"type":13,"tag":68,"props":2118,"children":2120},{"class":70,"line":2119},94,[2121,2126,2130,2135],{"type":13,"tag":68,"props":2122,"children":2123},{"style":86},[2124],{"type":18,"value":2125}," VK_FORMAT_R16G16B16A16_SNORM ",{"type":13,"tag":68,"props":2127,"children":2128},{"style":75},[2129],{"type":18,"value":103},{"type":13,"tag":68,"props":2131,"children":2132},{"style":106},[2133],{"type":18,"value":2134}," 92",{"type":13,"tag":68,"props":2136,"children":2137},{"style":86},[2138],{"type":18,"value":114},{"type":13,"tag":68,"props":2140,"children":2142},{"class":70,"line":2141},95,[2143,2148,2152,2157],{"type":13,"tag":68,"props":2144,"children":2145},{"style":86},[2146],{"type":18,"value":2147}," VK_FORMAT_R16G16B16A16_USCALED ",{"type":13,"tag":68,"props":2149,"children":2150},{"style":75},[2151],{"type":18,"value":103},{"type":13,"tag":68,"props":2153,"children":2154},{"style":106},[2155],{"type":18,"value":2156}," 93",{"type":13,"tag":68,"props":2158,"children":2159},{"style":86},[2160],{"type":18,"value":114},{"type":13,"tag":68,"props":2162,"children":2164},{"class":70,"line":2163},96,[2165,2170,2174,2179],{"type":13,"tag":68,"props":2166,"children":2167},{"style":86},[2168],{"type":18,"value":2169}," VK_FORMAT_R16G16B16A16_SSCALED ",{"type":13,"tag":68,"props":2171,"children":2172},{"style":75},[2173],{"type":18,"value":103},{"type":13,"tag":68,"props":2175,"children":2176},{"style":106},[2177],{"type":18,"value":2178}," 94",{"type":13,"tag":68,"props":2180,"children":2181},{"style":86},[2182],{"type":18,"value":114},{"type":13,"tag":68,"props":2184,"children":2186},{"class":70,"line":2185},97,[2187,2192,2196,2201],{"type":13,"tag":68,"props":2188,"children":2189},{"style":86},[2190],{"type":18,"value":2191}," VK_FORMAT_R16G16B16A16_UINT ",{"type":13,"tag":68,"props":2193,"children":2194},{"style":75},[2195],{"type":18,"value":103},{"type":13,"tag":68,"props":2197,"children":2198},{"style":106},[2199],{"type":18,"value":2200}," 95",{"type":13,"tag":68,"props":2202,"children":2203},{"style":86},[2204],{"type":18,"value":114},{"type":13,"tag":68,"props":2206,"children":2208},{"class":70,"line":2207},98,[2209,2214,2218,2223],{"type":13,"tag":68,"props":2210,"children":2211},{"style":86},[2212],{"type":18,"value":2213}," VK_FORMAT_R16G16B16A16_SINT ",{"type":13,"tag":68,"props":2215,"children":2216},{"style":75},[2217],{"type":18,"value":103},{"type":13,"tag":68,"props":2219,"children":2220},{"style":106},[2221],{"type":18,"value":2222}," 96",{"type":13,"tag":68,"props":2224,"children":2225},{"style":86},[2226],{"type":18,"value":114},{"type":13,"tag":68,"props":2228,"children":2230},{"class":70,"line":2229},99,[2231,2236,2240,2245],{"type":13,"tag":68,"props":2232,"children":2233},{"style":86},[2234],{"type":18,"value":2235}," VK_FORMAT_R16G16B16A16_SFLOAT ",{"type":13,"tag":68,"props":2237,"children":2238},{"style":75},[2239],{"type":18,"value":103},{"type":13,"tag":68,"props":2241,"children":2242},{"style":106},[2243],{"type":18,"value":2244}," 97",{"type":13,"tag":68,"props":2246,"children":2247},{"style":86},[2248],{"type":18,"value":114},{"type":13,"tag":68,"props":2250,"children":2252},{"class":70,"line":2251},100,[2253,2258,2262,2267],{"type":13,"tag":68,"props":2254,"children":2255},{"style":86},[2256],{"type":18,"value":2257}," VK_FORMAT_R32_UINT ",{"type":13,"tag":68,"props":2259,"children":2260},{"style":75},[2261],{"type":18,"value":103},{"type":13,"tag":68,"props":2263,"children":2264},{"style":106},[2265],{"type":18,"value":2266}," 98",{"type":13,"tag":68,"props":2268,"children":2269},{"style":86},[2270],{"type":18,"value":114},{"type":13,"tag":68,"props":2272,"children":2274},{"class":70,"line":2273},101,[2275,2280,2284,2289],{"type":13,"tag":68,"props":2276,"children":2277},{"style":86},[2278],{"type":18,"value":2279}," VK_FORMAT_R32_SINT ",{"type":13,"tag":68,"props":2281,"children":2282},{"style":75},[2283],{"type":18,"value":103},{"type":13,"tag":68,"props":2285,"children":2286},{"style":106},[2287],{"type":18,"value":2288}," 99",{"type":13,"tag":68,"props":2290,"children":2291},{"style":86},[2292],{"type":18,"value":114},{"type":13,"tag":68,"props":2294,"children":2296},{"class":70,"line":2295},102,[2297,2302,2306,2311],{"type":13,"tag":68,"props":2298,"children":2299},{"style":86},[2300],{"type":18,"value":2301}," VK_FORMAT_R32_SFLOAT ",{"type":13,"tag":68,"props":2303,"children":2304},{"style":75},[2305],{"type":18,"value":103},{"type":13,"tag":68,"props":2307,"children":2308},{"style":106},[2309],{"type":18,"value":2310}," 100",{"type":13,"tag":68,"props":2312,"children":2313},{"style":86},[2314],{"type":18,"value":114},{"type":13,"tag":68,"props":2316,"children":2318},{"class":70,"line":2317},103,[2319,2324,2328,2333],{"type":13,"tag":68,"props":2320,"children":2321},{"style":86},[2322],{"type":18,"value":2323}," VK_FORMAT_R32G32_UINT ",{"type":13,"tag":68,"props":2325,"children":2326},{"style":75},[2327],{"type":18,"value":103},{"type":13,"tag":68,"props":2329,"children":2330},{"style":106},[2331],{"type":18,"value":2332}," 101",{"type":13,"tag":68,"props":2334,"children":2335},{"style":86},[2336],{"type":18,"value":114},{"type":13,"tag":68,"props":2338,"children":2340},{"class":70,"line":2339},104,[2341,2346,2350,2355],{"type":13,"tag":68,"props":2342,"children":2343},{"style":86},[2344],{"type":18,"value":2345}," VK_FORMAT_R32G32_SINT ",{"type":13,"tag":68,"props":2347,"children":2348},{"style":75},[2349],{"type":18,"value":103},{"type":13,"tag":68,"props":2351,"children":2352},{"style":106},[2353],{"type":18,"value":2354}," 102",{"type":13,"tag":68,"props":2356,"children":2357},{"style":86},[2358],{"type":18,"value":114},{"type":13,"tag":68,"props":2360,"children":2362},{"class":70,"line":2361},105,[2363,2368,2372,2377],{"type":13,"tag":68,"props":2364,"children":2365},{"style":86},[2366],{"type":18,"value":2367}," VK_FORMAT_R32G32_SFLOAT ",{"type":13,"tag":68,"props":2369,"children":2370},{"style":75},[2371],{"type":18,"value":103},{"type":13,"tag":68,"props":2373,"children":2374},{"style":106},[2375],{"type":18,"value":2376}," 103",{"type":13,"tag":68,"props":2378,"children":2379},{"style":86},[2380],{"type":18,"value":114},{"type":13,"tag":68,"props":2382,"children":2384},{"class":70,"line":2383},106,[2385,2390,2394,2399],{"type":13,"tag":68,"props":2386,"children":2387},{"style":86},[2388],{"type":18,"value":2389}," VK_FORMAT_R32G32B32_UINT ",{"type":13,"tag":68,"props":2391,"children":2392},{"style":75},[2393],{"type":18,"value":103},{"type":13,"tag":68,"props":2395,"children":2396},{"style":106},[2397],{"type":18,"value":2398}," 104",{"type":13,"tag":68,"props":2400,"children":2401},{"style":86},[2402],{"type":18,"value":114},{"type":13,"tag":68,"props":2404,"children":2406},{"class":70,"line":2405},107,[2407,2412,2416,2421],{"type":13,"tag":68,"props":2408,"children":2409},{"style":86},[2410],{"type":18,"value":2411}," VK_FORMAT_R32G32B32_SINT ",{"type":13,"tag":68,"props":2413,"children":2414},{"style":75},[2415],{"type":18,"value":103},{"type":13,"tag":68,"props":2417,"children":2418},{"style":106},[2419],{"type":18,"value":2420}," 105",{"type":13,"tag":68,"props":2422,"children":2423},{"style":86},[2424],{"type":18,"value":114},{"type":13,"tag":68,"props":2426,"children":2428},{"class":70,"line":2427},108,[2429,2434,2438,2443],{"type":13,"tag":68,"props":2430,"children":2431},{"style":86},[2432],{"type":18,"value":2433}," VK_FORMAT_R32G32B32_SFLOAT ",{"type":13,"tag":68,"props":2435,"children":2436},{"style":75},[2437],{"type":18,"value":103},{"type":13,"tag":68,"props":2439,"children":2440},{"style":106},[2441],{"type":18,"value":2442}," 106",{"type":13,"tag":68,"props":2444,"children":2445},{"style":86},[2446],{"type":18,"value":114},{"type":13,"tag":68,"props":2448,"children":2450},{"class":70,"line":2449},109,[2451,2456,2460,2465],{"type":13,"tag":68,"props":2452,"children":2453},{"style":86},[2454],{"type":18,"value":2455}," VK_FORMAT_R32G32B32A32_UINT ",{"type":13,"tag":68,"props":2457,"children":2458},{"style":75},[2459],{"type":18,"value":103},{"type":13,"tag":68,"props":2461,"children":2462},{"style":106},[2463],{"type":18,"value":2464}," 107",{"type":13,"tag":68,"props":2466,"children":2467},{"style":86},[2468],{"type":18,"value":114},{"type":13,"tag":68,"props":2470,"children":2472},{"class":70,"line":2471},110,[2473,2478,2482,2487],{"type":13,"tag":68,"props":2474,"children":2475},{"style":86},[2476],{"type":18,"value":2477}," VK_FORMAT_R32G32B32A32_SINT ",{"type":13,"tag":68,"props":2479,"children":2480},{"style":75},[2481],{"type":18,"value":103},{"type":13,"tag":68,"props":2483,"children":2484},{"style":106},[2485],{"type":18,"value":2486}," 108",{"type":13,"tag":68,"props":2488,"children":2489},{"style":86},[2490],{"type":18,"value":114},{"type":13,"tag":68,"props":2492,"children":2494},{"class":70,"line":2493},111,[2495,2500,2504,2509],{"type":13,"tag":68,"props":2496,"children":2497},{"style":86},[2498],{"type":18,"value":2499}," VK_FORMAT_R32G32B32A32_SFLOAT ",{"type":13,"tag":68,"props":2501,"children":2502},{"style":75},[2503],{"type":18,"value":103},{"type":13,"tag":68,"props":2505,"children":2506},{"style":106},[2507],{"type":18,"value":2508}," 109",{"type":13,"tag":68,"props":2510,"children":2511},{"style":86},[2512],{"type":18,"value":114},{"type":13,"tag":68,"props":2514,"children":2516},{"class":70,"line":2515},112,[2517,2522,2526,2531],{"type":13,"tag":68,"props":2518,"children":2519},{"style":86},[2520],{"type":18,"value":2521}," VK_FORMAT_R64_UINT ",{"type":13,"tag":68,"props":2523,"children":2524},{"style":75},[2525],{"type":18,"value":103},{"type":13,"tag":68,"props":2527,"children":2528},{"style":106},[2529],{"type":18,"value":2530}," 110",{"type":13,"tag":68,"props":2532,"children":2533},{"style":86},[2534],{"type":18,"value":114},{"type":13,"tag":68,"props":2536,"children":2538},{"class":70,"line":2537},113,[2539,2544,2548,2553],{"type":13,"tag":68,"props":2540,"children":2541},{"style":86},[2542],{"type":18,"value":2543}," VK_FORMAT_R64_SINT ",{"type":13,"tag":68,"props":2545,"children":2546},{"style":75},[2547],{"type":18,"value":103},{"type":13,"tag":68,"props":2549,"children":2550},{"style":106},[2551],{"type":18,"value":2552}," 111",{"type":13,"tag":68,"props":2554,"children":2555},{"style":86},[2556],{"type":18,"value":114},{"type":13,"tag":68,"props":2558,"children":2560},{"class":70,"line":2559},114,[2561,2566,2570,2575],{"type":13,"tag":68,"props":2562,"children":2563},{"style":86},[2564],{"type":18,"value":2565}," VK_FORMAT_R64_SFLOAT ",{"type":13,"tag":68,"props":2567,"children":2568},{"style":75},[2569],{"type":18,"value":103},{"type":13,"tag":68,"props":2571,"children":2572},{"style":106},[2573],{"type":18,"value":2574}," 112",{"type":13,"tag":68,"props":2576,"children":2577},{"style":86},[2578],{"type":18,"value":114},{"type":13,"tag":68,"props":2580,"children":2582},{"class":70,"line":2581},115,[2583,2588,2592,2597],{"type":13,"tag":68,"props":2584,"children":2585},{"style":86},[2586],{"type":18,"value":2587}," VK_FORMAT_R64G64_UINT ",{"type":13,"tag":68,"props":2589,"children":2590},{"style":75},[2591],{"type":18,"value":103},{"type":13,"tag":68,"props":2593,"children":2594},{"style":106},[2595],{"type":18,"value":2596}," 113",{"type":13,"tag":68,"props":2598,"children":2599},{"style":86},[2600],{"type":18,"value":114},{"type":13,"tag":68,"props":2602,"children":2604},{"class":70,"line":2603},116,[2605,2610,2614,2619],{"type":13,"tag":68,"props":2606,"children":2607},{"style":86},[2608],{"type":18,"value":2609}," VK_FORMAT_R64G64_SINT ",{"type":13,"tag":68,"props":2611,"children":2612},{"style":75},[2613],{"type":18,"value":103},{"type":13,"tag":68,"props":2615,"children":2616},{"style":106},[2617],{"type":18,"value":2618}," 114",{"type":13,"tag":68,"props":2620,"children":2621},{"style":86},[2622],{"type":18,"value":114},{"type":13,"tag":68,"props":2624,"children":2626},{"class":70,"line":2625},117,[2627,2632,2636,2641],{"type":13,"tag":68,"props":2628,"children":2629},{"style":86},[2630],{"type":18,"value":2631}," VK_FORMAT_R64G64_SFLOAT ",{"type":13,"tag":68,"props":2633,"children":2634},{"style":75},[2635],{"type":18,"value":103},{"type":13,"tag":68,"props":2637,"children":2638},{"style":106},[2639],{"type":18,"value":2640}," 115",{"type":13,"tag":68,"props":2642,"children":2643},{"style":86},[2644],{"type":18,"value":114},{"type":13,"tag":68,"props":2646,"children":2648},{"class":70,"line":2647},118,[2649,2654,2658,2663],{"type":13,"tag":68,"props":2650,"children":2651},{"style":86},[2652],{"type":18,"value":2653}," VK_FORMAT_R64G64B64_UINT ",{"type":13,"tag":68,"props":2655,"children":2656},{"style":75},[2657],{"type":18,"value":103},{"type":13,"tag":68,"props":2659,"children":2660},{"style":106},[2661],{"type":18,"value":2662}," 116",{"type":13,"tag":68,"props":2664,"children":2665},{"style":86},[2666],{"type":18,"value":114},{"type":13,"tag":68,"props":2668,"children":2670},{"class":70,"line":2669},119,[2671,2676,2680,2685],{"type":13,"tag":68,"props":2672,"children":2673},{"style":86},[2674],{"type":18,"value":2675}," VK_FORMAT_R64G64B64_SINT ",{"type":13,"tag":68,"props":2677,"children":2678},{"style":75},[2679],{"type":18,"value":103},{"type":13,"tag":68,"props":2681,"children":2682},{"style":106},[2683],{"type":18,"value":2684}," 117",{"type":13,"tag":68,"props":2686,"children":2687},{"style":86},[2688],{"type":18,"value":114},{"type":13,"tag":68,"props":2690,"children":2692},{"class":70,"line":2691},120,[2693,2698,2702,2707],{"type":13,"tag":68,"props":2694,"children":2695},{"style":86},[2696],{"type":18,"value":2697}," VK_FORMAT_R64G64B64_SFLOAT ",{"type":13,"tag":68,"props":2699,"children":2700},{"style":75},[2701],{"type":18,"value":103},{"type":13,"tag":68,"props":2703,"children":2704},{"style":106},[2705],{"type":18,"value":2706}," 118",{"type":13,"tag":68,"props":2708,"children":2709},{"style":86},[2710],{"type":18,"value":114},{"type":13,"tag":68,"props":2712,"children":2714},{"class":70,"line":2713},121,[2715,2720,2724,2729],{"type":13,"tag":68,"props":2716,"children":2717},{"style":86},[2718],{"type":18,"value":2719}," VK_FORMAT_R64G64B64A64_UINT ",{"type":13,"tag":68,"props":2721,"children":2722},{"style":75},[2723],{"type":18,"value":103},{"type":13,"tag":68,"props":2725,"children":2726},{"style":106},[2727],{"type":18,"value":2728}," 119",{"type":13,"tag":68,"props":2730,"children":2731},{"style":86},[2732],{"type":18,"value":114},{"type":13,"tag":68,"props":2734,"children":2736},{"class":70,"line":2735},122,[2737,2742,2746,2751],{"type":13,"tag":68,"props":2738,"children":2739},{"style":86},[2740],{"type":18,"value":2741}," VK_FORMAT_R64G64B64A64_SINT ",{"type":13,"tag":68,"props":2743,"children":2744},{"style":75},[2745],{"type":18,"value":103},{"type":13,"tag":68,"props":2747,"children":2748},{"style":106},[2749],{"type":18,"value":2750}," 120",{"type":13,"tag":68,"props":2752,"children":2753},{"style":86},[2754],{"type":18,"value":114},{"type":13,"tag":68,"props":2756,"children":2758},{"class":70,"line":2757},123,[2759,2764,2768,2773],{"type":13,"tag":68,"props":2760,"children":2761},{"style":86},[2762],{"type":18,"value":2763}," VK_FORMAT_R64G64B64A64_SFLOAT ",{"type":13,"tag":68,"props":2765,"children":2766},{"style":75},[2767],{"type":18,"value":103},{"type":13,"tag":68,"props":2769,"children":2770},{"style":106},[2771],{"type":18,"value":2772}," 121",{"type":13,"tag":68,"props":2774,"children":2775},{"style":86},[2776],{"type":18,"value":114},{"type":13,"tag":68,"props":2778,"children":2780},{"class":70,"line":2779},124,[2781,2786,2790,2795],{"type":13,"tag":68,"props":2782,"children":2783},{"style":86},[2784],{"type":18,"value":2785}," VK_FORMAT_B10G11R11_UFLOAT_PACK32 ",{"type":13,"tag":68,"props":2787,"children":2788},{"style":75},[2789],{"type":18,"value":103},{"type":13,"tag":68,"props":2791,"children":2792},{"style":106},[2793],{"type":18,"value":2794}," 122",{"type":13,"tag":68,"props":2796,"children":2797},{"style":86},[2798],{"type":18,"value":114},{"type":13,"tag":68,"props":2800,"children":2802},{"class":70,"line":2801},125,[2803,2808,2812,2817],{"type":13,"tag":68,"props":2804,"children":2805},{"style":86},[2806],{"type":18,"value":2807}," VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 ",{"type":13,"tag":68,"props":2809,"children":2810},{"style":75},[2811],{"type":18,"value":103},{"type":13,"tag":68,"props":2813,"children":2814},{"style":106},[2815],{"type":18,"value":2816}," 123",{"type":13,"tag":68,"props":2818,"children":2819},{"style":86},[2820],{"type":18,"value":114},{"type":13,"tag":68,"props":2822,"children":2824},{"class":70,"line":2823},126,[2825,2830,2834,2839],{"type":13,"tag":68,"props":2826,"children":2827},{"style":86},[2828],{"type":18,"value":2829}," VK_FORMAT_D16_UNORM ",{"type":13,"tag":68,"props":2831,"children":2832},{"style":75},[2833],{"type":18,"value":103},{"type":13,"tag":68,"props":2835,"children":2836},{"style":106},[2837],{"type":18,"value":2838}," 124",{"type":13,"tag":68,"props":2840,"children":2841},{"style":86},[2842],{"type":18,"value":114},{"type":13,"tag":68,"props":2844,"children":2846},{"class":70,"line":2845},127,[2847,2852,2856,2861],{"type":13,"tag":68,"props":2848,"children":2849},{"style":86},[2850],{"type":18,"value":2851}," VK_FORMAT_X8_D24_UNORM_PACK32 ",{"type":13,"tag":68,"props":2853,"children":2854},{"style":75},[2855],{"type":18,"value":103},{"type":13,"tag":68,"props":2857,"children":2858},{"style":106},[2859],{"type":18,"value":2860}," 125",{"type":13,"tag":68,"props":2862,"children":2863},{"style":86},[2864],{"type":18,"value":114},{"type":13,"tag":68,"props":2866,"children":2868},{"class":70,"line":2867},128,[2869,2874,2878,2883],{"type":13,"tag":68,"props":2870,"children":2871},{"style":86},[2872],{"type":18,"value":2873}," VK_FORMAT_D32_SFLOAT ",{"type":13,"tag":68,"props":2875,"children":2876},{"style":75},[2877],{"type":18,"value":103},{"type":13,"tag":68,"props":2879,"children":2880},{"style":106},[2881],{"type":18,"value":2882}," 126",{"type":13,"tag":68,"props":2884,"children":2885},{"style":86},[2886],{"type":18,"value":114},{"type":13,"tag":68,"props":2888,"children":2890},{"class":70,"line":2889},129,[2891,2896,2900,2905],{"type":13,"tag":68,"props":2892,"children":2893},{"style":86},[2894],{"type":18,"value":2895}," VK_FORMAT_S8_UINT ",{"type":13,"tag":68,"props":2897,"children":2898},{"style":75},[2899],{"type":18,"value":103},{"type":13,"tag":68,"props":2901,"children":2902},{"style":106},[2903],{"type":18,"value":2904}," 127",{"type":13,"tag":68,"props":2906,"children":2907},{"style":86},[2908],{"type":18,"value":114},{"type":13,"tag":68,"props":2910,"children":2912},{"class":70,"line":2911},130,[2913,2918,2922,2927],{"type":13,"tag":68,"props":2914,"children":2915},{"style":86},[2916],{"type":18,"value":2917}," VK_FORMAT_D16_UNORM_S8_UINT ",{"type":13,"tag":68,"props":2919,"children":2920},{"style":75},[2921],{"type":18,"value":103},{"type":13,"tag":68,"props":2923,"children":2924},{"style":106},[2925],{"type":18,"value":2926}," 128",{"type":13,"tag":68,"props":2928,"children":2929},{"style":86},[2930],{"type":18,"value":114},{"type":13,"tag":68,"props":2932,"children":2934},{"class":70,"line":2933},131,[2935,2940,2944,2949],{"type":13,"tag":68,"props":2936,"children":2937},{"style":86},[2938],{"type":18,"value":2939}," VK_FORMAT_D24_UNORM_S8_UINT ",{"type":13,"tag":68,"props":2941,"children":2942},{"style":75},[2943],{"type":18,"value":103},{"type":13,"tag":68,"props":2945,"children":2946},{"style":106},[2947],{"type":18,"value":2948}," 129",{"type":13,"tag":68,"props":2950,"children":2951},{"style":86},[2952],{"type":18,"value":114},{"type":13,"tag":68,"props":2954,"children":2956},{"class":70,"line":2955},132,[2957,2962,2966,2971],{"type":13,"tag":68,"props":2958,"children":2959},{"style":86},[2960],{"type":18,"value":2961}," VK_FORMAT_D32_SFLOAT_S8_UINT ",{"type":13,"tag":68,"props":2963,"children":2964},{"style":75},[2965],{"type":18,"value":103},{"type":13,"tag":68,"props":2967,"children":2968},{"style":106},[2969],{"type":18,"value":2970}," 130",{"type":13,"tag":68,"props":2972,"children":2973},{"style":86},[2974],{"type":18,"value":114},{"type":13,"tag":68,"props":2976,"children":2978},{"class":70,"line":2977},133,[2979,2984,2988,2993],{"type":13,"tag":68,"props":2980,"children":2981},{"style":86},[2982],{"type":18,"value":2983}," VK_FORMAT_BC1_RGB_UNORM_BLOCK ",{"type":13,"tag":68,"props":2985,"children":2986},{"style":75},[2987],{"type":18,"value":103},{"type":13,"tag":68,"props":2989,"children":2990},{"style":106},[2991],{"type":18,"value":2992}," 131",{"type":13,"tag":68,"props":2994,"children":2995},{"style":86},[2996],{"type":18,"value":114},{"type":13,"tag":68,"props":2998,"children":3000},{"class":70,"line":2999},134,[3001,3006,3010,3015],{"type":13,"tag":68,"props":3002,"children":3003},{"style":86},[3004],{"type":18,"value":3005}," VK_FORMAT_BC1_RGB_SRGB_BLOCK ",{"type":13,"tag":68,"props":3007,"children":3008},{"style":75},[3009],{"type":18,"value":103},{"type":13,"tag":68,"props":3011,"children":3012},{"style":106},[3013],{"type":18,"value":3014}," 132",{"type":13,"tag":68,"props":3016,"children":3017},{"style":86},[3018],{"type":18,"value":114},{"type":13,"tag":68,"props":3020,"children":3022},{"class":70,"line":3021},135,[3023,3028,3032,3037],{"type":13,"tag":68,"props":3024,"children":3025},{"style":86},[3026],{"type":18,"value":3027}," VK_FORMAT_BC1_RGBA_UNORM_BLOCK ",{"type":13,"tag":68,"props":3029,"children":3030},{"style":75},[3031],{"type":18,"value":103},{"type":13,"tag":68,"props":3033,"children":3034},{"style":106},[3035],{"type":18,"value":3036}," 133",{"type":13,"tag":68,"props":3038,"children":3039},{"style":86},[3040],{"type":18,"value":114},{"type":13,"tag":68,"props":3042,"children":3044},{"class":70,"line":3043},136,[3045,3050,3054,3059],{"type":13,"tag":68,"props":3046,"children":3047},{"style":86},[3048],{"type":18,"value":3049}," VK_FORMAT_BC1_RGBA_SRGB_BLOCK ",{"type":13,"tag":68,"props":3051,"children":3052},{"style":75},[3053],{"type":18,"value":103},{"type":13,"tag":68,"props":3055,"children":3056},{"style":106},[3057],{"type":18,"value":3058}," 134",{"type":13,"tag":68,"props":3060,"children":3061},{"style":86},[3062],{"type":18,"value":114},{"type":13,"tag":68,"props":3064,"children":3066},{"class":70,"line":3065},137,[3067,3072,3076,3081],{"type":13,"tag":68,"props":3068,"children":3069},{"style":86},[3070],{"type":18,"value":3071}," VK_FORMAT_BC2_UNORM_BLOCK ",{"type":13,"tag":68,"props":3073,"children":3074},{"style":75},[3075],{"type":18,"value":103},{"type":13,"tag":68,"props":3077,"children":3078},{"style":106},[3079],{"type":18,"value":3080}," 135",{"type":13,"tag":68,"props":3082,"children":3083},{"style":86},[3084],{"type":18,"value":114},{"type":13,"tag":68,"props":3086,"children":3088},{"class":70,"line":3087},138,[3089,3094,3098,3103],{"type":13,"tag":68,"props":3090,"children":3091},{"style":86},[3092],{"type":18,"value":3093}," VK_FORMAT_BC2_SRGB_BLOCK ",{"type":13,"tag":68,"props":3095,"children":3096},{"style":75},[3097],{"type":18,"value":103},{"type":13,"tag":68,"props":3099,"children":3100},{"style":106},[3101],{"type":18,"value":3102}," 136",{"type":13,"tag":68,"props":3104,"children":3105},{"style":86},[3106],{"type":18,"value":114},{"type":13,"tag":68,"props":3108,"children":3110},{"class":70,"line":3109},139,[3111,3116,3120,3125],{"type":13,"tag":68,"props":3112,"children":3113},{"style":86},[3114],{"type":18,"value":3115}," VK_FORMAT_BC3_UNORM_BLOCK ",{"type":13,"tag":68,"props":3117,"children":3118},{"style":75},[3119],{"type":18,"value":103},{"type":13,"tag":68,"props":3121,"children":3122},{"style":106},[3123],{"type":18,"value":3124}," 137",{"type":13,"tag":68,"props":3126,"children":3127},{"style":86},[3128],{"type":18,"value":114},{"type":13,"tag":68,"props":3130,"children":3132},{"class":70,"line":3131},140,[3133,3138,3142,3147],{"type":13,"tag":68,"props":3134,"children":3135},{"style":86},[3136],{"type":18,"value":3137}," VK_FORMAT_BC3_SRGB_BLOCK ",{"type":13,"tag":68,"props":3139,"children":3140},{"style":75},[3141],{"type":18,"value":103},{"type":13,"tag":68,"props":3143,"children":3144},{"style":106},[3145],{"type":18,"value":3146}," 138",{"type":13,"tag":68,"props":3148,"children":3149},{"style":86},[3150],{"type":18,"value":114},{"type":13,"tag":68,"props":3152,"children":3154},{"class":70,"line":3153},141,[3155,3160,3164,3169],{"type":13,"tag":68,"props":3156,"children":3157},{"style":86},[3158],{"type":18,"value":3159}," VK_FORMAT_BC4_UNORM_BLOCK ",{"type":13,"tag":68,"props":3161,"children":3162},{"style":75},[3163],{"type":18,"value":103},{"type":13,"tag":68,"props":3165,"children":3166},{"style":106},[3167],{"type":18,"value":3168}," 139",{"type":13,"tag":68,"props":3170,"children":3171},{"style":86},[3172],{"type":18,"value":114},{"type":13,"tag":68,"props":3174,"children":3176},{"class":70,"line":3175},142,[3177,3182,3186,3191],{"type":13,"tag":68,"props":3178,"children":3179},{"style":86},[3180],{"type":18,"value":3181}," VK_FORMAT_BC4_SNORM_BLOCK ",{"type":13,"tag":68,"props":3183,"children":3184},{"style":75},[3185],{"type":18,"value":103},{"type":13,"tag":68,"props":3187,"children":3188},{"style":106},[3189],{"type":18,"value":3190}," 140",{"type":13,"tag":68,"props":3192,"children":3193},{"style":86},[3194],{"type":18,"value":114},{"type":13,"tag":68,"props":3196,"children":3198},{"class":70,"line":3197},143,[3199,3204,3208,3213],{"type":13,"tag":68,"props":3200,"children":3201},{"style":86},[3202],{"type":18,"value":3203}," VK_FORMAT_BC5_UNORM_BLOCK ",{"type":13,"tag":68,"props":3205,"children":3206},{"style":75},[3207],{"type":18,"value":103},{"type":13,"tag":68,"props":3209,"children":3210},{"style":106},[3211],{"type":18,"value":3212}," 141",{"type":13,"tag":68,"props":3214,"children":3215},{"style":86},[3216],{"type":18,"value":114},{"type":13,"tag":68,"props":3218,"children":3220},{"class":70,"line":3219},144,[3221,3226,3230,3235],{"type":13,"tag":68,"props":3222,"children":3223},{"style":86},[3224],{"type":18,"value":3225}," VK_FORMAT_BC5_SNORM_BLOCK ",{"type":13,"tag":68,"props":3227,"children":3228},{"style":75},[3229],{"type":18,"value":103},{"type":13,"tag":68,"props":3231,"children":3232},{"style":106},[3233],{"type":18,"value":3234}," 142",{"type":13,"tag":68,"props":3236,"children":3237},{"style":86},[3238],{"type":18,"value":114},{"type":13,"tag":68,"props":3240,"children":3242},{"class":70,"line":3241},145,[3243,3248,3252,3257],{"type":13,"tag":68,"props":3244,"children":3245},{"style":86},[3246],{"type":18,"value":3247}," VK_FORMAT_BC6H_UFLOAT_BLOCK ",{"type":13,"tag":68,"props":3249,"children":3250},{"style":75},[3251],{"type":18,"value":103},{"type":13,"tag":68,"props":3253,"children":3254},{"style":106},[3255],{"type":18,"value":3256}," 143",{"type":13,"tag":68,"props":3258,"children":3259},{"style":86},[3260],{"type":18,"value":114},{"type":13,"tag":68,"props":3262,"children":3264},{"class":70,"line":3263},146,[3265,3270,3274,3279],{"type":13,"tag":68,"props":3266,"children":3267},{"style":86},[3268],{"type":18,"value":3269}," VK_FORMAT_BC6H_SFLOAT_BLOCK ",{"type":13,"tag":68,"props":3271,"children":3272},{"style":75},[3273],{"type":18,"value":103},{"type":13,"tag":68,"props":3275,"children":3276},{"style":106},[3277],{"type":18,"value":3278}," 144",{"type":13,"tag":68,"props":3280,"children":3281},{"style":86},[3282],{"type":18,"value":114},{"type":13,"tag":68,"props":3284,"children":3286},{"class":70,"line":3285},147,[3287,3292,3296,3301],{"type":13,"tag":68,"props":3288,"children":3289},{"style":86},[3290],{"type":18,"value":3291}," VK_FORMAT_BC7_UNORM_BLOCK ",{"type":13,"tag":68,"props":3293,"children":3294},{"style":75},[3295],{"type":18,"value":103},{"type":13,"tag":68,"props":3297,"children":3298},{"style":106},[3299],{"type":18,"value":3300}," 145",{"type":13,"tag":68,"props":3302,"children":3303},{"style":86},[3304],{"type":18,"value":114},{"type":13,"tag":68,"props":3306,"children":3308},{"class":70,"line":3307},148,[3309,3314,3318,3323],{"type":13,"tag":68,"props":3310,"children":3311},{"style":86},[3312],{"type":18,"value":3313}," VK_FORMAT_BC7_SRGB_BLOCK ",{"type":13,"tag":68,"props":3315,"children":3316},{"style":75},[3317],{"type":18,"value":103},{"type":13,"tag":68,"props":3319,"children":3320},{"style":106},[3321],{"type":18,"value":3322}," 146",{"type":13,"tag":68,"props":3324,"children":3325},{"style":86},[3326],{"type":18,"value":114},{"type":13,"tag":68,"props":3328,"children":3330},{"class":70,"line":3329},149,[3331,3336,3340,3345],{"type":13,"tag":68,"props":3332,"children":3333},{"style":86},[3334],{"type":18,"value":3335}," VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK ",{"type":13,"tag":68,"props":3337,"children":3338},{"style":75},[3339],{"type":18,"value":103},{"type":13,"tag":68,"props":3341,"children":3342},{"style":106},[3343],{"type":18,"value":3344}," 147",{"type":13,"tag":68,"props":3346,"children":3347},{"style":86},[3348],{"type":18,"value":114},{"type":13,"tag":68,"props":3350,"children":3352},{"class":70,"line":3351},150,[3353,3358,3362,3367],{"type":13,"tag":68,"props":3354,"children":3355},{"style":86},[3356],{"type":18,"value":3357}," VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK ",{"type":13,"tag":68,"props":3359,"children":3360},{"style":75},[3361],{"type":18,"value":103},{"type":13,"tag":68,"props":3363,"children":3364},{"style":106},[3365],{"type":18,"value":3366}," 148",{"type":13,"tag":68,"props":3368,"children":3369},{"style":86},[3370],{"type":18,"value":114},{"type":13,"tag":68,"props":3372,"children":3374},{"class":70,"line":3373},151,[3375,3380,3384,3389],{"type":13,"tag":68,"props":3376,"children":3377},{"style":86},[3378],{"type":18,"value":3379}," VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK ",{"type":13,"tag":68,"props":3381,"children":3382},{"style":75},[3383],{"type":18,"value":103},{"type":13,"tag":68,"props":3385,"children":3386},{"style":106},[3387],{"type":18,"value":3388}," 149",{"type":13,"tag":68,"props":3390,"children":3391},{"style":86},[3392],{"type":18,"value":114},{"type":13,"tag":68,"props":3394,"children":3396},{"class":70,"line":3395},152,[3397,3402,3406,3411],{"type":13,"tag":68,"props":3398,"children":3399},{"style":86},[3400],{"type":18,"value":3401}," VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK ",{"type":13,"tag":68,"props":3403,"children":3404},{"style":75},[3405],{"type":18,"value":103},{"type":13,"tag":68,"props":3407,"children":3408},{"style":106},[3409],{"type":18,"value":3410}," 150",{"type":13,"tag":68,"props":3412,"children":3413},{"style":86},[3414],{"type":18,"value":114},{"type":13,"tag":68,"props":3416,"children":3418},{"class":70,"line":3417},153,[3419,3424,3428,3433],{"type":13,"tag":68,"props":3420,"children":3421},{"style":86},[3422],{"type":18,"value":3423}," VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK ",{"type":13,"tag":68,"props":3425,"children":3426},{"style":75},[3427],{"type":18,"value":103},{"type":13,"tag":68,"props":3429,"children":3430},{"style":106},[3431],{"type":18,"value":3432}," 151",{"type":13,"tag":68,"props":3434,"children":3435},{"style":86},[3436],{"type":18,"value":114},{"type":13,"tag":68,"props":3438,"children":3440},{"class":70,"line":3439},154,[3441,3446,3450,3455],{"type":13,"tag":68,"props":3442,"children":3443},{"style":86},[3444],{"type":18,"value":3445}," VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK ",{"type":13,"tag":68,"props":3447,"children":3448},{"style":75},[3449],{"type":18,"value":103},{"type":13,"tag":68,"props":3451,"children":3452},{"style":106},[3453],{"type":18,"value":3454}," 152",{"type":13,"tag":68,"props":3456,"children":3457},{"style":86},[3458],{"type":18,"value":114},{"type":13,"tag":68,"props":3460,"children":3462},{"class":70,"line":3461},155,[3463,3468,3472,3477],{"type":13,"tag":68,"props":3464,"children":3465},{"style":86},[3466],{"type":18,"value":3467}," VK_FORMAT_EAC_R11_UNORM_BLOCK ",{"type":13,"tag":68,"props":3469,"children":3470},{"style":75},[3471],{"type":18,"value":103},{"type":13,"tag":68,"props":3473,"children":3474},{"style":106},[3475],{"type":18,"value":3476}," 153",{"type":13,"tag":68,"props":3478,"children":3479},{"style":86},[3480],{"type":18,"value":114},{"type":13,"tag":68,"props":3482,"children":3484},{"class":70,"line":3483},156,[3485,3490,3494,3499],{"type":13,"tag":68,"props":3486,"children":3487},{"style":86},[3488],{"type":18,"value":3489}," VK_FORMAT_EAC_R11_SNORM_BLOCK ",{"type":13,"tag":68,"props":3491,"children":3492},{"style":75},[3493],{"type":18,"value":103},{"type":13,"tag":68,"props":3495,"children":3496},{"style":106},[3497],{"type":18,"value":3498}," 154",{"type":13,"tag":68,"props":3500,"children":3501},{"style":86},[3502],{"type":18,"value":114},{"type":13,"tag":68,"props":3504,"children":3506},{"class":70,"line":3505},157,[3507,3512,3516,3521],{"type":13,"tag":68,"props":3508,"children":3509},{"style":86},[3510],{"type":18,"value":3511}," VK_FORMAT_EAC_R11G11_UNORM_BLOCK ",{"type":13,"tag":68,"props":3513,"children":3514},{"style":75},[3515],{"type":18,"value":103},{"type":13,"tag":68,"props":3517,"children":3518},{"style":106},[3519],{"type":18,"value":3520}," 155",{"type":13,"tag":68,"props":3522,"children":3523},{"style":86},[3524],{"type":18,"value":114},{"type":13,"tag":68,"props":3526,"children":3528},{"class":70,"line":3527},158,[3529,3534,3538,3543],{"type":13,"tag":68,"props":3530,"children":3531},{"style":86},[3532],{"type":18,"value":3533}," VK_FORMAT_EAC_R11G11_SNORM_BLOCK ",{"type":13,"tag":68,"props":3535,"children":3536},{"style":75},[3537],{"type":18,"value":103},{"type":13,"tag":68,"props":3539,"children":3540},{"style":106},[3541],{"type":18,"value":3542}," 156",{"type":13,"tag":68,"props":3544,"children":3545},{"style":86},[3546],{"type":18,"value":114},{"type":13,"tag":68,"props":3548,"children":3550},{"class":70,"line":3549},159,[3551,3556,3560,3565],{"type":13,"tag":68,"props":3552,"children":3553},{"style":86},[3554],{"type":18,"value":3555}," VK_FORMAT_ASTC_4x4_UNORM_BLOCK ",{"type":13,"tag":68,"props":3557,"children":3558},{"style":75},[3559],{"type":18,"value":103},{"type":13,"tag":68,"props":3561,"children":3562},{"style":106},[3563],{"type":18,"value":3564}," 157",{"type":13,"tag":68,"props":3566,"children":3567},{"style":86},[3568],{"type":18,"value":114},{"type":13,"tag":68,"props":3570,"children":3572},{"class":70,"line":3571},160,[3573,3578,3582,3587],{"type":13,"tag":68,"props":3574,"children":3575},{"style":86},[3576],{"type":18,"value":3577}," VK_FORMAT_ASTC_4x4_SRGB_BLOCK ",{"type":13,"tag":68,"props":3579,"children":3580},{"style":75},[3581],{"type":18,"value":103},{"type":13,"tag":68,"props":3583,"children":3584},{"style":106},[3585],{"type":18,"value":3586}," 158",{"type":13,"tag":68,"props":3588,"children":3589},{"style":86},[3590],{"type":18,"value":114},{"type":13,"tag":68,"props":3592,"children":3594},{"class":70,"line":3593},161,[3595,3600,3604,3609],{"type":13,"tag":68,"props":3596,"children":3597},{"style":86},[3598],{"type":18,"value":3599}," VK_FORMAT_ASTC_5x4_UNORM_BLOCK ",{"type":13,"tag":68,"props":3601,"children":3602},{"style":75},[3603],{"type":18,"value":103},{"type":13,"tag":68,"props":3605,"children":3606},{"style":106},[3607],{"type":18,"value":3608}," 159",{"type":13,"tag":68,"props":3610,"children":3611},{"style":86},[3612],{"type":18,"value":114},{"type":13,"tag":68,"props":3614,"children":3616},{"class":70,"line":3615},162,[3617,3622,3626,3631],{"type":13,"tag":68,"props":3618,"children":3619},{"style":86},[3620],{"type":18,"value":3621}," VK_FORMAT_ASTC_5x4_SRGB_BLOCK ",{"type":13,"tag":68,"props":3623,"children":3624},{"style":75},[3625],{"type":18,"value":103},{"type":13,"tag":68,"props":3627,"children":3628},{"style":106},[3629],{"type":18,"value":3630}," 160",{"type":13,"tag":68,"props":3632,"children":3633},{"style":86},[3634],{"type":18,"value":114},{"type":13,"tag":68,"props":3636,"children":3638},{"class":70,"line":3637},163,[3639,3644,3648,3653],{"type":13,"tag":68,"props":3640,"children":3641},{"style":86},[3642],{"type":18,"value":3643}," VK_FORMAT_ASTC_5x5_UNORM_BLOCK ",{"type":13,"tag":68,"props":3645,"children":3646},{"style":75},[3647],{"type":18,"value":103},{"type":13,"tag":68,"props":3649,"children":3650},{"style":106},[3651],{"type":18,"value":3652}," 161",{"type":13,"tag":68,"props":3654,"children":3655},{"style":86},[3656],{"type":18,"value":114},{"type":13,"tag":68,"props":3658,"children":3660},{"class":70,"line":3659},164,[3661,3666,3670,3675],{"type":13,"tag":68,"props":3662,"children":3663},{"style":86},[3664],{"type":18,"value":3665}," VK_FORMAT_ASTC_5x5_SRGB_BLOCK ",{"type":13,"tag":68,"props":3667,"children":3668},{"style":75},[3669],{"type":18,"value":103},{"type":13,"tag":68,"props":3671,"children":3672},{"style":106},[3673],{"type":18,"value":3674}," 162",{"type":13,"tag":68,"props":3676,"children":3677},{"style":86},[3678],{"type":18,"value":114},{"type":13,"tag":68,"props":3680,"children":3682},{"class":70,"line":3681},165,[3683,3688,3692,3697],{"type":13,"tag":68,"props":3684,"children":3685},{"style":86},[3686],{"type":18,"value":3687}," VK_FORMAT_ASTC_6x5_UNORM_BLOCK ",{"type":13,"tag":68,"props":3689,"children":3690},{"style":75},[3691],{"type":18,"value":103},{"type":13,"tag":68,"props":3693,"children":3694},{"style":106},[3695],{"type":18,"value":3696}," 163",{"type":13,"tag":68,"props":3698,"children":3699},{"style":86},[3700],{"type":18,"value":114},{"type":13,"tag":68,"props":3702,"children":3704},{"class":70,"line":3703},166,[3705,3710,3714,3719],{"type":13,"tag":68,"props":3706,"children":3707},{"style":86},[3708],{"type":18,"value":3709}," VK_FORMAT_ASTC_6x5_SRGB_BLOCK ",{"type":13,"tag":68,"props":3711,"children":3712},{"style":75},[3713],{"type":18,"value":103},{"type":13,"tag":68,"props":3715,"children":3716},{"style":106},[3717],{"type":18,"value":3718}," 164",{"type":13,"tag":68,"props":3720,"children":3721},{"style":86},[3722],{"type":18,"value":114},{"type":13,"tag":68,"props":3724,"children":3726},{"class":70,"line":3725},167,[3727,3732,3736,3741],{"type":13,"tag":68,"props":3728,"children":3729},{"style":86},[3730],{"type":18,"value":3731}," VK_FORMAT_ASTC_6x6_UNORM_BLOCK ",{"type":13,"tag":68,"props":3733,"children":3734},{"style":75},[3735],{"type":18,"value":103},{"type":13,"tag":68,"props":3737,"children":3738},{"style":106},[3739],{"type":18,"value":3740}," 165",{"type":13,"tag":68,"props":3742,"children":3743},{"style":86},[3744],{"type":18,"value":114},{"type":13,"tag":68,"props":3746,"children":3748},{"class":70,"line":3747},168,[3749,3754,3758,3763],{"type":13,"tag":68,"props":3750,"children":3751},{"style":86},[3752],{"type":18,"value":3753}," VK_FORMAT_ASTC_6x6_SRGB_BLOCK ",{"type":13,"tag":68,"props":3755,"children":3756},{"style":75},[3757],{"type":18,"value":103},{"type":13,"tag":68,"props":3759,"children":3760},{"style":106},[3761],{"type":18,"value":3762}," 166",{"type":13,"tag":68,"props":3764,"children":3765},{"style":86},[3766],{"type":18,"value":114},{"type":13,"tag":68,"props":3768,"children":3770},{"class":70,"line":3769},169,[3771,3776,3780,3785],{"type":13,"tag":68,"props":3772,"children":3773},{"style":86},[3774],{"type":18,"value":3775}," VK_FORMAT_ASTC_8x5_UNORM_BLOCK ",{"type":13,"tag":68,"props":3777,"children":3778},{"style":75},[3779],{"type":18,"value":103},{"type":13,"tag":68,"props":3781,"children":3782},{"style":106},[3783],{"type":18,"value":3784}," 167",{"type":13,"tag":68,"props":3786,"children":3787},{"style":86},[3788],{"type":18,"value":114},{"type":13,"tag":68,"props":3790,"children":3792},{"class":70,"line":3791},170,[3793,3798,3802,3807],{"type":13,"tag":68,"props":3794,"children":3795},{"style":86},[3796],{"type":18,"value":3797}," VK_FORMAT_ASTC_8x5_SRGB_BLOCK ",{"type":13,"tag":68,"props":3799,"children":3800},{"style":75},[3801],{"type":18,"value":103},{"type":13,"tag":68,"props":3803,"children":3804},{"style":106},[3805],{"type":18,"value":3806}," 168",{"type":13,"tag":68,"props":3808,"children":3809},{"style":86},[3810],{"type":18,"value":114},{"type":13,"tag":68,"props":3812,"children":3814},{"class":70,"line":3813},171,[3815,3820,3824,3829],{"type":13,"tag":68,"props":3816,"children":3817},{"style":86},[3818],{"type":18,"value":3819}," VK_FORMAT_ASTC_8x6_UNORM_BLOCK ",{"type":13,"tag":68,"props":3821,"children":3822},{"style":75},[3823],{"type":18,"value":103},{"type":13,"tag":68,"props":3825,"children":3826},{"style":106},[3827],{"type":18,"value":3828}," 169",{"type":13,"tag":68,"props":3830,"children":3831},{"style":86},[3832],{"type":18,"value":114},{"type":13,"tag":68,"props":3834,"children":3836},{"class":70,"line":3835},172,[3837,3842,3846,3851],{"type":13,"tag":68,"props":3838,"children":3839},{"style":86},[3840],{"type":18,"value":3841}," VK_FORMAT_ASTC_8x6_SRGB_BLOCK ",{"type":13,"tag":68,"props":3843,"children":3844},{"style":75},[3845],{"type":18,"value":103},{"type":13,"tag":68,"props":3847,"children":3848},{"style":106},[3849],{"type":18,"value":3850}," 170",{"type":13,"tag":68,"props":3852,"children":3853},{"style":86},[3854],{"type":18,"value":114},{"type":13,"tag":68,"props":3856,"children":3858},{"class":70,"line":3857},173,[3859,3864,3868,3873],{"type":13,"tag":68,"props":3860,"children":3861},{"style":86},[3862],{"type":18,"value":3863}," VK_FORMAT_ASTC_8x8_UNORM_BLOCK ",{"type":13,"tag":68,"props":3865,"children":3866},{"style":75},[3867],{"type":18,"value":103},{"type":13,"tag":68,"props":3869,"children":3870},{"style":106},[3871],{"type":18,"value":3872}," 171",{"type":13,"tag":68,"props":3874,"children":3875},{"style":86},[3876],{"type":18,"value":114},{"type":13,"tag":68,"props":3878,"children":3880},{"class":70,"line":3879},174,[3881,3886,3890,3895],{"type":13,"tag":68,"props":3882,"children":3883},{"style":86},[3884],{"type":18,"value":3885}," VK_FORMAT_ASTC_8x8_SRGB_BLOCK ",{"type":13,"tag":68,"props":3887,"children":3888},{"style":75},[3889],{"type":18,"value":103},{"type":13,"tag":68,"props":3891,"children":3892},{"style":106},[3893],{"type":18,"value":3894}," 172",{"type":13,"tag":68,"props":3896,"children":3897},{"style":86},[3898],{"type":18,"value":114},{"type":13,"tag":68,"props":3900,"children":3902},{"class":70,"line":3901},175,[3903,3908,3912,3917],{"type":13,"tag":68,"props":3904,"children":3905},{"style":86},[3906],{"type":18,"value":3907}," VK_FORMAT_ASTC_10x5_UNORM_BLOCK ",{"type":13,"tag":68,"props":3909,"children":3910},{"style":75},[3911],{"type":18,"value":103},{"type":13,"tag":68,"props":3913,"children":3914},{"style":106},[3915],{"type":18,"value":3916}," 173",{"type":13,"tag":68,"props":3918,"children":3919},{"style":86},[3920],{"type":18,"value":114},{"type":13,"tag":68,"props":3922,"children":3924},{"class":70,"line":3923},176,[3925,3930,3934,3939],{"type":13,"tag":68,"props":3926,"children":3927},{"style":86},[3928],{"type":18,"value":3929}," VK_FORMAT_ASTC_10x5_SRGB_BLOCK ",{"type":13,"tag":68,"props":3931,"children":3932},{"style":75},[3933],{"type":18,"value":103},{"type":13,"tag":68,"props":3935,"children":3936},{"style":106},[3937],{"type":18,"value":3938}," 174",{"type":13,"tag":68,"props":3940,"children":3941},{"style":86},[3942],{"type":18,"value":114},{"type":13,"tag":68,"props":3944,"children":3946},{"class":70,"line":3945},177,[3947,3952,3956,3961],{"type":13,"tag":68,"props":3948,"children":3949},{"style":86},[3950],{"type":18,"value":3951}," VK_FORMAT_ASTC_10x6_UNORM_BLOCK ",{"type":13,"tag":68,"props":3953,"children":3954},{"style":75},[3955],{"type":18,"value":103},{"type":13,"tag":68,"props":3957,"children":3958},{"style":106},[3959],{"type":18,"value":3960}," 175",{"type":13,"tag":68,"props":3962,"children":3963},{"style":86},[3964],{"type":18,"value":114},{"type":13,"tag":68,"props":3966,"children":3968},{"class":70,"line":3967},178,[3969,3974,3978,3983],{"type":13,"tag":68,"props":3970,"children":3971},{"style":86},[3972],{"type":18,"value":3973}," VK_FORMAT_ASTC_10x6_SRGB_BLOCK ",{"type":13,"tag":68,"props":3975,"children":3976},{"style":75},[3977],{"type":18,"value":103},{"type":13,"tag":68,"props":3979,"children":3980},{"style":106},[3981],{"type":18,"value":3982}," 176",{"type":13,"tag":68,"props":3984,"children":3985},{"style":86},[3986],{"type":18,"value":114},{"type":13,"tag":68,"props":3988,"children":3990},{"class":70,"line":3989},179,[3991,3996,4000,4005],{"type":13,"tag":68,"props":3992,"children":3993},{"style":86},[3994],{"type":18,"value":3995}," VK_FORMAT_ASTC_10x8_UNORM_BLOCK ",{"type":13,"tag":68,"props":3997,"children":3998},{"style":75},[3999],{"type":18,"value":103},{"type":13,"tag":68,"props":4001,"children":4002},{"style":106},[4003],{"type":18,"value":4004}," 177",{"type":13,"tag":68,"props":4006,"children":4007},{"style":86},[4008],{"type":18,"value":114},{"type":13,"tag":68,"props":4010,"children":4012},{"class":70,"line":4011},180,[4013,4018,4022,4027],{"type":13,"tag":68,"props":4014,"children":4015},{"style":86},[4016],{"type":18,"value":4017}," VK_FORMAT_ASTC_10x8_SRGB_BLOCK ",{"type":13,"tag":68,"props":4019,"children":4020},{"style":75},[4021],{"type":18,"value":103},{"type":13,"tag":68,"props":4023,"children":4024},{"style":106},[4025],{"type":18,"value":4026}," 178",{"type":13,"tag":68,"props":4028,"children":4029},{"style":86},[4030],{"type":18,"value":114},{"type":13,"tag":68,"props":4032,"children":4034},{"class":70,"line":4033},181,[4035,4040,4044,4049],{"type":13,"tag":68,"props":4036,"children":4037},{"style":86},[4038],{"type":18,"value":4039}," VK_FORMAT_ASTC_10x10_UNORM_BLOCK ",{"type":13,"tag":68,"props":4041,"children":4042},{"style":75},[4043],{"type":18,"value":103},{"type":13,"tag":68,"props":4045,"children":4046},{"style":106},[4047],{"type":18,"value":4048}," 179",{"type":13,"tag":68,"props":4050,"children":4051},{"style":86},[4052],{"type":18,"value":114},{"type":13,"tag":68,"props":4054,"children":4056},{"class":70,"line":4055},182,[4057,4062,4066,4071],{"type":13,"tag":68,"props":4058,"children":4059},{"style":86},[4060],{"type":18,"value":4061}," VK_FORMAT_ASTC_10x10_SRGB_BLOCK ",{"type":13,"tag":68,"props":4063,"children":4064},{"style":75},[4065],{"type":18,"value":103},{"type":13,"tag":68,"props":4067,"children":4068},{"style":106},[4069],{"type":18,"value":4070}," 180",{"type":13,"tag":68,"props":4072,"children":4073},{"style":86},[4074],{"type":18,"value":114},{"type":13,"tag":68,"props":4076,"children":4078},{"class":70,"line":4077},183,[4079,4084,4088,4093],{"type":13,"tag":68,"props":4080,"children":4081},{"style":86},[4082],{"type":18,"value":4083}," VK_FORMAT_ASTC_12x10_UNORM_BLOCK ",{"type":13,"tag":68,"props":4085,"children":4086},{"style":75},[4087],{"type":18,"value":103},{"type":13,"tag":68,"props":4089,"children":4090},{"style":106},[4091],{"type":18,"value":4092}," 181",{"type":13,"tag":68,"props":4094,"children":4095},{"style":86},[4096],{"type":18,"value":114},{"type":13,"tag":68,"props":4098,"children":4100},{"class":70,"line":4099},184,[4101,4106,4110,4115],{"type":13,"tag":68,"props":4102,"children":4103},{"style":86},[4104],{"type":18,"value":4105}," VK_FORMAT_ASTC_12x10_SRGB_BLOCK ",{"type":13,"tag":68,"props":4107,"children":4108},{"style":75},[4109],{"type":18,"value":103},{"type":13,"tag":68,"props":4111,"children":4112},{"style":106},[4113],{"type":18,"value":4114}," 182",{"type":13,"tag":68,"props":4116,"children":4117},{"style":86},[4118],{"type":18,"value":114},{"type":13,"tag":68,"props":4120,"children":4122},{"class":70,"line":4121},185,[4123,4128,4132,4137],{"type":13,"tag":68,"props":4124,"children":4125},{"style":86},[4126],{"type":18,"value":4127}," VK_FORMAT_ASTC_12x12_UNORM_BLOCK ",{"type":13,"tag":68,"props":4129,"children":4130},{"style":75},[4131],{"type":18,"value":103},{"type":13,"tag":68,"props":4133,"children":4134},{"style":106},[4135],{"type":18,"value":4136}," 183",{"type":13,"tag":68,"props":4138,"children":4139},{"style":86},[4140],{"type":18,"value":114},{"type":13,"tag":68,"props":4142,"children":4144},{"class":70,"line":4143},186,[4145,4150,4154,4159],{"type":13,"tag":68,"props":4146,"children":4147},{"style":86},[4148],{"type":18,"value":4149}," VK_FORMAT_ASTC_12x12_SRGB_BLOCK ",{"type":13,"tag":68,"props":4151,"children":4152},{"style":75},[4153],{"type":18,"value":103},{"type":13,"tag":68,"props":4155,"children":4156},{"style":106},[4157],{"type":18,"value":4158}," 184",{"type":13,"tag":68,"props":4160,"children":4161},{"style":86},[4162],{"type":18,"value":114},{"type":13,"tag":68,"props":4164,"children":4166},{"class":70,"line":4165},187,[4167],{"type":13,"tag":68,"props":4168,"children":4169},{"style":86},[4170],{"type":18,"value":4171},"} VkFormat;\n",{"type":13,"tag":55,"props":4173,"children":4178},{"className":4174,"code":4175,"filename":4176,"language":4177,"meta":61,"style":61},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct Format(u32);\nimpl Format {\n pub const UNDEFINED: Self = 0;\n pub const R4G4_UNORM_PACK8: Self = 1;\n pub const R4G4B4A4_UNORM_PACK16: Self = 2;\n pub const B4G4R4A4_UNORM_PACK16: Self = 3;\n pub const R5G6B5_UNORM_PACK16: Self = 4;\n pub const B5G6R5_UNORM_PACK16: Self = 5;\n pub const R5G5B5A1_UNORM_PACK16: Self = 6;\n pub const B5G5R5A1_UNORM_PACK16: Self = 7;\n pub const A1R5G5B5_UNORM_PACK16: Self = 8;\n pub const R8_UNORM: Self = 9;\n pub const R8_SNORM: Self = 10;\n pub const R8_USCALED: Self = 11;\n pub const R8_SSCALED: Self = 12;\n pub const R8_UINT: Self = 13;\n pub const R8_SINT: Self = 14;\n pub const R8_SRGB: Self = 15;\n pub const R8G8_UNORM: Self = 16;\n pub const R8G8_SNORM: Self = 17;\n pub const R8G8_USCALED: Self = 18;\n pub const R8G8_SSCALED: Self = 19;\n pub const R8G8_UINT: Self = 20;\n pub const R8G8_SINT: Self = 21;\n pub const R8G8_SRGB: Self = 22;\n pub const R8G8B8_UNORM: Self = 23;\n pub const R8G8B8_SNORM: Self = 24;\n pub const R8G8B8_USCALED: Self = 25;\n pub const R8G8B8_SSCALED: Self = 26;\n pub const R8G8B8_UINT: Self = 27;\n pub const R8G8B8_SINT: Self = 28;\n pub const R8G8B8_SRGB: Self = 29;\n pub const B8G8R8_UNORM: Self = 30;\n pub const B8G8R8_SNORM: Self = 31;\n pub const B8G8R8_USCALED: Self = 32;\n pub const B8G8R8_SSCALED: Self = 33;\n pub const B8G8R8_UINT: Self = 34;\n pub const B8G8R8_SINT: Self = 35;\n pub const B8G8R8_SRGB: Self = 36;\n pub const R8G8B8A8_UNORM: Self = 37;\n pub const R8G8B8A8_SNORM: Self = 38;\n pub const R8G8B8A8_USCALED: Self = 39;\n pub const R8G8B8A8_SSCALED: Self = 40;\n pub const R8G8B8A8_UINT: Self = 41;\n pub const R8G8B8A8_SINT: Self = 42;\n pub const R8G8B8A8_SRGB: Self = 43;\n pub const B8G8R8A8_UNORM: Self = 44;\n pub const B8G8R8A8_SNORM: Self = 45;\n pub const B8G8R8A8_USCALED: Self = 46;\n pub const B8G8R8A8_SSCALED: Self = 47;\n pub const B8G8R8A8_UINT: Self = 48;\n pub const B8G8R8A8_SINT: Self = 49;\n pub const B8G8R8A8_SRGB: Self = 50;\n pub const A8B8G8R8_UNORM_PACK32: Self = 51;\n pub const A8B8G8R8_SNORM_PACK32: Self = 52;\n pub const A8B8G8R8_USCALED_PACK32: Self = 53;\n pub const A8B8G8R8_SSCALED_PACK32: Self = 54;\n pub const A8B8G8R8_UINT_PACK32: Self = 55;\n pub const A8B8G8R8_SINT_PACK32: Self = 56;\n pub const A8B8G8R8_SRGB_PACK32: Self = 57;\n pub const A2R10G10B10_UNORM_PACK32: Self = 58;\n pub const A2R10G10B10_SNORM_PACK32: Self = 59;\n pub const A2R10G10B10_USCALED_PACK32: Self = 60;\n pub const A2R10G10B10_SSCALED_PACK32: Self = 61;\n pub const A2R10G10B10_UINT_PACK32: Self = 62;\n pub const A2R10G10B10_SINT_PACK32: Self = 63;\n pub const A2B10G10R10_UNORM_PACK32: Self = 64;\n pub const A2B10G10R10_SNORM_PACK32: Self = 65;\n pub const A2B10G10R10_USCALED_PACK32: Self = 66;\n pub const A2B10G10R10_SSCALED_PACK32: Self = 67;\n pub const A2B10G10R10_UINT_PACK32: Self = 68;\n pub const A2B10G10R10_SINT_PACK32: Self = 69;\n pub const R16_UNORM: Self = 70;\n pub const R16_SNORM: Self = 71;\n pub const R16_USCALED: Self = 72;\n pub const R16_SSCALED: Self = 73;\n pub const R16_UINT: Self = 74;\n pub const R16_SINT: Self = 75;\n pub const R16_SFLOAT: Self = 76;\n pub const R16G16_UNORM: Self = 77;\n pub const R16G16_SNORM: Self = 78;\n pub const R16G16_USCALED: Self = 79;\n pub const R16G16_SSCALED: Self = 80;\n pub const R16G16_UINT: Self = 81;\n pub const R16G16_SINT: Self = 82;\n pub const R16G16_SFLOAT: Self = 83;\n pub const R16G16B16_UNORM: Self = 84;\n pub const R16G16B16_SNORM: Self = 85;\n pub const R16G16B16_USCALED: Self = 86;\n pub const R16G16B16_SSCALED: Self = 87;\n pub const R16G16B16_UINT: Self = 88;\n pub const R16G16B16_SINT: Self = 89;\n pub const R16G16B16_SFLOAT: Self = 90;\n pub const R16G16B16A16_UNORM: Self = 91;\n pub const R16G16B16A16_SNORM: Self = 92;\n pub const R16G16B16A16_USCALED: Self = 93;\n pub const R16G16B16A16_SSCALED: Self = 94;\n pub const R16G16B16A16_UINT: Self = 95;\n pub const R16G16B16A16_SINT: Self = 96;\n pub const R16G16B16A16_SFLOAT: Self = 97;\n pub const R32_UINT: Self = 98;\n pub const R32_SINT: Self = 99;\n pub const R32_SFLOAT: Self = 100;\n pub const R32G32_UINT: Self = 101;\n pub const R32G32_SINT: Self = 102;\n pub const R32G32_SFLOAT: Self = 103;\n pub const R32G32B32_UINT: Self = 104;\n pub const R32G32B32_SINT: Self = 105;\n pub const R32G32B32_SFLOAT: Self = 106;\n pub const R32G32B32A32_UINT: Self = 107;\n pub const R32G32B32A32_SINT: Self = 108;\n pub const R32G32B32A32_SFLOAT: Self = 109;\n pub const R64_UINT: Self = 110;\n pub const R64_SINT: Self = 111;\n pub const R64_SFLOAT: Self = 112;\n pub const R64G64_UINT: Self = 113;\n pub const R64G64_SINT: Self = 114;\n pub const R64G64_SFLOAT: Self = 115;\n pub const R64G64B64_UINT: Self = 116;\n pub const R64G64B64_SINT: Self = 117;\n pub const R64G64B64_SFLOAT: Self = 118;\n pub const R64G64B64A64_UINT: Self = 119;\n pub const R64G64B64A64_SINT: Self = 120;\n pub const R64G64B64A64_SFLOAT: Self = 121;\n pub const B10G11R11_UFLOAT_PACK32: Self = 122;\n pub const E5B9G9R9_UFLOAT_PACK32: Self = 123;\n pub const D16_UNORM: Self = 124;\n pub const X8_D24_UNORM_PACK32: Self = 125;\n pub const D32_SFLOAT: Self = 126;\n pub const S8_UINT: Self = 127;\n pub const D16_UNORM_S8_UINT: Self = 128;\n pub const D24_UNORM_S8_UINT: Self = 129;\n pub const D32_SFLOAT_S8_UINT: Self = 130;\n pub const BC1_RGB_UNORM_BLOCK: Self = 131;\n pub const BC1_RGB_SRGB_BLOCK: Self = 132;\n pub const BC1_RGBA_UNORM_BLOCK: Self = 133;\n pub const BC1_RGBA_SRGB_BLOCK: Self = 134;\n pub const BC2_UNORM_BLOCK: Self = 135;\n pub const BC2_SRGB_BLOCK: Self = 136;\n pub const BC3_UNORM_BLOCK: Self = 137;\n pub const BC3_SRGB_BLOCK: Self = 138;\n pub const BC4_UNORM_BLOCK: Self = 139;\n pub const BC4_SNORM_BLOCK: Self = 140;\n pub const BC5_UNORM_BLOCK: Self = 141;\n pub const BC5_SNORM_BLOCK: Self = 142;\n pub const BC6H_UFLOAT_BLOCK: Self = 143;\n pub const BC6H_SFLOAT_BLOCK: Self = 144;\n pub const BC7_UNORM_BLOCK: Self = 145;\n pub const BC7_SRGB_BLOCK: Self = 146;\n pub const ETC2_R8G8B8_UNORM_BLOCK: Self = 147;\n pub const ETC2_R8G8B8_SRGB_BLOCK: Self = 148;\n pub const ETC2_R8G8B8A1_UNORM_BLOCK: Self = 149;\n pub const ETC2_R8G8B8A1_SRGB_BLOCK: Self = 150;\n pub const ETC2_R8G8B8A8_UNORM_BLOCK: Self = 151;\n pub const ETC2_R8G8B8A8_SRGB_BLOCK: Self = 152;\n pub const EAC_R11_UNORM_BLOCK: Self = 153;\n pub const EAC_R11_SNORM_BLOCK: Self = 154;\n pub const EAC_R11G11_UNORM_BLOCK: Self = 155;\n pub const EAC_R11G11_SNORM_BLOCK: Self = 156;\n pub const ASTC_4X4_UNORM_BLOCK: Self = 157;\n pub const ASTC_4X4_SRGB_BLOCK: Self = 158;\n pub const ASTC_5X4_UNORM_BLOCK: Self = 159;\n pub const ASTC_5X4_SRGB_BLOCK: Self = 160;\n pub const ASTC_5X5_UNORM_BLOCK: Self = 161;\n pub const ASTC_5X5_SRGB_BLOCK: Self = 162;\n pub const ASTC_6X5_UNORM_BLOCK: Self = 163;\n pub const ASTC_6X5_SRGB_BLOCK: Self = 164;\n pub const ASTC_6X6_UNORM_BLOCK: Self = 165;\n pub const ASTC_6X6_SRGB_BLOCK: Self = 166;\n pub const ASTC_8X5_UNORM_BLOCK: Self = 167;\n pub const ASTC_8X5_SRGB_BLOCK: Self = 168;\n pub const ASTC_8X6_UNORM_BLOCK: Self = 169;\n pub const ASTC_8X6_SRGB_BLOCK: Self = 170;\n pub const ASTC_8X8_UNORM_BLOCK: Self = 171;\n pub const ASTC_8X8_SRGB_BLOCK: Self = 172;\n pub const ASTC_10X5_UNORM_BLOCK: Self = 173;\n pub const ASTC_10X5_SRGB_BLOCK: Self = 174;\n pub const ASTC_10X6_UNORM_BLOCK: Self = 175;\n pub const ASTC_10X6_SRGB_BLOCK: Self = 176;\n pub const ASTC_10X8_UNORM_BLOCK: Self = 177;\n pub const ASTC_10X8_SRGB_BLOCK: Self = 178;\n pub const ASTC_10X10_UNORM_BLOCK: Self = 179;\n pub const ASTC_10X10_SRGB_BLOCK: Self = 180;\n pub const ASTC_12X10_UNORM_BLOCK: Self = 181;\n pub const ASTC_12X10_SRGB_BLOCK: Self = 182;\n pub const ASTC_12X12_UNORM_BLOCK: Self = 183;\n pub const ASTC_12X12_SRGB_BLOCK: Self = 184;\n}\n","Rust","rs",[4179],{"type":13,"tag":64,"props":4180,"children":4181},{"__ignoreMap":61},[4182,4216,4233,4275,4311,4347,4383,4419,4455,4491,4527,4563,4599,4635,4671,4707,4743,4779,4815,4851,4887,4923,4959,4995,5031,5067,5103,5139,5175,5211,5247,5283,5319,5355,5391,5427,5463,5499,5535,5571,5607,5643,5679,5715,5751,5787,5823,5859,5895,5931,5967,6003,6039,6075,6111,6147,6183,6219,6255,6291,6327,6363,6399,6435,6471,6507,6543,6579,6615,6651,6687,6723,6759,6795,6831,6867,6903,6939,6975,7011,7047,7083,7119,7155,7191,7227,7263,7299,7335,7371,7407,7443,7479,7515,7551,7587,7623,7659,7695,7731,7767,7803,7839,7875,7911,7947,7983,8019,8055,8091,8127,8163,8199,8235,8271,8307,8343,8379,8415,8451,8487,8523,8559,8595,8631,8667,8703,8739,8775,8811,8847,8883,8919,8955,8991,9027,9063,9099,9135,9171,9207,9243,9279,9315,9351,9387,9423,9459,9495,9531,9567,9603,9639,9675,9711,9747,9783,9819,9855,9891,9927,9963,9999,10035,10071,10107,10143,10179,10215,10251,10287,10323,10359,10395,10431,10467,10503,10539,10575,10611,10647,10683,10719,10755,10791,10827,10863,10899],{"type":13,"tag":68,"props":4183,"children":4184},{"class":70,"line":71},[4185,4190,4195,4201,4206,4211],{"type":13,"tag":68,"props":4186,"children":4187},{"style":75},[4188],{"type":18,"value":4189},"pub",{"type":13,"tag":68,"props":4191,"children":4192},{"style":75},[4193],{"type":18,"value":4194}," struct",{"type":13,"tag":68,"props":4196,"children":4198},{"style":4197},"--shiki-default:#953800;--shiki-dark:#FFA657",[4199],{"type":18,"value":4200}," Format",{"type":13,"tag":68,"props":4202,"children":4203},{"style":86},[4204],{"type":18,"value":4205},"(",{"type":13,"tag":68,"props":4207,"children":4208},{"style":4197},[4209],{"type":18,"value":4210},"u32",{"type":13,"tag":68,"props":4212,"children":4213},{"style":86},[4214],{"type":18,"value":4215},");\n",{"type":13,"tag":68,"props":4217,"children":4218},{"class":70,"line":92},[4219,4224,4228],{"type":13,"tag":68,"props":4220,"children":4221},{"style":75},[4222],{"type":18,"value":4223},"impl",{"type":13,"tag":68,"props":4225,"children":4226},{"style":4197},[4227],{"type":18,"value":4200},{"type":13,"tag":68,"props":4229,"children":4230},{"style":86},[4231],{"type":18,"value":4232}," {\n",{"type":13,"tag":68,"props":4234,"children":4235},{"class":70,"line":117},[4236,4241,4246,4251,4256,4261,4266,4270],{"type":13,"tag":68,"props":4237,"children":4238},{"style":75},[4239],{"type":18,"value":4240}," pub",{"type":13,"tag":68,"props":4242,"children":4243},{"style":75},[4244],{"type":18,"value":4245}," const",{"type":13,"tag":68,"props":4247,"children":4248},{"style":106},[4249],{"type":18,"value":4250}," UNDEFINED",{"type":13,"tag":68,"props":4252,"children":4253},{"style":75},[4254],{"type":18,"value":4255},":",{"type":13,"tag":68,"props":4257,"children":4258},{"style":106},[4259],{"type":18,"value":4260}," Self",{"type":13,"tag":68,"props":4262,"children":4263},{"style":75},[4264],{"type":18,"value":4265}," =",{"type":13,"tag":68,"props":4267,"children":4268},{"style":106},[4269],{"type":18,"value":109},{"type":13,"tag":68,"props":4271,"children":4272},{"style":86},[4273],{"type":18,"value":4274},";\n",{"type":13,"tag":68,"props":4276,"children":4277},{"class":70,"line":139},[4278,4282,4286,4291,4295,4299,4303,4307],{"type":13,"tag":68,"props":4279,"children":4280},{"style":75},[4281],{"type":18,"value":4240},{"type":13,"tag":68,"props":4283,"children":4284},{"style":75},[4285],{"type":18,"value":4245},{"type":13,"tag":68,"props":4287,"children":4288},{"style":106},[4289],{"type":18,"value":4290}," R4G4_UNORM_PACK8",{"type":13,"tag":68,"props":4292,"children":4293},{"style":75},[4294],{"type":18,"value":4255},{"type":13,"tag":68,"props":4296,"children":4297},{"style":106},[4298],{"type":18,"value":4260},{"type":13,"tag":68,"props":4300,"children":4301},{"style":75},[4302],{"type":18,"value":4265},{"type":13,"tag":68,"props":4304,"children":4305},{"style":106},[4306],{"type":18,"value":132},{"type":13,"tag":68,"props":4308,"children":4309},{"style":86},[4310],{"type":18,"value":4274},{"type":13,"tag":68,"props":4312,"children":4313},{"class":70,"line":161},[4314,4318,4322,4327,4331,4335,4339,4343],{"type":13,"tag":68,"props":4315,"children":4316},{"style":75},[4317],{"type":18,"value":4240},{"type":13,"tag":68,"props":4319,"children":4320},{"style":75},[4321],{"type":18,"value":4245},{"type":13,"tag":68,"props":4323,"children":4324},{"style":106},[4325],{"type":18,"value":4326}," R4G4B4A4_UNORM_PACK16",{"type":13,"tag":68,"props":4328,"children":4329},{"style":75},[4330],{"type":18,"value":4255},{"type":13,"tag":68,"props":4332,"children":4333},{"style":106},[4334],{"type":18,"value":4260},{"type":13,"tag":68,"props":4336,"children":4337},{"style":75},[4338],{"type":18,"value":4265},{"type":13,"tag":68,"props":4340,"children":4341},{"style":106},[4342],{"type":18,"value":154},{"type":13,"tag":68,"props":4344,"children":4345},{"style":86},[4346],{"type":18,"value":4274},{"type":13,"tag":68,"props":4348,"children":4349},{"class":70,"line":183},[4350,4354,4358,4363,4367,4371,4375,4379],{"type":13,"tag":68,"props":4351,"children":4352},{"style":75},[4353],{"type":18,"value":4240},{"type":13,"tag":68,"props":4355,"children":4356},{"style":75},[4357],{"type":18,"value":4245},{"type":13,"tag":68,"props":4359,"children":4360},{"style":106},[4361],{"type":18,"value":4362}," B4G4R4A4_UNORM_PACK16",{"type":13,"tag":68,"props":4364,"children":4365},{"style":75},[4366],{"type":18,"value":4255},{"type":13,"tag":68,"props":4368,"children":4369},{"style":106},[4370],{"type":18,"value":4260},{"type":13,"tag":68,"props":4372,"children":4373},{"style":75},[4374],{"type":18,"value":4265},{"type":13,"tag":68,"props":4376,"children":4377},{"style":106},[4378],{"type":18,"value":176},{"type":13,"tag":68,"props":4380,"children":4381},{"style":86},[4382],{"type":18,"value":4274},{"type":13,"tag":68,"props":4384,"children":4385},{"class":70,"line":205},[4386,4390,4394,4399,4403,4407,4411,4415],{"type":13,"tag":68,"props":4387,"children":4388},{"style":75},[4389],{"type":18,"value":4240},{"type":13,"tag":68,"props":4391,"children":4392},{"style":75},[4393],{"type":18,"value":4245},{"type":13,"tag":68,"props":4395,"children":4396},{"style":106},[4397],{"type":18,"value":4398}," R5G6B5_UNORM_PACK16",{"type":13,"tag":68,"props":4400,"children":4401},{"style":75},[4402],{"type":18,"value":4255},{"type":13,"tag":68,"props":4404,"children":4405},{"style":106},[4406],{"type":18,"value":4260},{"type":13,"tag":68,"props":4408,"children":4409},{"style":75},[4410],{"type":18,"value":4265},{"type":13,"tag":68,"props":4412,"children":4413},{"style":106},[4414],{"type":18,"value":198},{"type":13,"tag":68,"props":4416,"children":4417},{"style":86},[4418],{"type":18,"value":4274},{"type":13,"tag":68,"props":4420,"children":4421},{"class":70,"line":227},[4422,4426,4430,4435,4439,4443,4447,4451],{"type":13,"tag":68,"props":4423,"children":4424},{"style":75},[4425],{"type":18,"value":4240},{"type":13,"tag":68,"props":4427,"children":4428},{"style":75},[4429],{"type":18,"value":4245},{"type":13,"tag":68,"props":4431,"children":4432},{"style":106},[4433],{"type":18,"value":4434}," B5G6R5_UNORM_PACK16",{"type":13,"tag":68,"props":4436,"children":4437},{"style":75},[4438],{"type":18,"value":4255},{"type":13,"tag":68,"props":4440,"children":4441},{"style":106},[4442],{"type":18,"value":4260},{"type":13,"tag":68,"props":4444,"children":4445},{"style":75},[4446],{"type":18,"value":4265},{"type":13,"tag":68,"props":4448,"children":4449},{"style":106},[4450],{"type":18,"value":220},{"type":13,"tag":68,"props":4452,"children":4453},{"style":86},[4454],{"type":18,"value":4274},{"type":13,"tag":68,"props":4456,"children":4457},{"class":70,"line":249},[4458,4462,4466,4471,4475,4479,4483,4487],{"type":13,"tag":68,"props":4459,"children":4460},{"style":75},[4461],{"type":18,"value":4240},{"type":13,"tag":68,"props":4463,"children":4464},{"style":75},[4465],{"type":18,"value":4245},{"type":13,"tag":68,"props":4467,"children":4468},{"style":106},[4469],{"type":18,"value":4470}," R5G5B5A1_UNORM_PACK16",{"type":13,"tag":68,"props":4472,"children":4473},{"style":75},[4474],{"type":18,"value":4255},{"type":13,"tag":68,"props":4476,"children":4477},{"style":106},[4478],{"type":18,"value":4260},{"type":13,"tag":68,"props":4480,"children":4481},{"style":75},[4482],{"type":18,"value":4265},{"type":13,"tag":68,"props":4484,"children":4485},{"style":106},[4486],{"type":18,"value":242},{"type":13,"tag":68,"props":4488,"children":4489},{"style":86},[4490],{"type":18,"value":4274},{"type":13,"tag":68,"props":4492,"children":4493},{"class":70,"line":271},[4494,4498,4502,4507,4511,4515,4519,4523],{"type":13,"tag":68,"props":4495,"children":4496},{"style":75},[4497],{"type":18,"value":4240},{"type":13,"tag":68,"props":4499,"children":4500},{"style":75},[4501],{"type":18,"value":4245},{"type":13,"tag":68,"props":4503,"children":4504},{"style":106},[4505],{"type":18,"value":4506}," B5G5R5A1_UNORM_PACK16",{"type":13,"tag":68,"props":4508,"children":4509},{"style":75},[4510],{"type":18,"value":4255},{"type":13,"tag":68,"props":4512,"children":4513},{"style":106},[4514],{"type":18,"value":4260},{"type":13,"tag":68,"props":4516,"children":4517},{"style":75},[4518],{"type":18,"value":4265},{"type":13,"tag":68,"props":4520,"children":4521},{"style":106},[4522],{"type":18,"value":264},{"type":13,"tag":68,"props":4524,"children":4525},{"style":86},[4526],{"type":18,"value":4274},{"type":13,"tag":68,"props":4528,"children":4529},{"class":70,"line":293},[4530,4534,4538,4543,4547,4551,4555,4559],{"type":13,"tag":68,"props":4531,"children":4532},{"style":75},[4533],{"type":18,"value":4240},{"type":13,"tag":68,"props":4535,"children":4536},{"style":75},[4537],{"type":18,"value":4245},{"type":13,"tag":68,"props":4539,"children":4540},{"style":106},[4541],{"type":18,"value":4542}," A1R5G5B5_UNORM_PACK16",{"type":13,"tag":68,"props":4544,"children":4545},{"style":75},[4546],{"type":18,"value":4255},{"type":13,"tag":68,"props":4548,"children":4549},{"style":106},[4550],{"type":18,"value":4260},{"type":13,"tag":68,"props":4552,"children":4553},{"style":75},[4554],{"type":18,"value":4265},{"type":13,"tag":68,"props":4556,"children":4557},{"style":106},[4558],{"type":18,"value":286},{"type":13,"tag":68,"props":4560,"children":4561},{"style":86},[4562],{"type":18,"value":4274},{"type":13,"tag":68,"props":4564,"children":4565},{"class":70,"line":315},[4566,4570,4574,4579,4583,4587,4591,4595],{"type":13,"tag":68,"props":4567,"children":4568},{"style":75},[4569],{"type":18,"value":4240},{"type":13,"tag":68,"props":4571,"children":4572},{"style":75},[4573],{"type":18,"value":4245},{"type":13,"tag":68,"props":4575,"children":4576},{"style":106},[4577],{"type":18,"value":4578}," R8_UNORM",{"type":13,"tag":68,"props":4580,"children":4581},{"style":75},[4582],{"type":18,"value":4255},{"type":13,"tag":68,"props":4584,"children":4585},{"style":106},[4586],{"type":18,"value":4260},{"type":13,"tag":68,"props":4588,"children":4589},{"style":75},[4590],{"type":18,"value":4265},{"type":13,"tag":68,"props":4592,"children":4593},{"style":106},[4594],{"type":18,"value":308},{"type":13,"tag":68,"props":4596,"children":4597},{"style":86},[4598],{"type":18,"value":4274},{"type":13,"tag":68,"props":4600,"children":4601},{"class":70,"line":337},[4602,4606,4610,4615,4619,4623,4627,4631],{"type":13,"tag":68,"props":4603,"children":4604},{"style":75},[4605],{"type":18,"value":4240},{"type":13,"tag":68,"props":4607,"children":4608},{"style":75},[4609],{"type":18,"value":4245},{"type":13,"tag":68,"props":4611,"children":4612},{"style":106},[4613],{"type":18,"value":4614}," R8_SNORM",{"type":13,"tag":68,"props":4616,"children":4617},{"style":75},[4618],{"type":18,"value":4255},{"type":13,"tag":68,"props":4620,"children":4621},{"style":106},[4622],{"type":18,"value":4260},{"type":13,"tag":68,"props":4624,"children":4625},{"style":75},[4626],{"type":18,"value":4265},{"type":13,"tag":68,"props":4628,"children":4629},{"style":106},[4630],{"type":18,"value":330},{"type":13,"tag":68,"props":4632,"children":4633},{"style":86},[4634],{"type":18,"value":4274},{"type":13,"tag":68,"props":4636,"children":4637},{"class":70,"line":359},[4638,4642,4646,4651,4655,4659,4663,4667],{"type":13,"tag":68,"props":4639,"children":4640},{"style":75},[4641],{"type":18,"value":4240},{"type":13,"tag":68,"props":4643,"children":4644},{"style":75},[4645],{"type":18,"value":4245},{"type":13,"tag":68,"props":4647,"children":4648},{"style":106},[4649],{"type":18,"value":4650}," R8_USCALED",{"type":13,"tag":68,"props":4652,"children":4653},{"style":75},[4654],{"type":18,"value":4255},{"type":13,"tag":68,"props":4656,"children":4657},{"style":106},[4658],{"type":18,"value":4260},{"type":13,"tag":68,"props":4660,"children":4661},{"style":75},[4662],{"type":18,"value":4265},{"type":13,"tag":68,"props":4664,"children":4665},{"style":106},[4666],{"type":18,"value":352},{"type":13,"tag":68,"props":4668,"children":4669},{"style":86},[4670],{"type":18,"value":4274},{"type":13,"tag":68,"props":4672,"children":4673},{"class":70,"line":381},[4674,4678,4682,4687,4691,4695,4699,4703],{"type":13,"tag":68,"props":4675,"children":4676},{"style":75},[4677],{"type":18,"value":4240},{"type":13,"tag":68,"props":4679,"children":4680},{"style":75},[4681],{"type":18,"value":4245},{"type":13,"tag":68,"props":4683,"children":4684},{"style":106},[4685],{"type":18,"value":4686}," R8_SSCALED",{"type":13,"tag":68,"props":4688,"children":4689},{"style":75},[4690],{"type":18,"value":4255},{"type":13,"tag":68,"props":4692,"children":4693},{"style":106},[4694],{"type":18,"value":4260},{"type":13,"tag":68,"props":4696,"children":4697},{"style":75},[4698],{"type":18,"value":4265},{"type":13,"tag":68,"props":4700,"children":4701},{"style":106},[4702],{"type":18,"value":374},{"type":13,"tag":68,"props":4704,"children":4705},{"style":86},[4706],{"type":18,"value":4274},{"type":13,"tag":68,"props":4708,"children":4709},{"class":70,"line":403},[4710,4714,4718,4723,4727,4731,4735,4739],{"type":13,"tag":68,"props":4711,"children":4712},{"style":75},[4713],{"type":18,"value":4240},{"type":13,"tag":68,"props":4715,"children":4716},{"style":75},[4717],{"type":18,"value":4245},{"type":13,"tag":68,"props":4719,"children":4720},{"style":106},[4721],{"type":18,"value":4722}," R8_UINT",{"type":13,"tag":68,"props":4724,"children":4725},{"style":75},[4726],{"type":18,"value":4255},{"type":13,"tag":68,"props":4728,"children":4729},{"style":106},[4730],{"type":18,"value":4260},{"type":13,"tag":68,"props":4732,"children":4733},{"style":75},[4734],{"type":18,"value":4265},{"type":13,"tag":68,"props":4736,"children":4737},{"style":106},[4738],{"type":18,"value":396},{"type":13,"tag":68,"props":4740,"children":4741},{"style":86},[4742],{"type":18,"value":4274},{"type":13,"tag":68,"props":4744,"children":4745},{"class":70,"line":425},[4746,4750,4754,4759,4763,4767,4771,4775],{"type":13,"tag":68,"props":4747,"children":4748},{"style":75},[4749],{"type":18,"value":4240},{"type":13,"tag":68,"props":4751,"children":4752},{"style":75},[4753],{"type":18,"value":4245},{"type":13,"tag":68,"props":4755,"children":4756},{"style":106},[4757],{"type":18,"value":4758}," R8_SINT",{"type":13,"tag":68,"props":4760,"children":4761},{"style":75},[4762],{"type":18,"value":4255},{"type":13,"tag":68,"props":4764,"children":4765},{"style":106},[4766],{"type":18,"value":4260},{"type":13,"tag":68,"props":4768,"children":4769},{"style":75},[4770],{"type":18,"value":4265},{"type":13,"tag":68,"props":4772,"children":4773},{"style":106},[4774],{"type":18,"value":418},{"type":13,"tag":68,"props":4776,"children":4777},{"style":86},[4778],{"type":18,"value":4274},{"type":13,"tag":68,"props":4780,"children":4781},{"class":70,"line":447},[4782,4786,4790,4795,4799,4803,4807,4811],{"type":13,"tag":68,"props":4783,"children":4784},{"style":75},[4785],{"type":18,"value":4240},{"type":13,"tag":68,"props":4787,"children":4788},{"style":75},[4789],{"type":18,"value":4245},{"type":13,"tag":68,"props":4791,"children":4792},{"style":106},[4793],{"type":18,"value":4794}," R8_SRGB",{"type":13,"tag":68,"props":4796,"children":4797},{"style":75},[4798],{"type":18,"value":4255},{"type":13,"tag":68,"props":4800,"children":4801},{"style":106},[4802],{"type":18,"value":4260},{"type":13,"tag":68,"props":4804,"children":4805},{"style":75},[4806],{"type":18,"value":4265},{"type":13,"tag":68,"props":4808,"children":4809},{"style":106},[4810],{"type":18,"value":440},{"type":13,"tag":68,"props":4812,"children":4813},{"style":86},[4814],{"type":18,"value":4274},{"type":13,"tag":68,"props":4816,"children":4817},{"class":70,"line":469},[4818,4822,4826,4831,4835,4839,4843,4847],{"type":13,"tag":68,"props":4819,"children":4820},{"style":75},[4821],{"type":18,"value":4240},{"type":13,"tag":68,"props":4823,"children":4824},{"style":75},[4825],{"type":18,"value":4245},{"type":13,"tag":68,"props":4827,"children":4828},{"style":106},[4829],{"type":18,"value":4830}," R8G8_UNORM",{"type":13,"tag":68,"props":4832,"children":4833},{"style":75},[4834],{"type":18,"value":4255},{"type":13,"tag":68,"props":4836,"children":4837},{"style":106},[4838],{"type":18,"value":4260},{"type":13,"tag":68,"props":4840,"children":4841},{"style":75},[4842],{"type":18,"value":4265},{"type":13,"tag":68,"props":4844,"children":4845},{"style":106},[4846],{"type":18,"value":462},{"type":13,"tag":68,"props":4848,"children":4849},{"style":86},[4850],{"type":18,"value":4274},{"type":13,"tag":68,"props":4852,"children":4853},{"class":70,"line":491},[4854,4858,4862,4867,4871,4875,4879,4883],{"type":13,"tag":68,"props":4855,"children":4856},{"style":75},[4857],{"type":18,"value":4240},{"type":13,"tag":68,"props":4859,"children":4860},{"style":75},[4861],{"type":18,"value":4245},{"type":13,"tag":68,"props":4863,"children":4864},{"style":106},[4865],{"type":18,"value":4866}," R8G8_SNORM",{"type":13,"tag":68,"props":4868,"children":4869},{"style":75},[4870],{"type":18,"value":4255},{"type":13,"tag":68,"props":4872,"children":4873},{"style":106},[4874],{"type":18,"value":4260},{"type":13,"tag":68,"props":4876,"children":4877},{"style":75},[4878],{"type":18,"value":4265},{"type":13,"tag":68,"props":4880,"children":4881},{"style":106},[4882],{"type":18,"value":484},{"type":13,"tag":68,"props":4884,"children":4885},{"style":86},[4886],{"type":18,"value":4274},{"type":13,"tag":68,"props":4888,"children":4889},{"class":70,"line":513},[4890,4894,4898,4903,4907,4911,4915,4919],{"type":13,"tag":68,"props":4891,"children":4892},{"style":75},[4893],{"type":18,"value":4240},{"type":13,"tag":68,"props":4895,"children":4896},{"style":75},[4897],{"type":18,"value":4245},{"type":13,"tag":68,"props":4899,"children":4900},{"style":106},[4901],{"type":18,"value":4902}," R8G8_USCALED",{"type":13,"tag":68,"props":4904,"children":4905},{"style":75},[4906],{"type":18,"value":4255},{"type":13,"tag":68,"props":4908,"children":4909},{"style":106},[4910],{"type":18,"value":4260},{"type":13,"tag":68,"props":4912,"children":4913},{"style":75},[4914],{"type":18,"value":4265},{"type":13,"tag":68,"props":4916,"children":4917},{"style":106},[4918],{"type":18,"value":506},{"type":13,"tag":68,"props":4920,"children":4921},{"style":86},[4922],{"type":18,"value":4274},{"type":13,"tag":68,"props":4924,"children":4925},{"class":70,"line":535},[4926,4930,4934,4939,4943,4947,4951,4955],{"type":13,"tag":68,"props":4927,"children":4928},{"style":75},[4929],{"type":18,"value":4240},{"type":13,"tag":68,"props":4931,"children":4932},{"style":75},[4933],{"type":18,"value":4245},{"type":13,"tag":68,"props":4935,"children":4936},{"style":106},[4937],{"type":18,"value":4938}," R8G8_SSCALED",{"type":13,"tag":68,"props":4940,"children":4941},{"style":75},[4942],{"type":18,"value":4255},{"type":13,"tag":68,"props":4944,"children":4945},{"style":106},[4946],{"type":18,"value":4260},{"type":13,"tag":68,"props":4948,"children":4949},{"style":75},[4950],{"type":18,"value":4265},{"type":13,"tag":68,"props":4952,"children":4953},{"style":106},[4954],{"type":18,"value":528},{"type":13,"tag":68,"props":4956,"children":4957},{"style":86},[4958],{"type":18,"value":4274},{"type":13,"tag":68,"props":4960,"children":4961},{"class":70,"line":557},[4962,4966,4970,4975,4979,4983,4987,4991],{"type":13,"tag":68,"props":4963,"children":4964},{"style":75},[4965],{"type":18,"value":4240},{"type":13,"tag":68,"props":4967,"children":4968},{"style":75},[4969],{"type":18,"value":4245},{"type":13,"tag":68,"props":4971,"children":4972},{"style":106},[4973],{"type":18,"value":4974}," R8G8_UINT",{"type":13,"tag":68,"props":4976,"children":4977},{"style":75},[4978],{"type":18,"value":4255},{"type":13,"tag":68,"props":4980,"children":4981},{"style":106},[4982],{"type":18,"value":4260},{"type":13,"tag":68,"props":4984,"children":4985},{"style":75},[4986],{"type":18,"value":4265},{"type":13,"tag":68,"props":4988,"children":4989},{"style":106},[4990],{"type":18,"value":550},{"type":13,"tag":68,"props":4992,"children":4993},{"style":86},[4994],{"type":18,"value":4274},{"type":13,"tag":68,"props":4996,"children":4997},{"class":70,"line":579},[4998,5002,5006,5011,5015,5019,5023,5027],{"type":13,"tag":68,"props":4999,"children":5000},{"style":75},[5001],{"type":18,"value":4240},{"type":13,"tag":68,"props":5003,"children":5004},{"style":75},[5005],{"type":18,"value":4245},{"type":13,"tag":68,"props":5007,"children":5008},{"style":106},[5009],{"type":18,"value":5010}," R8G8_SINT",{"type":13,"tag":68,"props":5012,"children":5013},{"style":75},[5014],{"type":18,"value":4255},{"type":13,"tag":68,"props":5016,"children":5017},{"style":106},[5018],{"type":18,"value":4260},{"type":13,"tag":68,"props":5020,"children":5021},{"style":75},[5022],{"type":18,"value":4265},{"type":13,"tag":68,"props":5024,"children":5025},{"style":106},[5026],{"type":18,"value":572},{"type":13,"tag":68,"props":5028,"children":5029},{"style":86},[5030],{"type":18,"value":4274},{"type":13,"tag":68,"props":5032,"children":5033},{"class":70,"line":601},[5034,5038,5042,5047,5051,5055,5059,5063],{"type":13,"tag":68,"props":5035,"children":5036},{"style":75},[5037],{"type":18,"value":4240},{"type":13,"tag":68,"props":5039,"children":5040},{"style":75},[5041],{"type":18,"value":4245},{"type":13,"tag":68,"props":5043,"children":5044},{"style":106},[5045],{"type":18,"value":5046}," R8G8_SRGB",{"type":13,"tag":68,"props":5048,"children":5049},{"style":75},[5050],{"type":18,"value":4255},{"type":13,"tag":68,"props":5052,"children":5053},{"style":106},[5054],{"type":18,"value":4260},{"type":13,"tag":68,"props":5056,"children":5057},{"style":75},[5058],{"type":18,"value":4265},{"type":13,"tag":68,"props":5060,"children":5061},{"style":106},[5062],{"type":18,"value":594},{"type":13,"tag":68,"props":5064,"children":5065},{"style":86},[5066],{"type":18,"value":4274},{"type":13,"tag":68,"props":5068,"children":5069},{"class":70,"line":623},[5070,5074,5078,5083,5087,5091,5095,5099],{"type":13,"tag":68,"props":5071,"children":5072},{"style":75},[5073],{"type":18,"value":4240},{"type":13,"tag":68,"props":5075,"children":5076},{"style":75},[5077],{"type":18,"value":4245},{"type":13,"tag":68,"props":5079,"children":5080},{"style":106},[5081],{"type":18,"value":5082}," R8G8B8_UNORM",{"type":13,"tag":68,"props":5084,"children":5085},{"style":75},[5086],{"type":18,"value":4255},{"type":13,"tag":68,"props":5088,"children":5089},{"style":106},[5090],{"type":18,"value":4260},{"type":13,"tag":68,"props":5092,"children":5093},{"style":75},[5094],{"type":18,"value":4265},{"type":13,"tag":68,"props":5096,"children":5097},{"style":106},[5098],{"type":18,"value":616},{"type":13,"tag":68,"props":5100,"children":5101},{"style":86},[5102],{"type":18,"value":4274},{"type":13,"tag":68,"props":5104,"children":5105},{"class":70,"line":645},[5106,5110,5114,5119,5123,5127,5131,5135],{"type":13,"tag":68,"props":5107,"children":5108},{"style":75},[5109],{"type":18,"value":4240},{"type":13,"tag":68,"props":5111,"children":5112},{"style":75},[5113],{"type":18,"value":4245},{"type":13,"tag":68,"props":5115,"children":5116},{"style":106},[5117],{"type":18,"value":5118}," R8G8B8_SNORM",{"type":13,"tag":68,"props":5120,"children":5121},{"style":75},[5122],{"type":18,"value":4255},{"type":13,"tag":68,"props":5124,"children":5125},{"style":106},[5126],{"type":18,"value":4260},{"type":13,"tag":68,"props":5128,"children":5129},{"style":75},[5130],{"type":18,"value":4265},{"type":13,"tag":68,"props":5132,"children":5133},{"style":106},[5134],{"type":18,"value":638},{"type":13,"tag":68,"props":5136,"children":5137},{"style":86},[5138],{"type":18,"value":4274},{"type":13,"tag":68,"props":5140,"children":5141},{"class":70,"line":667},[5142,5146,5150,5155,5159,5163,5167,5171],{"type":13,"tag":68,"props":5143,"children":5144},{"style":75},[5145],{"type":18,"value":4240},{"type":13,"tag":68,"props":5147,"children":5148},{"style":75},[5149],{"type":18,"value":4245},{"type":13,"tag":68,"props":5151,"children":5152},{"style":106},[5153],{"type":18,"value":5154}," R8G8B8_USCALED",{"type":13,"tag":68,"props":5156,"children":5157},{"style":75},[5158],{"type":18,"value":4255},{"type":13,"tag":68,"props":5160,"children":5161},{"style":106},[5162],{"type":18,"value":4260},{"type":13,"tag":68,"props":5164,"children":5165},{"style":75},[5166],{"type":18,"value":4265},{"type":13,"tag":68,"props":5168,"children":5169},{"style":106},[5170],{"type":18,"value":660},{"type":13,"tag":68,"props":5172,"children":5173},{"style":86},[5174],{"type":18,"value":4274},{"type":13,"tag":68,"props":5176,"children":5177},{"class":70,"line":689},[5178,5182,5186,5191,5195,5199,5203,5207],{"type":13,"tag":68,"props":5179,"children":5180},{"style":75},[5181],{"type":18,"value":4240},{"type":13,"tag":68,"props":5183,"children":5184},{"style":75},[5185],{"type":18,"value":4245},{"type":13,"tag":68,"props":5187,"children":5188},{"style":106},[5189],{"type":18,"value":5190}," R8G8B8_SSCALED",{"type":13,"tag":68,"props":5192,"children":5193},{"style":75},[5194],{"type":18,"value":4255},{"type":13,"tag":68,"props":5196,"children":5197},{"style":106},[5198],{"type":18,"value":4260},{"type":13,"tag":68,"props":5200,"children":5201},{"style":75},[5202],{"type":18,"value":4265},{"type":13,"tag":68,"props":5204,"children":5205},{"style":106},[5206],{"type":18,"value":682},{"type":13,"tag":68,"props":5208,"children":5209},{"style":86},[5210],{"type":18,"value":4274},{"type":13,"tag":68,"props":5212,"children":5213},{"class":70,"line":711},[5214,5218,5222,5227,5231,5235,5239,5243],{"type":13,"tag":68,"props":5215,"children":5216},{"style":75},[5217],{"type":18,"value":4240},{"type":13,"tag":68,"props":5219,"children":5220},{"style":75},[5221],{"type":18,"value":4245},{"type":13,"tag":68,"props":5223,"children":5224},{"style":106},[5225],{"type":18,"value":5226}," R8G8B8_UINT",{"type":13,"tag":68,"props":5228,"children":5229},{"style":75},[5230],{"type":18,"value":4255},{"type":13,"tag":68,"props":5232,"children":5233},{"style":106},[5234],{"type":18,"value":4260},{"type":13,"tag":68,"props":5236,"children":5237},{"style":75},[5238],{"type":18,"value":4265},{"type":13,"tag":68,"props":5240,"children":5241},{"style":106},[5242],{"type":18,"value":704},{"type":13,"tag":68,"props":5244,"children":5245},{"style":86},[5246],{"type":18,"value":4274},{"type":13,"tag":68,"props":5248,"children":5249},{"class":70,"line":733},[5250,5254,5258,5263,5267,5271,5275,5279],{"type":13,"tag":68,"props":5251,"children":5252},{"style":75},[5253],{"type":18,"value":4240},{"type":13,"tag":68,"props":5255,"children":5256},{"style":75},[5257],{"type":18,"value":4245},{"type":13,"tag":68,"props":5259,"children":5260},{"style":106},[5261],{"type":18,"value":5262}," R8G8B8_SINT",{"type":13,"tag":68,"props":5264,"children":5265},{"style":75},[5266],{"type":18,"value":4255},{"type":13,"tag":68,"props":5268,"children":5269},{"style":106},[5270],{"type":18,"value":4260},{"type":13,"tag":68,"props":5272,"children":5273},{"style":75},[5274],{"type":18,"value":4265},{"type":13,"tag":68,"props":5276,"children":5277},{"style":106},[5278],{"type":18,"value":726},{"type":13,"tag":68,"props":5280,"children":5281},{"style":86},[5282],{"type":18,"value":4274},{"type":13,"tag":68,"props":5284,"children":5285},{"class":70,"line":755},[5286,5290,5294,5299,5303,5307,5311,5315],{"type":13,"tag":68,"props":5287,"children":5288},{"style":75},[5289],{"type":18,"value":4240},{"type":13,"tag":68,"props":5291,"children":5292},{"style":75},[5293],{"type":18,"value":4245},{"type":13,"tag":68,"props":5295,"children":5296},{"style":106},[5297],{"type":18,"value":5298}," R8G8B8_SRGB",{"type":13,"tag":68,"props":5300,"children":5301},{"style":75},[5302],{"type":18,"value":4255},{"type":13,"tag":68,"props":5304,"children":5305},{"style":106},[5306],{"type":18,"value":4260},{"type":13,"tag":68,"props":5308,"children":5309},{"style":75},[5310],{"type":18,"value":4265},{"type":13,"tag":68,"props":5312,"children":5313},{"style":106},[5314],{"type":18,"value":748},{"type":13,"tag":68,"props":5316,"children":5317},{"style":86},[5318],{"type":18,"value":4274},{"type":13,"tag":68,"props":5320,"children":5321},{"class":70,"line":777},[5322,5326,5330,5335,5339,5343,5347,5351],{"type":13,"tag":68,"props":5323,"children":5324},{"style":75},[5325],{"type":18,"value":4240},{"type":13,"tag":68,"props":5327,"children":5328},{"style":75},[5329],{"type":18,"value":4245},{"type":13,"tag":68,"props":5331,"children":5332},{"style":106},[5333],{"type":18,"value":5334}," B8G8R8_UNORM",{"type":13,"tag":68,"props":5336,"children":5337},{"style":75},[5338],{"type":18,"value":4255},{"type":13,"tag":68,"props":5340,"children":5341},{"style":106},[5342],{"type":18,"value":4260},{"type":13,"tag":68,"props":5344,"children":5345},{"style":75},[5346],{"type":18,"value":4265},{"type":13,"tag":68,"props":5348,"children":5349},{"style":106},[5350],{"type":18,"value":770},{"type":13,"tag":68,"props":5352,"children":5353},{"style":86},[5354],{"type":18,"value":4274},{"type":13,"tag":68,"props":5356,"children":5357},{"class":70,"line":799},[5358,5362,5366,5371,5375,5379,5383,5387],{"type":13,"tag":68,"props":5359,"children":5360},{"style":75},[5361],{"type":18,"value":4240},{"type":13,"tag":68,"props":5363,"children":5364},{"style":75},[5365],{"type":18,"value":4245},{"type":13,"tag":68,"props":5367,"children":5368},{"style":106},[5369],{"type":18,"value":5370}," B8G8R8_SNORM",{"type":13,"tag":68,"props":5372,"children":5373},{"style":75},[5374],{"type":18,"value":4255},{"type":13,"tag":68,"props":5376,"children":5377},{"style":106},[5378],{"type":18,"value":4260},{"type":13,"tag":68,"props":5380,"children":5381},{"style":75},[5382],{"type":18,"value":4265},{"type":13,"tag":68,"props":5384,"children":5385},{"style":106},[5386],{"type":18,"value":792},{"type":13,"tag":68,"props":5388,"children":5389},{"style":86},[5390],{"type":18,"value":4274},{"type":13,"tag":68,"props":5392,"children":5393},{"class":70,"line":821},[5394,5398,5402,5407,5411,5415,5419,5423],{"type":13,"tag":68,"props":5395,"children":5396},{"style":75},[5397],{"type":18,"value":4240},{"type":13,"tag":68,"props":5399,"children":5400},{"style":75},[5401],{"type":18,"value":4245},{"type":13,"tag":68,"props":5403,"children":5404},{"style":106},[5405],{"type":18,"value":5406}," B8G8R8_USCALED",{"type":13,"tag":68,"props":5408,"children":5409},{"style":75},[5410],{"type":18,"value":4255},{"type":13,"tag":68,"props":5412,"children":5413},{"style":106},[5414],{"type":18,"value":4260},{"type":13,"tag":68,"props":5416,"children":5417},{"style":75},[5418],{"type":18,"value":4265},{"type":13,"tag":68,"props":5420,"children":5421},{"style":106},[5422],{"type":18,"value":814},{"type":13,"tag":68,"props":5424,"children":5425},{"style":86},[5426],{"type":18,"value":4274},{"type":13,"tag":68,"props":5428,"children":5429},{"class":70,"line":843},[5430,5434,5438,5443,5447,5451,5455,5459],{"type":13,"tag":68,"props":5431,"children":5432},{"style":75},[5433],{"type":18,"value":4240},{"type":13,"tag":68,"props":5435,"children":5436},{"style":75},[5437],{"type":18,"value":4245},{"type":13,"tag":68,"props":5439,"children":5440},{"style":106},[5441],{"type":18,"value":5442}," B8G8R8_SSCALED",{"type":13,"tag":68,"props":5444,"children":5445},{"style":75},[5446],{"type":18,"value":4255},{"type":13,"tag":68,"props":5448,"children":5449},{"style":106},[5450],{"type":18,"value":4260},{"type":13,"tag":68,"props":5452,"children":5453},{"style":75},[5454],{"type":18,"value":4265},{"type":13,"tag":68,"props":5456,"children":5457},{"style":106},[5458],{"type":18,"value":836},{"type":13,"tag":68,"props":5460,"children":5461},{"style":86},[5462],{"type":18,"value":4274},{"type":13,"tag":68,"props":5464,"children":5465},{"class":70,"line":865},[5466,5470,5474,5479,5483,5487,5491,5495],{"type":13,"tag":68,"props":5467,"children":5468},{"style":75},[5469],{"type":18,"value":4240},{"type":13,"tag":68,"props":5471,"children":5472},{"style":75},[5473],{"type":18,"value":4245},{"type":13,"tag":68,"props":5475,"children":5476},{"style":106},[5477],{"type":18,"value":5478}," B8G8R8_UINT",{"type":13,"tag":68,"props":5480,"children":5481},{"style":75},[5482],{"type":18,"value":4255},{"type":13,"tag":68,"props":5484,"children":5485},{"style":106},[5486],{"type":18,"value":4260},{"type":13,"tag":68,"props":5488,"children":5489},{"style":75},[5490],{"type":18,"value":4265},{"type":13,"tag":68,"props":5492,"children":5493},{"style":106},[5494],{"type":18,"value":858},{"type":13,"tag":68,"props":5496,"children":5497},{"style":86},[5498],{"type":18,"value":4274},{"type":13,"tag":68,"props":5500,"children":5501},{"class":70,"line":887},[5502,5506,5510,5515,5519,5523,5527,5531],{"type":13,"tag":68,"props":5503,"children":5504},{"style":75},[5505],{"type":18,"value":4240},{"type":13,"tag":68,"props":5507,"children":5508},{"style":75},[5509],{"type":18,"value":4245},{"type":13,"tag":68,"props":5511,"children":5512},{"style":106},[5513],{"type":18,"value":5514}," B8G8R8_SINT",{"type":13,"tag":68,"props":5516,"children":5517},{"style":75},[5518],{"type":18,"value":4255},{"type":13,"tag":68,"props":5520,"children":5521},{"style":106},[5522],{"type":18,"value":4260},{"type":13,"tag":68,"props":5524,"children":5525},{"style":75},[5526],{"type":18,"value":4265},{"type":13,"tag":68,"props":5528,"children":5529},{"style":106},[5530],{"type":18,"value":880},{"type":13,"tag":68,"props":5532,"children":5533},{"style":86},[5534],{"type":18,"value":4274},{"type":13,"tag":68,"props":5536,"children":5537},{"class":70,"line":909},[5538,5542,5546,5551,5555,5559,5563,5567],{"type":13,"tag":68,"props":5539,"children":5540},{"style":75},[5541],{"type":18,"value":4240},{"type":13,"tag":68,"props":5543,"children":5544},{"style":75},[5545],{"type":18,"value":4245},{"type":13,"tag":68,"props":5547,"children":5548},{"style":106},[5549],{"type":18,"value":5550}," B8G8R8_SRGB",{"type":13,"tag":68,"props":5552,"children":5553},{"style":75},[5554],{"type":18,"value":4255},{"type":13,"tag":68,"props":5556,"children":5557},{"style":106},[5558],{"type":18,"value":4260},{"type":13,"tag":68,"props":5560,"children":5561},{"style":75},[5562],{"type":18,"value":4265},{"type":13,"tag":68,"props":5564,"children":5565},{"style":106},[5566],{"type":18,"value":902},{"type":13,"tag":68,"props":5568,"children":5569},{"style":86},[5570],{"type":18,"value":4274},{"type":13,"tag":68,"props":5572,"children":5573},{"class":70,"line":931},[5574,5578,5582,5587,5591,5595,5599,5603],{"type":13,"tag":68,"props":5575,"children":5576},{"style":75},[5577],{"type":18,"value":4240},{"type":13,"tag":68,"props":5579,"children":5580},{"style":75},[5581],{"type":18,"value":4245},{"type":13,"tag":68,"props":5583,"children":5584},{"style":106},[5585],{"type":18,"value":5586}," R8G8B8A8_UNORM",{"type":13,"tag":68,"props":5588,"children":5589},{"style":75},[5590],{"type":18,"value":4255},{"type":13,"tag":68,"props":5592,"children":5593},{"style":106},[5594],{"type":18,"value":4260},{"type":13,"tag":68,"props":5596,"children":5597},{"style":75},[5598],{"type":18,"value":4265},{"type":13,"tag":68,"props":5600,"children":5601},{"style":106},[5602],{"type":18,"value":924},{"type":13,"tag":68,"props":5604,"children":5605},{"style":86},[5606],{"type":18,"value":4274},{"type":13,"tag":68,"props":5608,"children":5609},{"class":70,"line":953},[5610,5614,5618,5623,5627,5631,5635,5639],{"type":13,"tag":68,"props":5611,"children":5612},{"style":75},[5613],{"type":18,"value":4240},{"type":13,"tag":68,"props":5615,"children":5616},{"style":75},[5617],{"type":18,"value":4245},{"type":13,"tag":68,"props":5619,"children":5620},{"style":106},[5621],{"type":18,"value":5622}," R8G8B8A8_SNORM",{"type":13,"tag":68,"props":5624,"children":5625},{"style":75},[5626],{"type":18,"value":4255},{"type":13,"tag":68,"props":5628,"children":5629},{"style":106},[5630],{"type":18,"value":4260},{"type":13,"tag":68,"props":5632,"children":5633},{"style":75},[5634],{"type":18,"value":4265},{"type":13,"tag":68,"props":5636,"children":5637},{"style":106},[5638],{"type":18,"value":946},{"type":13,"tag":68,"props":5640,"children":5641},{"style":86},[5642],{"type":18,"value":4274},{"type":13,"tag":68,"props":5644,"children":5645},{"class":70,"line":975},[5646,5650,5654,5659,5663,5667,5671,5675],{"type":13,"tag":68,"props":5647,"children":5648},{"style":75},[5649],{"type":18,"value":4240},{"type":13,"tag":68,"props":5651,"children":5652},{"style":75},[5653],{"type":18,"value":4245},{"type":13,"tag":68,"props":5655,"children":5656},{"style":106},[5657],{"type":18,"value":5658}," R8G8B8A8_USCALED",{"type":13,"tag":68,"props":5660,"children":5661},{"style":75},[5662],{"type":18,"value":4255},{"type":13,"tag":68,"props":5664,"children":5665},{"style":106},[5666],{"type":18,"value":4260},{"type":13,"tag":68,"props":5668,"children":5669},{"style":75},[5670],{"type":18,"value":4265},{"type":13,"tag":68,"props":5672,"children":5673},{"style":106},[5674],{"type":18,"value":968},{"type":13,"tag":68,"props":5676,"children":5677},{"style":86},[5678],{"type":18,"value":4274},{"type":13,"tag":68,"props":5680,"children":5681},{"class":70,"line":997},[5682,5686,5690,5695,5699,5703,5707,5711],{"type":13,"tag":68,"props":5683,"children":5684},{"style":75},[5685],{"type":18,"value":4240},{"type":13,"tag":68,"props":5687,"children":5688},{"style":75},[5689],{"type":18,"value":4245},{"type":13,"tag":68,"props":5691,"children":5692},{"style":106},[5693],{"type":18,"value":5694}," R8G8B8A8_SSCALED",{"type":13,"tag":68,"props":5696,"children":5697},{"style":75},[5698],{"type":18,"value":4255},{"type":13,"tag":68,"props":5700,"children":5701},{"style":106},[5702],{"type":18,"value":4260},{"type":13,"tag":68,"props":5704,"children":5705},{"style":75},[5706],{"type":18,"value":4265},{"type":13,"tag":68,"props":5708,"children":5709},{"style":106},[5710],{"type":18,"value":990},{"type":13,"tag":68,"props":5712,"children":5713},{"style":86},[5714],{"type":18,"value":4274},{"type":13,"tag":68,"props":5716,"children":5717},{"class":70,"line":1019},[5718,5722,5726,5731,5735,5739,5743,5747],{"type":13,"tag":68,"props":5719,"children":5720},{"style":75},[5721],{"type":18,"value":4240},{"type":13,"tag":68,"props":5723,"children":5724},{"style":75},[5725],{"type":18,"value":4245},{"type":13,"tag":68,"props":5727,"children":5728},{"style":106},[5729],{"type":18,"value":5730}," R8G8B8A8_UINT",{"type":13,"tag":68,"props":5732,"children":5733},{"style":75},[5734],{"type":18,"value":4255},{"type":13,"tag":68,"props":5736,"children":5737},{"style":106},[5738],{"type":18,"value":4260},{"type":13,"tag":68,"props":5740,"children":5741},{"style":75},[5742],{"type":18,"value":4265},{"type":13,"tag":68,"props":5744,"children":5745},{"style":106},[5746],{"type":18,"value":1012},{"type":13,"tag":68,"props":5748,"children":5749},{"style":86},[5750],{"type":18,"value":4274},{"type":13,"tag":68,"props":5752,"children":5753},{"class":70,"line":1041},[5754,5758,5762,5767,5771,5775,5779,5783],{"type":13,"tag":68,"props":5755,"children":5756},{"style":75},[5757],{"type":18,"value":4240},{"type":13,"tag":68,"props":5759,"children":5760},{"style":75},[5761],{"type":18,"value":4245},{"type":13,"tag":68,"props":5763,"children":5764},{"style":106},[5765],{"type":18,"value":5766}," R8G8B8A8_SINT",{"type":13,"tag":68,"props":5768,"children":5769},{"style":75},[5770],{"type":18,"value":4255},{"type":13,"tag":68,"props":5772,"children":5773},{"style":106},[5774],{"type":18,"value":4260},{"type":13,"tag":68,"props":5776,"children":5777},{"style":75},[5778],{"type":18,"value":4265},{"type":13,"tag":68,"props":5780,"children":5781},{"style":106},[5782],{"type":18,"value":1034},{"type":13,"tag":68,"props":5784,"children":5785},{"style":86},[5786],{"type":18,"value":4274},{"type":13,"tag":68,"props":5788,"children":5789},{"class":70,"line":1063},[5790,5794,5798,5803,5807,5811,5815,5819],{"type":13,"tag":68,"props":5791,"children":5792},{"style":75},[5793],{"type":18,"value":4240},{"type":13,"tag":68,"props":5795,"children":5796},{"style":75},[5797],{"type":18,"value":4245},{"type":13,"tag":68,"props":5799,"children":5800},{"style":106},[5801],{"type":18,"value":5802}," R8G8B8A8_SRGB",{"type":13,"tag":68,"props":5804,"children":5805},{"style":75},[5806],{"type":18,"value":4255},{"type":13,"tag":68,"props":5808,"children":5809},{"style":106},[5810],{"type":18,"value":4260},{"type":13,"tag":68,"props":5812,"children":5813},{"style":75},[5814],{"type":18,"value":4265},{"type":13,"tag":68,"props":5816,"children":5817},{"style":106},[5818],{"type":18,"value":1056},{"type":13,"tag":68,"props":5820,"children":5821},{"style":86},[5822],{"type":18,"value":4274},{"type":13,"tag":68,"props":5824,"children":5825},{"class":70,"line":1085},[5826,5830,5834,5839,5843,5847,5851,5855],{"type":13,"tag":68,"props":5827,"children":5828},{"style":75},[5829],{"type":18,"value":4240},{"type":13,"tag":68,"props":5831,"children":5832},{"style":75},[5833],{"type":18,"value":4245},{"type":13,"tag":68,"props":5835,"children":5836},{"style":106},[5837],{"type":18,"value":5838}," B8G8R8A8_UNORM",{"type":13,"tag":68,"props":5840,"children":5841},{"style":75},[5842],{"type":18,"value":4255},{"type":13,"tag":68,"props":5844,"children":5845},{"style":106},[5846],{"type":18,"value":4260},{"type":13,"tag":68,"props":5848,"children":5849},{"style":75},[5850],{"type":18,"value":4265},{"type":13,"tag":68,"props":5852,"children":5853},{"style":106},[5854],{"type":18,"value":1078},{"type":13,"tag":68,"props":5856,"children":5857},{"style":86},[5858],{"type":18,"value":4274},{"type":13,"tag":68,"props":5860,"children":5861},{"class":70,"line":1107},[5862,5866,5870,5875,5879,5883,5887,5891],{"type":13,"tag":68,"props":5863,"children":5864},{"style":75},[5865],{"type":18,"value":4240},{"type":13,"tag":68,"props":5867,"children":5868},{"style":75},[5869],{"type":18,"value":4245},{"type":13,"tag":68,"props":5871,"children":5872},{"style":106},[5873],{"type":18,"value":5874}," B8G8R8A8_SNORM",{"type":13,"tag":68,"props":5876,"children":5877},{"style":75},[5878],{"type":18,"value":4255},{"type":13,"tag":68,"props":5880,"children":5881},{"style":106},[5882],{"type":18,"value":4260},{"type":13,"tag":68,"props":5884,"children":5885},{"style":75},[5886],{"type":18,"value":4265},{"type":13,"tag":68,"props":5888,"children":5889},{"style":106},[5890],{"type":18,"value":1100},{"type":13,"tag":68,"props":5892,"children":5893},{"style":86},[5894],{"type":18,"value":4274},{"type":13,"tag":68,"props":5896,"children":5897},{"class":70,"line":1129},[5898,5902,5906,5911,5915,5919,5923,5927],{"type":13,"tag":68,"props":5899,"children":5900},{"style":75},[5901],{"type":18,"value":4240},{"type":13,"tag":68,"props":5903,"children":5904},{"style":75},[5905],{"type":18,"value":4245},{"type":13,"tag":68,"props":5907,"children":5908},{"style":106},[5909],{"type":18,"value":5910}," B8G8R8A8_USCALED",{"type":13,"tag":68,"props":5912,"children":5913},{"style":75},[5914],{"type":18,"value":4255},{"type":13,"tag":68,"props":5916,"children":5917},{"style":106},[5918],{"type":18,"value":4260},{"type":13,"tag":68,"props":5920,"children":5921},{"style":75},[5922],{"type":18,"value":4265},{"type":13,"tag":68,"props":5924,"children":5925},{"style":106},[5926],{"type":18,"value":1122},{"type":13,"tag":68,"props":5928,"children":5929},{"style":86},[5930],{"type":18,"value":4274},{"type":13,"tag":68,"props":5932,"children":5933},{"class":70,"line":1151},[5934,5938,5942,5947,5951,5955,5959,5963],{"type":13,"tag":68,"props":5935,"children":5936},{"style":75},[5937],{"type":18,"value":4240},{"type":13,"tag":68,"props":5939,"children":5940},{"style":75},[5941],{"type":18,"value":4245},{"type":13,"tag":68,"props":5943,"children":5944},{"style":106},[5945],{"type":18,"value":5946}," B8G8R8A8_SSCALED",{"type":13,"tag":68,"props":5948,"children":5949},{"style":75},[5950],{"type":18,"value":4255},{"type":13,"tag":68,"props":5952,"children":5953},{"style":106},[5954],{"type":18,"value":4260},{"type":13,"tag":68,"props":5956,"children":5957},{"style":75},[5958],{"type":18,"value":4265},{"type":13,"tag":68,"props":5960,"children":5961},{"style":106},[5962],{"type":18,"value":1144},{"type":13,"tag":68,"props":5964,"children":5965},{"style":86},[5966],{"type":18,"value":4274},{"type":13,"tag":68,"props":5968,"children":5969},{"class":70,"line":1173},[5970,5974,5978,5983,5987,5991,5995,5999],{"type":13,"tag":68,"props":5971,"children":5972},{"style":75},[5973],{"type":18,"value":4240},{"type":13,"tag":68,"props":5975,"children":5976},{"style":75},[5977],{"type":18,"value":4245},{"type":13,"tag":68,"props":5979,"children":5980},{"style":106},[5981],{"type":18,"value":5982}," B8G8R8A8_UINT",{"type":13,"tag":68,"props":5984,"children":5985},{"style":75},[5986],{"type":18,"value":4255},{"type":13,"tag":68,"props":5988,"children":5989},{"style":106},[5990],{"type":18,"value":4260},{"type":13,"tag":68,"props":5992,"children":5993},{"style":75},[5994],{"type":18,"value":4265},{"type":13,"tag":68,"props":5996,"children":5997},{"style":106},[5998],{"type":18,"value":1166},{"type":13,"tag":68,"props":6000,"children":6001},{"style":86},[6002],{"type":18,"value":4274},{"type":13,"tag":68,"props":6004,"children":6005},{"class":70,"line":1195},[6006,6010,6014,6019,6023,6027,6031,6035],{"type":13,"tag":68,"props":6007,"children":6008},{"style":75},[6009],{"type":18,"value":4240},{"type":13,"tag":68,"props":6011,"children":6012},{"style":75},[6013],{"type":18,"value":4245},{"type":13,"tag":68,"props":6015,"children":6016},{"style":106},[6017],{"type":18,"value":6018}," B8G8R8A8_SINT",{"type":13,"tag":68,"props":6020,"children":6021},{"style":75},[6022],{"type":18,"value":4255},{"type":13,"tag":68,"props":6024,"children":6025},{"style":106},[6026],{"type":18,"value":4260},{"type":13,"tag":68,"props":6028,"children":6029},{"style":75},[6030],{"type":18,"value":4265},{"type":13,"tag":68,"props":6032,"children":6033},{"style":106},[6034],{"type":18,"value":1188},{"type":13,"tag":68,"props":6036,"children":6037},{"style":86},[6038],{"type":18,"value":4274},{"type":13,"tag":68,"props":6040,"children":6041},{"class":70,"line":1217},[6042,6046,6050,6055,6059,6063,6067,6071],{"type":13,"tag":68,"props":6043,"children":6044},{"style":75},[6045],{"type":18,"value":4240},{"type":13,"tag":68,"props":6047,"children":6048},{"style":75},[6049],{"type":18,"value":4245},{"type":13,"tag":68,"props":6051,"children":6052},{"style":106},[6053],{"type":18,"value":6054}," B8G8R8A8_SRGB",{"type":13,"tag":68,"props":6056,"children":6057},{"style":75},[6058],{"type":18,"value":4255},{"type":13,"tag":68,"props":6060,"children":6061},{"style":106},[6062],{"type":18,"value":4260},{"type":13,"tag":68,"props":6064,"children":6065},{"style":75},[6066],{"type":18,"value":4265},{"type":13,"tag":68,"props":6068,"children":6069},{"style":106},[6070],{"type":18,"value":1210},{"type":13,"tag":68,"props":6072,"children":6073},{"style":86},[6074],{"type":18,"value":4274},{"type":13,"tag":68,"props":6076,"children":6077},{"class":70,"line":1239},[6078,6082,6086,6091,6095,6099,6103,6107],{"type":13,"tag":68,"props":6079,"children":6080},{"style":75},[6081],{"type":18,"value":4240},{"type":13,"tag":68,"props":6083,"children":6084},{"style":75},[6085],{"type":18,"value":4245},{"type":13,"tag":68,"props":6087,"children":6088},{"style":106},[6089],{"type":18,"value":6090}," A8B8G8R8_UNORM_PACK32",{"type":13,"tag":68,"props":6092,"children":6093},{"style":75},[6094],{"type":18,"value":4255},{"type":13,"tag":68,"props":6096,"children":6097},{"style":106},[6098],{"type":18,"value":4260},{"type":13,"tag":68,"props":6100,"children":6101},{"style":75},[6102],{"type":18,"value":4265},{"type":13,"tag":68,"props":6104,"children":6105},{"style":106},[6106],{"type":18,"value":1232},{"type":13,"tag":68,"props":6108,"children":6109},{"style":86},[6110],{"type":18,"value":4274},{"type":13,"tag":68,"props":6112,"children":6113},{"class":70,"line":1261},[6114,6118,6122,6127,6131,6135,6139,6143],{"type":13,"tag":68,"props":6115,"children":6116},{"style":75},[6117],{"type":18,"value":4240},{"type":13,"tag":68,"props":6119,"children":6120},{"style":75},[6121],{"type":18,"value":4245},{"type":13,"tag":68,"props":6123,"children":6124},{"style":106},[6125],{"type":18,"value":6126}," A8B8G8R8_SNORM_PACK32",{"type":13,"tag":68,"props":6128,"children":6129},{"style":75},[6130],{"type":18,"value":4255},{"type":13,"tag":68,"props":6132,"children":6133},{"style":106},[6134],{"type":18,"value":4260},{"type":13,"tag":68,"props":6136,"children":6137},{"style":75},[6138],{"type":18,"value":4265},{"type":13,"tag":68,"props":6140,"children":6141},{"style":106},[6142],{"type":18,"value":1254},{"type":13,"tag":68,"props":6144,"children":6145},{"style":86},[6146],{"type":18,"value":4274},{"type":13,"tag":68,"props":6148,"children":6149},{"class":70,"line":1283},[6150,6154,6158,6163,6167,6171,6175,6179],{"type":13,"tag":68,"props":6151,"children":6152},{"style":75},[6153],{"type":18,"value":4240},{"type":13,"tag":68,"props":6155,"children":6156},{"style":75},[6157],{"type":18,"value":4245},{"type":13,"tag":68,"props":6159,"children":6160},{"style":106},[6161],{"type":18,"value":6162}," A8B8G8R8_USCALED_PACK32",{"type":13,"tag":68,"props":6164,"children":6165},{"style":75},[6166],{"type":18,"value":4255},{"type":13,"tag":68,"props":6168,"children":6169},{"style":106},[6170],{"type":18,"value":4260},{"type":13,"tag":68,"props":6172,"children":6173},{"style":75},[6174],{"type":18,"value":4265},{"type":13,"tag":68,"props":6176,"children":6177},{"style":106},[6178],{"type":18,"value":1276},{"type":13,"tag":68,"props":6180,"children":6181},{"style":86},[6182],{"type":18,"value":4274},{"type":13,"tag":68,"props":6184,"children":6185},{"class":70,"line":1305},[6186,6190,6194,6199,6203,6207,6211,6215],{"type":13,"tag":68,"props":6187,"children":6188},{"style":75},[6189],{"type":18,"value":4240},{"type":13,"tag":68,"props":6191,"children":6192},{"style":75},[6193],{"type":18,"value":4245},{"type":13,"tag":68,"props":6195,"children":6196},{"style":106},[6197],{"type":18,"value":6198}," A8B8G8R8_SSCALED_PACK32",{"type":13,"tag":68,"props":6200,"children":6201},{"style":75},[6202],{"type":18,"value":4255},{"type":13,"tag":68,"props":6204,"children":6205},{"style":106},[6206],{"type":18,"value":4260},{"type":13,"tag":68,"props":6208,"children":6209},{"style":75},[6210],{"type":18,"value":4265},{"type":13,"tag":68,"props":6212,"children":6213},{"style":106},[6214],{"type":18,"value":1298},{"type":13,"tag":68,"props":6216,"children":6217},{"style":86},[6218],{"type":18,"value":4274},{"type":13,"tag":68,"props":6220,"children":6221},{"class":70,"line":1327},[6222,6226,6230,6235,6239,6243,6247,6251],{"type":13,"tag":68,"props":6223,"children":6224},{"style":75},[6225],{"type":18,"value":4240},{"type":13,"tag":68,"props":6227,"children":6228},{"style":75},[6229],{"type":18,"value":4245},{"type":13,"tag":68,"props":6231,"children":6232},{"style":106},[6233],{"type":18,"value":6234}," A8B8G8R8_UINT_PACK32",{"type":13,"tag":68,"props":6236,"children":6237},{"style":75},[6238],{"type":18,"value":4255},{"type":13,"tag":68,"props":6240,"children":6241},{"style":106},[6242],{"type":18,"value":4260},{"type":13,"tag":68,"props":6244,"children":6245},{"style":75},[6246],{"type":18,"value":4265},{"type":13,"tag":68,"props":6248,"children":6249},{"style":106},[6250],{"type":18,"value":1320},{"type":13,"tag":68,"props":6252,"children":6253},{"style":86},[6254],{"type":18,"value":4274},{"type":13,"tag":68,"props":6256,"children":6257},{"class":70,"line":1349},[6258,6262,6266,6271,6275,6279,6283,6287],{"type":13,"tag":68,"props":6259,"children":6260},{"style":75},[6261],{"type":18,"value":4240},{"type":13,"tag":68,"props":6263,"children":6264},{"style":75},[6265],{"type":18,"value":4245},{"type":13,"tag":68,"props":6267,"children":6268},{"style":106},[6269],{"type":18,"value":6270}," A8B8G8R8_SINT_PACK32",{"type":13,"tag":68,"props":6272,"children":6273},{"style":75},[6274],{"type":18,"value":4255},{"type":13,"tag":68,"props":6276,"children":6277},{"style":106},[6278],{"type":18,"value":4260},{"type":13,"tag":68,"props":6280,"children":6281},{"style":75},[6282],{"type":18,"value":4265},{"type":13,"tag":68,"props":6284,"children":6285},{"style":106},[6286],{"type":18,"value":1342},{"type":13,"tag":68,"props":6288,"children":6289},{"style":86},[6290],{"type":18,"value":4274},{"type":13,"tag":68,"props":6292,"children":6293},{"class":70,"line":1371},[6294,6298,6302,6307,6311,6315,6319,6323],{"type":13,"tag":68,"props":6295,"children":6296},{"style":75},[6297],{"type":18,"value":4240},{"type":13,"tag":68,"props":6299,"children":6300},{"style":75},[6301],{"type":18,"value":4245},{"type":13,"tag":68,"props":6303,"children":6304},{"style":106},[6305],{"type":18,"value":6306}," A8B8G8R8_SRGB_PACK32",{"type":13,"tag":68,"props":6308,"children":6309},{"style":75},[6310],{"type":18,"value":4255},{"type":13,"tag":68,"props":6312,"children":6313},{"style":106},[6314],{"type":18,"value":4260},{"type":13,"tag":68,"props":6316,"children":6317},{"style":75},[6318],{"type":18,"value":4265},{"type":13,"tag":68,"props":6320,"children":6321},{"style":106},[6322],{"type":18,"value":1364},{"type":13,"tag":68,"props":6324,"children":6325},{"style":86},[6326],{"type":18,"value":4274},{"type":13,"tag":68,"props":6328,"children":6329},{"class":70,"line":1393},[6330,6334,6338,6343,6347,6351,6355,6359],{"type":13,"tag":68,"props":6331,"children":6332},{"style":75},[6333],{"type":18,"value":4240},{"type":13,"tag":68,"props":6335,"children":6336},{"style":75},[6337],{"type":18,"value":4245},{"type":13,"tag":68,"props":6339,"children":6340},{"style":106},[6341],{"type":18,"value":6342}," A2R10G10B10_UNORM_PACK32",{"type":13,"tag":68,"props":6344,"children":6345},{"style":75},[6346],{"type":18,"value":4255},{"type":13,"tag":68,"props":6348,"children":6349},{"style":106},[6350],{"type":18,"value":4260},{"type":13,"tag":68,"props":6352,"children":6353},{"style":75},[6354],{"type":18,"value":4265},{"type":13,"tag":68,"props":6356,"children":6357},{"style":106},[6358],{"type":18,"value":1386},{"type":13,"tag":68,"props":6360,"children":6361},{"style":86},[6362],{"type":18,"value":4274},{"type":13,"tag":68,"props":6364,"children":6365},{"class":70,"line":1415},[6366,6370,6374,6379,6383,6387,6391,6395],{"type":13,"tag":68,"props":6367,"children":6368},{"style":75},[6369],{"type":18,"value":4240},{"type":13,"tag":68,"props":6371,"children":6372},{"style":75},[6373],{"type":18,"value":4245},{"type":13,"tag":68,"props":6375,"children":6376},{"style":106},[6377],{"type":18,"value":6378}," A2R10G10B10_SNORM_PACK32",{"type":13,"tag":68,"props":6380,"children":6381},{"style":75},[6382],{"type":18,"value":4255},{"type":13,"tag":68,"props":6384,"children":6385},{"style":106},[6386],{"type":18,"value":4260},{"type":13,"tag":68,"props":6388,"children":6389},{"style":75},[6390],{"type":18,"value":4265},{"type":13,"tag":68,"props":6392,"children":6393},{"style":106},[6394],{"type":18,"value":1408},{"type":13,"tag":68,"props":6396,"children":6397},{"style":86},[6398],{"type":18,"value":4274},{"type":13,"tag":68,"props":6400,"children":6401},{"class":70,"line":1437},[6402,6406,6410,6415,6419,6423,6427,6431],{"type":13,"tag":68,"props":6403,"children":6404},{"style":75},[6405],{"type":18,"value":4240},{"type":13,"tag":68,"props":6407,"children":6408},{"style":75},[6409],{"type":18,"value":4245},{"type":13,"tag":68,"props":6411,"children":6412},{"style":106},[6413],{"type":18,"value":6414}," A2R10G10B10_USCALED_PACK32",{"type":13,"tag":68,"props":6416,"children":6417},{"style":75},[6418],{"type":18,"value":4255},{"type":13,"tag":68,"props":6420,"children":6421},{"style":106},[6422],{"type":18,"value":4260},{"type":13,"tag":68,"props":6424,"children":6425},{"style":75},[6426],{"type":18,"value":4265},{"type":13,"tag":68,"props":6428,"children":6429},{"style":106},[6430],{"type":18,"value":1430},{"type":13,"tag":68,"props":6432,"children":6433},{"style":86},[6434],{"type":18,"value":4274},{"type":13,"tag":68,"props":6436,"children":6437},{"class":70,"line":1459},[6438,6442,6446,6451,6455,6459,6463,6467],{"type":13,"tag":68,"props":6439,"children":6440},{"style":75},[6441],{"type":18,"value":4240},{"type":13,"tag":68,"props":6443,"children":6444},{"style":75},[6445],{"type":18,"value":4245},{"type":13,"tag":68,"props":6447,"children":6448},{"style":106},[6449],{"type":18,"value":6450}," A2R10G10B10_SSCALED_PACK32",{"type":13,"tag":68,"props":6452,"children":6453},{"style":75},[6454],{"type":18,"value":4255},{"type":13,"tag":68,"props":6456,"children":6457},{"style":106},[6458],{"type":18,"value":4260},{"type":13,"tag":68,"props":6460,"children":6461},{"style":75},[6462],{"type":18,"value":4265},{"type":13,"tag":68,"props":6464,"children":6465},{"style":106},[6466],{"type":18,"value":1452},{"type":13,"tag":68,"props":6468,"children":6469},{"style":86},[6470],{"type":18,"value":4274},{"type":13,"tag":68,"props":6472,"children":6473},{"class":70,"line":1481},[6474,6478,6482,6487,6491,6495,6499,6503],{"type":13,"tag":68,"props":6475,"children":6476},{"style":75},[6477],{"type":18,"value":4240},{"type":13,"tag":68,"props":6479,"children":6480},{"style":75},[6481],{"type":18,"value":4245},{"type":13,"tag":68,"props":6483,"children":6484},{"style":106},[6485],{"type":18,"value":6486}," A2R10G10B10_UINT_PACK32",{"type":13,"tag":68,"props":6488,"children":6489},{"style":75},[6490],{"type":18,"value":4255},{"type":13,"tag":68,"props":6492,"children":6493},{"style":106},[6494],{"type":18,"value":4260},{"type":13,"tag":68,"props":6496,"children":6497},{"style":75},[6498],{"type":18,"value":4265},{"type":13,"tag":68,"props":6500,"children":6501},{"style":106},[6502],{"type":18,"value":1474},{"type":13,"tag":68,"props":6504,"children":6505},{"style":86},[6506],{"type":18,"value":4274},{"type":13,"tag":68,"props":6508,"children":6509},{"class":70,"line":1503},[6510,6514,6518,6523,6527,6531,6535,6539],{"type":13,"tag":68,"props":6511,"children":6512},{"style":75},[6513],{"type":18,"value":4240},{"type":13,"tag":68,"props":6515,"children":6516},{"style":75},[6517],{"type":18,"value":4245},{"type":13,"tag":68,"props":6519,"children":6520},{"style":106},[6521],{"type":18,"value":6522}," A2R10G10B10_SINT_PACK32",{"type":13,"tag":68,"props":6524,"children":6525},{"style":75},[6526],{"type":18,"value":4255},{"type":13,"tag":68,"props":6528,"children":6529},{"style":106},[6530],{"type":18,"value":4260},{"type":13,"tag":68,"props":6532,"children":6533},{"style":75},[6534],{"type":18,"value":4265},{"type":13,"tag":68,"props":6536,"children":6537},{"style":106},[6538],{"type":18,"value":1496},{"type":13,"tag":68,"props":6540,"children":6541},{"style":86},[6542],{"type":18,"value":4274},{"type":13,"tag":68,"props":6544,"children":6545},{"class":70,"line":1525},[6546,6550,6554,6559,6563,6567,6571,6575],{"type":13,"tag":68,"props":6547,"children":6548},{"style":75},[6549],{"type":18,"value":4240},{"type":13,"tag":68,"props":6551,"children":6552},{"style":75},[6553],{"type":18,"value":4245},{"type":13,"tag":68,"props":6555,"children":6556},{"style":106},[6557],{"type":18,"value":6558}," A2B10G10R10_UNORM_PACK32",{"type":13,"tag":68,"props":6560,"children":6561},{"style":75},[6562],{"type":18,"value":4255},{"type":13,"tag":68,"props":6564,"children":6565},{"style":106},[6566],{"type":18,"value":4260},{"type":13,"tag":68,"props":6568,"children":6569},{"style":75},[6570],{"type":18,"value":4265},{"type":13,"tag":68,"props":6572,"children":6573},{"style":106},[6574],{"type":18,"value":1518},{"type":13,"tag":68,"props":6576,"children":6577},{"style":86},[6578],{"type":18,"value":4274},{"type":13,"tag":68,"props":6580,"children":6581},{"class":70,"line":1547},[6582,6586,6590,6595,6599,6603,6607,6611],{"type":13,"tag":68,"props":6583,"children":6584},{"style":75},[6585],{"type":18,"value":4240},{"type":13,"tag":68,"props":6587,"children":6588},{"style":75},[6589],{"type":18,"value":4245},{"type":13,"tag":68,"props":6591,"children":6592},{"style":106},[6593],{"type":18,"value":6594}," A2B10G10R10_SNORM_PACK32",{"type":13,"tag":68,"props":6596,"children":6597},{"style":75},[6598],{"type":18,"value":4255},{"type":13,"tag":68,"props":6600,"children":6601},{"style":106},[6602],{"type":18,"value":4260},{"type":13,"tag":68,"props":6604,"children":6605},{"style":75},[6606],{"type":18,"value":4265},{"type":13,"tag":68,"props":6608,"children":6609},{"style":106},[6610],{"type":18,"value":1540},{"type":13,"tag":68,"props":6612,"children":6613},{"style":86},[6614],{"type":18,"value":4274},{"type":13,"tag":68,"props":6616,"children":6617},{"class":70,"line":1569},[6618,6622,6626,6631,6635,6639,6643,6647],{"type":13,"tag":68,"props":6619,"children":6620},{"style":75},[6621],{"type":18,"value":4240},{"type":13,"tag":68,"props":6623,"children":6624},{"style":75},[6625],{"type":18,"value":4245},{"type":13,"tag":68,"props":6627,"children":6628},{"style":106},[6629],{"type":18,"value":6630}," A2B10G10R10_USCALED_PACK32",{"type":13,"tag":68,"props":6632,"children":6633},{"style":75},[6634],{"type":18,"value":4255},{"type":13,"tag":68,"props":6636,"children":6637},{"style":106},[6638],{"type":18,"value":4260},{"type":13,"tag":68,"props":6640,"children":6641},{"style":75},[6642],{"type":18,"value":4265},{"type":13,"tag":68,"props":6644,"children":6645},{"style":106},[6646],{"type":18,"value":1562},{"type":13,"tag":68,"props":6648,"children":6649},{"style":86},[6650],{"type":18,"value":4274},{"type":13,"tag":68,"props":6652,"children":6653},{"class":70,"line":1591},[6654,6658,6662,6667,6671,6675,6679,6683],{"type":13,"tag":68,"props":6655,"children":6656},{"style":75},[6657],{"type":18,"value":4240},{"type":13,"tag":68,"props":6659,"children":6660},{"style":75},[6661],{"type":18,"value":4245},{"type":13,"tag":68,"props":6663,"children":6664},{"style":106},[6665],{"type":18,"value":6666}," A2B10G10R10_SSCALED_PACK32",{"type":13,"tag":68,"props":6668,"children":6669},{"style":75},[6670],{"type":18,"value":4255},{"type":13,"tag":68,"props":6672,"children":6673},{"style":106},[6674],{"type":18,"value":4260},{"type":13,"tag":68,"props":6676,"children":6677},{"style":75},[6678],{"type":18,"value":4265},{"type":13,"tag":68,"props":6680,"children":6681},{"style":106},[6682],{"type":18,"value":1584},{"type":13,"tag":68,"props":6684,"children":6685},{"style":86},[6686],{"type":18,"value":4274},{"type":13,"tag":68,"props":6688,"children":6689},{"class":70,"line":1613},[6690,6694,6698,6703,6707,6711,6715,6719],{"type":13,"tag":68,"props":6691,"children":6692},{"style":75},[6693],{"type":18,"value":4240},{"type":13,"tag":68,"props":6695,"children":6696},{"style":75},[6697],{"type":18,"value":4245},{"type":13,"tag":68,"props":6699,"children":6700},{"style":106},[6701],{"type":18,"value":6702}," A2B10G10R10_UINT_PACK32",{"type":13,"tag":68,"props":6704,"children":6705},{"style":75},[6706],{"type":18,"value":4255},{"type":13,"tag":68,"props":6708,"children":6709},{"style":106},[6710],{"type":18,"value":4260},{"type":13,"tag":68,"props":6712,"children":6713},{"style":75},[6714],{"type":18,"value":4265},{"type":13,"tag":68,"props":6716,"children":6717},{"style":106},[6718],{"type":18,"value":1606},{"type":13,"tag":68,"props":6720,"children":6721},{"style":86},[6722],{"type":18,"value":4274},{"type":13,"tag":68,"props":6724,"children":6725},{"class":70,"line":1635},[6726,6730,6734,6739,6743,6747,6751,6755],{"type":13,"tag":68,"props":6727,"children":6728},{"style":75},[6729],{"type":18,"value":4240},{"type":13,"tag":68,"props":6731,"children":6732},{"style":75},[6733],{"type":18,"value":4245},{"type":13,"tag":68,"props":6735,"children":6736},{"style":106},[6737],{"type":18,"value":6738}," A2B10G10R10_SINT_PACK32",{"type":13,"tag":68,"props":6740,"children":6741},{"style":75},[6742],{"type":18,"value":4255},{"type":13,"tag":68,"props":6744,"children":6745},{"style":106},[6746],{"type":18,"value":4260},{"type":13,"tag":68,"props":6748,"children":6749},{"style":75},[6750],{"type":18,"value":4265},{"type":13,"tag":68,"props":6752,"children":6753},{"style":106},[6754],{"type":18,"value":1628},{"type":13,"tag":68,"props":6756,"children":6757},{"style":86},[6758],{"type":18,"value":4274},{"type":13,"tag":68,"props":6760,"children":6761},{"class":70,"line":1657},[6762,6766,6770,6775,6779,6783,6787,6791],{"type":13,"tag":68,"props":6763,"children":6764},{"style":75},[6765],{"type":18,"value":4240},{"type":13,"tag":68,"props":6767,"children":6768},{"style":75},[6769],{"type":18,"value":4245},{"type":13,"tag":68,"props":6771,"children":6772},{"style":106},[6773],{"type":18,"value":6774}," R16_UNORM",{"type":13,"tag":68,"props":6776,"children":6777},{"style":75},[6778],{"type":18,"value":4255},{"type":13,"tag":68,"props":6780,"children":6781},{"style":106},[6782],{"type":18,"value":4260},{"type":13,"tag":68,"props":6784,"children":6785},{"style":75},[6786],{"type":18,"value":4265},{"type":13,"tag":68,"props":6788,"children":6789},{"style":106},[6790],{"type":18,"value":1650},{"type":13,"tag":68,"props":6792,"children":6793},{"style":86},[6794],{"type":18,"value":4274},{"type":13,"tag":68,"props":6796,"children":6797},{"class":70,"line":1679},[6798,6802,6806,6811,6815,6819,6823,6827],{"type":13,"tag":68,"props":6799,"children":6800},{"style":75},[6801],{"type":18,"value":4240},{"type":13,"tag":68,"props":6803,"children":6804},{"style":75},[6805],{"type":18,"value":4245},{"type":13,"tag":68,"props":6807,"children":6808},{"style":106},[6809],{"type":18,"value":6810}," R16_SNORM",{"type":13,"tag":68,"props":6812,"children":6813},{"style":75},[6814],{"type":18,"value":4255},{"type":13,"tag":68,"props":6816,"children":6817},{"style":106},[6818],{"type":18,"value":4260},{"type":13,"tag":68,"props":6820,"children":6821},{"style":75},[6822],{"type":18,"value":4265},{"type":13,"tag":68,"props":6824,"children":6825},{"style":106},[6826],{"type":18,"value":1672},{"type":13,"tag":68,"props":6828,"children":6829},{"style":86},[6830],{"type":18,"value":4274},{"type":13,"tag":68,"props":6832,"children":6833},{"class":70,"line":1701},[6834,6838,6842,6847,6851,6855,6859,6863],{"type":13,"tag":68,"props":6835,"children":6836},{"style":75},[6837],{"type":18,"value":4240},{"type":13,"tag":68,"props":6839,"children":6840},{"style":75},[6841],{"type":18,"value":4245},{"type":13,"tag":68,"props":6843,"children":6844},{"style":106},[6845],{"type":18,"value":6846}," R16_USCALED",{"type":13,"tag":68,"props":6848,"children":6849},{"style":75},[6850],{"type":18,"value":4255},{"type":13,"tag":68,"props":6852,"children":6853},{"style":106},[6854],{"type":18,"value":4260},{"type":13,"tag":68,"props":6856,"children":6857},{"style":75},[6858],{"type":18,"value":4265},{"type":13,"tag":68,"props":6860,"children":6861},{"style":106},[6862],{"type":18,"value":1694},{"type":13,"tag":68,"props":6864,"children":6865},{"style":86},[6866],{"type":18,"value":4274},{"type":13,"tag":68,"props":6868,"children":6869},{"class":70,"line":1723},[6870,6874,6878,6883,6887,6891,6895,6899],{"type":13,"tag":68,"props":6871,"children":6872},{"style":75},[6873],{"type":18,"value":4240},{"type":13,"tag":68,"props":6875,"children":6876},{"style":75},[6877],{"type":18,"value":4245},{"type":13,"tag":68,"props":6879,"children":6880},{"style":106},[6881],{"type":18,"value":6882}," R16_SSCALED",{"type":13,"tag":68,"props":6884,"children":6885},{"style":75},[6886],{"type":18,"value":4255},{"type":13,"tag":68,"props":6888,"children":6889},{"style":106},[6890],{"type":18,"value":4260},{"type":13,"tag":68,"props":6892,"children":6893},{"style":75},[6894],{"type":18,"value":4265},{"type":13,"tag":68,"props":6896,"children":6897},{"style":106},[6898],{"type":18,"value":1716},{"type":13,"tag":68,"props":6900,"children":6901},{"style":86},[6902],{"type":18,"value":4274},{"type":13,"tag":68,"props":6904,"children":6905},{"class":70,"line":1745},[6906,6910,6914,6919,6923,6927,6931,6935],{"type":13,"tag":68,"props":6907,"children":6908},{"style":75},[6909],{"type":18,"value":4240},{"type":13,"tag":68,"props":6911,"children":6912},{"style":75},[6913],{"type":18,"value":4245},{"type":13,"tag":68,"props":6915,"children":6916},{"style":106},[6917],{"type":18,"value":6918}," R16_UINT",{"type":13,"tag":68,"props":6920,"children":6921},{"style":75},[6922],{"type":18,"value":4255},{"type":13,"tag":68,"props":6924,"children":6925},{"style":106},[6926],{"type":18,"value":4260},{"type":13,"tag":68,"props":6928,"children":6929},{"style":75},[6930],{"type":18,"value":4265},{"type":13,"tag":68,"props":6932,"children":6933},{"style":106},[6934],{"type":18,"value":1738},{"type":13,"tag":68,"props":6936,"children":6937},{"style":86},[6938],{"type":18,"value":4274},{"type":13,"tag":68,"props":6940,"children":6941},{"class":70,"line":1767},[6942,6946,6950,6955,6959,6963,6967,6971],{"type":13,"tag":68,"props":6943,"children":6944},{"style":75},[6945],{"type":18,"value":4240},{"type":13,"tag":68,"props":6947,"children":6948},{"style":75},[6949],{"type":18,"value":4245},{"type":13,"tag":68,"props":6951,"children":6952},{"style":106},[6953],{"type":18,"value":6954}," R16_SINT",{"type":13,"tag":68,"props":6956,"children":6957},{"style":75},[6958],{"type":18,"value":4255},{"type":13,"tag":68,"props":6960,"children":6961},{"style":106},[6962],{"type":18,"value":4260},{"type":13,"tag":68,"props":6964,"children":6965},{"style":75},[6966],{"type":18,"value":4265},{"type":13,"tag":68,"props":6968,"children":6969},{"style":106},[6970],{"type":18,"value":1760},{"type":13,"tag":68,"props":6972,"children":6973},{"style":86},[6974],{"type":18,"value":4274},{"type":13,"tag":68,"props":6976,"children":6977},{"class":70,"line":1789},[6978,6982,6986,6991,6995,6999,7003,7007],{"type":13,"tag":68,"props":6979,"children":6980},{"style":75},[6981],{"type":18,"value":4240},{"type":13,"tag":68,"props":6983,"children":6984},{"style":75},[6985],{"type":18,"value":4245},{"type":13,"tag":68,"props":6987,"children":6988},{"style":106},[6989],{"type":18,"value":6990}," R16_SFLOAT",{"type":13,"tag":68,"props":6992,"children":6993},{"style":75},[6994],{"type":18,"value":4255},{"type":13,"tag":68,"props":6996,"children":6997},{"style":106},[6998],{"type":18,"value":4260},{"type":13,"tag":68,"props":7000,"children":7001},{"style":75},[7002],{"type":18,"value":4265},{"type":13,"tag":68,"props":7004,"children":7005},{"style":106},[7006],{"type":18,"value":1782},{"type":13,"tag":68,"props":7008,"children":7009},{"style":86},[7010],{"type":18,"value":4274},{"type":13,"tag":68,"props":7012,"children":7013},{"class":70,"line":1811},[7014,7018,7022,7027,7031,7035,7039,7043],{"type":13,"tag":68,"props":7015,"children":7016},{"style":75},[7017],{"type":18,"value":4240},{"type":13,"tag":68,"props":7019,"children":7020},{"style":75},[7021],{"type":18,"value":4245},{"type":13,"tag":68,"props":7023,"children":7024},{"style":106},[7025],{"type":18,"value":7026}," R16G16_UNORM",{"type":13,"tag":68,"props":7028,"children":7029},{"style":75},[7030],{"type":18,"value":4255},{"type":13,"tag":68,"props":7032,"children":7033},{"style":106},[7034],{"type":18,"value":4260},{"type":13,"tag":68,"props":7036,"children":7037},{"style":75},[7038],{"type":18,"value":4265},{"type":13,"tag":68,"props":7040,"children":7041},{"style":106},[7042],{"type":18,"value":1804},{"type":13,"tag":68,"props":7044,"children":7045},{"style":86},[7046],{"type":18,"value":4274},{"type":13,"tag":68,"props":7048,"children":7049},{"class":70,"line":1833},[7050,7054,7058,7063,7067,7071,7075,7079],{"type":13,"tag":68,"props":7051,"children":7052},{"style":75},[7053],{"type":18,"value":4240},{"type":13,"tag":68,"props":7055,"children":7056},{"style":75},[7057],{"type":18,"value":4245},{"type":13,"tag":68,"props":7059,"children":7060},{"style":106},[7061],{"type":18,"value":7062}," R16G16_SNORM",{"type":13,"tag":68,"props":7064,"children":7065},{"style":75},[7066],{"type":18,"value":4255},{"type":13,"tag":68,"props":7068,"children":7069},{"style":106},[7070],{"type":18,"value":4260},{"type":13,"tag":68,"props":7072,"children":7073},{"style":75},[7074],{"type":18,"value":4265},{"type":13,"tag":68,"props":7076,"children":7077},{"style":106},[7078],{"type":18,"value":1826},{"type":13,"tag":68,"props":7080,"children":7081},{"style":86},[7082],{"type":18,"value":4274},{"type":13,"tag":68,"props":7084,"children":7085},{"class":70,"line":1855},[7086,7090,7094,7099,7103,7107,7111,7115],{"type":13,"tag":68,"props":7087,"children":7088},{"style":75},[7089],{"type":18,"value":4240},{"type":13,"tag":68,"props":7091,"children":7092},{"style":75},[7093],{"type":18,"value":4245},{"type":13,"tag":68,"props":7095,"children":7096},{"style":106},[7097],{"type":18,"value":7098}," R16G16_USCALED",{"type":13,"tag":68,"props":7100,"children":7101},{"style":75},[7102],{"type":18,"value":4255},{"type":13,"tag":68,"props":7104,"children":7105},{"style":106},[7106],{"type":18,"value":4260},{"type":13,"tag":68,"props":7108,"children":7109},{"style":75},[7110],{"type":18,"value":4265},{"type":13,"tag":68,"props":7112,"children":7113},{"style":106},[7114],{"type":18,"value":1848},{"type":13,"tag":68,"props":7116,"children":7117},{"style":86},[7118],{"type":18,"value":4274},{"type":13,"tag":68,"props":7120,"children":7121},{"class":70,"line":1877},[7122,7126,7130,7135,7139,7143,7147,7151],{"type":13,"tag":68,"props":7123,"children":7124},{"style":75},[7125],{"type":18,"value":4240},{"type":13,"tag":68,"props":7127,"children":7128},{"style":75},[7129],{"type":18,"value":4245},{"type":13,"tag":68,"props":7131,"children":7132},{"style":106},[7133],{"type":18,"value":7134}," R16G16_SSCALED",{"type":13,"tag":68,"props":7136,"children":7137},{"style":75},[7138],{"type":18,"value":4255},{"type":13,"tag":68,"props":7140,"children":7141},{"style":106},[7142],{"type":18,"value":4260},{"type":13,"tag":68,"props":7144,"children":7145},{"style":75},[7146],{"type":18,"value":4265},{"type":13,"tag":68,"props":7148,"children":7149},{"style":106},[7150],{"type":18,"value":1870},{"type":13,"tag":68,"props":7152,"children":7153},{"style":86},[7154],{"type":18,"value":4274},{"type":13,"tag":68,"props":7156,"children":7157},{"class":70,"line":1899},[7158,7162,7166,7171,7175,7179,7183,7187],{"type":13,"tag":68,"props":7159,"children":7160},{"style":75},[7161],{"type":18,"value":4240},{"type":13,"tag":68,"props":7163,"children":7164},{"style":75},[7165],{"type":18,"value":4245},{"type":13,"tag":68,"props":7167,"children":7168},{"style":106},[7169],{"type":18,"value":7170}," R16G16_UINT",{"type":13,"tag":68,"props":7172,"children":7173},{"style":75},[7174],{"type":18,"value":4255},{"type":13,"tag":68,"props":7176,"children":7177},{"style":106},[7178],{"type":18,"value":4260},{"type":13,"tag":68,"props":7180,"children":7181},{"style":75},[7182],{"type":18,"value":4265},{"type":13,"tag":68,"props":7184,"children":7185},{"style":106},[7186],{"type":18,"value":1892},{"type":13,"tag":68,"props":7188,"children":7189},{"style":86},[7190],{"type":18,"value":4274},{"type":13,"tag":68,"props":7192,"children":7193},{"class":70,"line":1921},[7194,7198,7202,7207,7211,7215,7219,7223],{"type":13,"tag":68,"props":7195,"children":7196},{"style":75},[7197],{"type":18,"value":4240},{"type":13,"tag":68,"props":7199,"children":7200},{"style":75},[7201],{"type":18,"value":4245},{"type":13,"tag":68,"props":7203,"children":7204},{"style":106},[7205],{"type":18,"value":7206}," R16G16_SINT",{"type":13,"tag":68,"props":7208,"children":7209},{"style":75},[7210],{"type":18,"value":4255},{"type":13,"tag":68,"props":7212,"children":7213},{"style":106},[7214],{"type":18,"value":4260},{"type":13,"tag":68,"props":7216,"children":7217},{"style":75},[7218],{"type":18,"value":4265},{"type":13,"tag":68,"props":7220,"children":7221},{"style":106},[7222],{"type":18,"value":1914},{"type":13,"tag":68,"props":7224,"children":7225},{"style":86},[7226],{"type":18,"value":4274},{"type":13,"tag":68,"props":7228,"children":7229},{"class":70,"line":1943},[7230,7234,7238,7243,7247,7251,7255,7259],{"type":13,"tag":68,"props":7231,"children":7232},{"style":75},[7233],{"type":18,"value":4240},{"type":13,"tag":68,"props":7235,"children":7236},{"style":75},[7237],{"type":18,"value":4245},{"type":13,"tag":68,"props":7239,"children":7240},{"style":106},[7241],{"type":18,"value":7242}," R16G16_SFLOAT",{"type":13,"tag":68,"props":7244,"children":7245},{"style":75},[7246],{"type":18,"value":4255},{"type":13,"tag":68,"props":7248,"children":7249},{"style":106},[7250],{"type":18,"value":4260},{"type":13,"tag":68,"props":7252,"children":7253},{"style":75},[7254],{"type":18,"value":4265},{"type":13,"tag":68,"props":7256,"children":7257},{"style":106},[7258],{"type":18,"value":1936},{"type":13,"tag":68,"props":7260,"children":7261},{"style":86},[7262],{"type":18,"value":4274},{"type":13,"tag":68,"props":7264,"children":7265},{"class":70,"line":1965},[7266,7270,7274,7279,7283,7287,7291,7295],{"type":13,"tag":68,"props":7267,"children":7268},{"style":75},[7269],{"type":18,"value":4240},{"type":13,"tag":68,"props":7271,"children":7272},{"style":75},[7273],{"type":18,"value":4245},{"type":13,"tag":68,"props":7275,"children":7276},{"style":106},[7277],{"type":18,"value":7278}," R16G16B16_UNORM",{"type":13,"tag":68,"props":7280,"children":7281},{"style":75},[7282],{"type":18,"value":4255},{"type":13,"tag":68,"props":7284,"children":7285},{"style":106},[7286],{"type":18,"value":4260},{"type":13,"tag":68,"props":7288,"children":7289},{"style":75},[7290],{"type":18,"value":4265},{"type":13,"tag":68,"props":7292,"children":7293},{"style":106},[7294],{"type":18,"value":1958},{"type":13,"tag":68,"props":7296,"children":7297},{"style":86},[7298],{"type":18,"value":4274},{"type":13,"tag":68,"props":7300,"children":7301},{"class":70,"line":1987},[7302,7306,7310,7315,7319,7323,7327,7331],{"type":13,"tag":68,"props":7303,"children":7304},{"style":75},[7305],{"type":18,"value":4240},{"type":13,"tag":68,"props":7307,"children":7308},{"style":75},[7309],{"type":18,"value":4245},{"type":13,"tag":68,"props":7311,"children":7312},{"style":106},[7313],{"type":18,"value":7314}," R16G16B16_SNORM",{"type":13,"tag":68,"props":7316,"children":7317},{"style":75},[7318],{"type":18,"value":4255},{"type":13,"tag":68,"props":7320,"children":7321},{"style":106},[7322],{"type":18,"value":4260},{"type":13,"tag":68,"props":7324,"children":7325},{"style":75},[7326],{"type":18,"value":4265},{"type":13,"tag":68,"props":7328,"children":7329},{"style":106},[7330],{"type":18,"value":1980},{"type":13,"tag":68,"props":7332,"children":7333},{"style":86},[7334],{"type":18,"value":4274},{"type":13,"tag":68,"props":7336,"children":7337},{"class":70,"line":2009},[7338,7342,7346,7351,7355,7359,7363,7367],{"type":13,"tag":68,"props":7339,"children":7340},{"style":75},[7341],{"type":18,"value":4240},{"type":13,"tag":68,"props":7343,"children":7344},{"style":75},[7345],{"type":18,"value":4245},{"type":13,"tag":68,"props":7347,"children":7348},{"style":106},[7349],{"type":18,"value":7350}," R16G16B16_USCALED",{"type":13,"tag":68,"props":7352,"children":7353},{"style":75},[7354],{"type":18,"value":4255},{"type":13,"tag":68,"props":7356,"children":7357},{"style":106},[7358],{"type":18,"value":4260},{"type":13,"tag":68,"props":7360,"children":7361},{"style":75},[7362],{"type":18,"value":4265},{"type":13,"tag":68,"props":7364,"children":7365},{"style":106},[7366],{"type":18,"value":2002},{"type":13,"tag":68,"props":7368,"children":7369},{"style":86},[7370],{"type":18,"value":4274},{"type":13,"tag":68,"props":7372,"children":7373},{"class":70,"line":2031},[7374,7378,7382,7387,7391,7395,7399,7403],{"type":13,"tag":68,"props":7375,"children":7376},{"style":75},[7377],{"type":18,"value":4240},{"type":13,"tag":68,"props":7379,"children":7380},{"style":75},[7381],{"type":18,"value":4245},{"type":13,"tag":68,"props":7383,"children":7384},{"style":106},[7385],{"type":18,"value":7386}," R16G16B16_SSCALED",{"type":13,"tag":68,"props":7388,"children":7389},{"style":75},[7390],{"type":18,"value":4255},{"type":13,"tag":68,"props":7392,"children":7393},{"style":106},[7394],{"type":18,"value":4260},{"type":13,"tag":68,"props":7396,"children":7397},{"style":75},[7398],{"type":18,"value":4265},{"type":13,"tag":68,"props":7400,"children":7401},{"style":106},[7402],{"type":18,"value":2024},{"type":13,"tag":68,"props":7404,"children":7405},{"style":86},[7406],{"type":18,"value":4274},{"type":13,"tag":68,"props":7408,"children":7409},{"class":70,"line":2053},[7410,7414,7418,7423,7427,7431,7435,7439],{"type":13,"tag":68,"props":7411,"children":7412},{"style":75},[7413],{"type":18,"value":4240},{"type":13,"tag":68,"props":7415,"children":7416},{"style":75},[7417],{"type":18,"value":4245},{"type":13,"tag":68,"props":7419,"children":7420},{"style":106},[7421],{"type":18,"value":7422}," R16G16B16_UINT",{"type":13,"tag":68,"props":7424,"children":7425},{"style":75},[7426],{"type":18,"value":4255},{"type":13,"tag":68,"props":7428,"children":7429},{"style":106},[7430],{"type":18,"value":4260},{"type":13,"tag":68,"props":7432,"children":7433},{"style":75},[7434],{"type":18,"value":4265},{"type":13,"tag":68,"props":7436,"children":7437},{"style":106},[7438],{"type":18,"value":2046},{"type":13,"tag":68,"props":7440,"children":7441},{"style":86},[7442],{"type":18,"value":4274},{"type":13,"tag":68,"props":7444,"children":7445},{"class":70,"line":2075},[7446,7450,7454,7459,7463,7467,7471,7475],{"type":13,"tag":68,"props":7447,"children":7448},{"style":75},[7449],{"type":18,"value":4240},{"type":13,"tag":68,"props":7451,"children":7452},{"style":75},[7453],{"type":18,"value":4245},{"type":13,"tag":68,"props":7455,"children":7456},{"style":106},[7457],{"type":18,"value":7458}," R16G16B16_SINT",{"type":13,"tag":68,"props":7460,"children":7461},{"style":75},[7462],{"type":18,"value":4255},{"type":13,"tag":68,"props":7464,"children":7465},{"style":106},[7466],{"type":18,"value":4260},{"type":13,"tag":68,"props":7468,"children":7469},{"style":75},[7470],{"type":18,"value":4265},{"type":13,"tag":68,"props":7472,"children":7473},{"style":106},[7474],{"type":18,"value":2068},{"type":13,"tag":68,"props":7476,"children":7477},{"style":86},[7478],{"type":18,"value":4274},{"type":13,"tag":68,"props":7480,"children":7481},{"class":70,"line":2097},[7482,7486,7490,7495,7499,7503,7507,7511],{"type":13,"tag":68,"props":7483,"children":7484},{"style":75},[7485],{"type":18,"value":4240},{"type":13,"tag":68,"props":7487,"children":7488},{"style":75},[7489],{"type":18,"value":4245},{"type":13,"tag":68,"props":7491,"children":7492},{"style":106},[7493],{"type":18,"value":7494}," R16G16B16_SFLOAT",{"type":13,"tag":68,"props":7496,"children":7497},{"style":75},[7498],{"type":18,"value":4255},{"type":13,"tag":68,"props":7500,"children":7501},{"style":106},[7502],{"type":18,"value":4260},{"type":13,"tag":68,"props":7504,"children":7505},{"style":75},[7506],{"type":18,"value":4265},{"type":13,"tag":68,"props":7508,"children":7509},{"style":106},[7510],{"type":18,"value":2090},{"type":13,"tag":68,"props":7512,"children":7513},{"style":86},[7514],{"type":18,"value":4274},{"type":13,"tag":68,"props":7516,"children":7517},{"class":70,"line":2119},[7518,7522,7526,7531,7535,7539,7543,7547],{"type":13,"tag":68,"props":7519,"children":7520},{"style":75},[7521],{"type":18,"value":4240},{"type":13,"tag":68,"props":7523,"children":7524},{"style":75},[7525],{"type":18,"value":4245},{"type":13,"tag":68,"props":7527,"children":7528},{"style":106},[7529],{"type":18,"value":7530}," R16G16B16A16_UNORM",{"type":13,"tag":68,"props":7532,"children":7533},{"style":75},[7534],{"type":18,"value":4255},{"type":13,"tag":68,"props":7536,"children":7537},{"style":106},[7538],{"type":18,"value":4260},{"type":13,"tag":68,"props":7540,"children":7541},{"style":75},[7542],{"type":18,"value":4265},{"type":13,"tag":68,"props":7544,"children":7545},{"style":106},[7546],{"type":18,"value":2112},{"type":13,"tag":68,"props":7548,"children":7549},{"style":86},[7550],{"type":18,"value":4274},{"type":13,"tag":68,"props":7552,"children":7553},{"class":70,"line":2141},[7554,7558,7562,7567,7571,7575,7579,7583],{"type":13,"tag":68,"props":7555,"children":7556},{"style":75},[7557],{"type":18,"value":4240},{"type":13,"tag":68,"props":7559,"children":7560},{"style":75},[7561],{"type":18,"value":4245},{"type":13,"tag":68,"props":7563,"children":7564},{"style":106},[7565],{"type":18,"value":7566}," R16G16B16A16_SNORM",{"type":13,"tag":68,"props":7568,"children":7569},{"style":75},[7570],{"type":18,"value":4255},{"type":13,"tag":68,"props":7572,"children":7573},{"style":106},[7574],{"type":18,"value":4260},{"type":13,"tag":68,"props":7576,"children":7577},{"style":75},[7578],{"type":18,"value":4265},{"type":13,"tag":68,"props":7580,"children":7581},{"style":106},[7582],{"type":18,"value":2134},{"type":13,"tag":68,"props":7584,"children":7585},{"style":86},[7586],{"type":18,"value":4274},{"type":13,"tag":68,"props":7588,"children":7589},{"class":70,"line":2163},[7590,7594,7598,7603,7607,7611,7615,7619],{"type":13,"tag":68,"props":7591,"children":7592},{"style":75},[7593],{"type":18,"value":4240},{"type":13,"tag":68,"props":7595,"children":7596},{"style":75},[7597],{"type":18,"value":4245},{"type":13,"tag":68,"props":7599,"children":7600},{"style":106},[7601],{"type":18,"value":7602}," R16G16B16A16_USCALED",{"type":13,"tag":68,"props":7604,"children":7605},{"style":75},[7606],{"type":18,"value":4255},{"type":13,"tag":68,"props":7608,"children":7609},{"style":106},[7610],{"type":18,"value":4260},{"type":13,"tag":68,"props":7612,"children":7613},{"style":75},[7614],{"type":18,"value":4265},{"type":13,"tag":68,"props":7616,"children":7617},{"style":106},[7618],{"type":18,"value":2156},{"type":13,"tag":68,"props":7620,"children":7621},{"style":86},[7622],{"type":18,"value":4274},{"type":13,"tag":68,"props":7624,"children":7625},{"class":70,"line":2185},[7626,7630,7634,7639,7643,7647,7651,7655],{"type":13,"tag":68,"props":7627,"children":7628},{"style":75},[7629],{"type":18,"value":4240},{"type":13,"tag":68,"props":7631,"children":7632},{"style":75},[7633],{"type":18,"value":4245},{"type":13,"tag":68,"props":7635,"children":7636},{"style":106},[7637],{"type":18,"value":7638}," R16G16B16A16_SSCALED",{"type":13,"tag":68,"props":7640,"children":7641},{"style":75},[7642],{"type":18,"value":4255},{"type":13,"tag":68,"props":7644,"children":7645},{"style":106},[7646],{"type":18,"value":4260},{"type":13,"tag":68,"props":7648,"children":7649},{"style":75},[7650],{"type":18,"value":4265},{"type":13,"tag":68,"props":7652,"children":7653},{"style":106},[7654],{"type":18,"value":2178},{"type":13,"tag":68,"props":7656,"children":7657},{"style":86},[7658],{"type":18,"value":4274},{"type":13,"tag":68,"props":7660,"children":7661},{"class":70,"line":2207},[7662,7666,7670,7675,7679,7683,7687,7691],{"type":13,"tag":68,"props":7663,"children":7664},{"style":75},[7665],{"type":18,"value":4240},{"type":13,"tag":68,"props":7667,"children":7668},{"style":75},[7669],{"type":18,"value":4245},{"type":13,"tag":68,"props":7671,"children":7672},{"style":106},[7673],{"type":18,"value":7674}," R16G16B16A16_UINT",{"type":13,"tag":68,"props":7676,"children":7677},{"style":75},[7678],{"type":18,"value":4255},{"type":13,"tag":68,"props":7680,"children":7681},{"style":106},[7682],{"type":18,"value":4260},{"type":13,"tag":68,"props":7684,"children":7685},{"style":75},[7686],{"type":18,"value":4265},{"type":13,"tag":68,"props":7688,"children":7689},{"style":106},[7690],{"type":18,"value":2200},{"type":13,"tag":68,"props":7692,"children":7693},{"style":86},[7694],{"type":18,"value":4274},{"type":13,"tag":68,"props":7696,"children":7697},{"class":70,"line":2229},[7698,7702,7706,7711,7715,7719,7723,7727],{"type":13,"tag":68,"props":7699,"children":7700},{"style":75},[7701],{"type":18,"value":4240},{"type":13,"tag":68,"props":7703,"children":7704},{"style":75},[7705],{"type":18,"value":4245},{"type":13,"tag":68,"props":7707,"children":7708},{"style":106},[7709],{"type":18,"value":7710}," R16G16B16A16_SINT",{"type":13,"tag":68,"props":7712,"children":7713},{"style":75},[7714],{"type":18,"value":4255},{"type":13,"tag":68,"props":7716,"children":7717},{"style":106},[7718],{"type":18,"value":4260},{"type":13,"tag":68,"props":7720,"children":7721},{"style":75},[7722],{"type":18,"value":4265},{"type":13,"tag":68,"props":7724,"children":7725},{"style":106},[7726],{"type":18,"value":2222},{"type":13,"tag":68,"props":7728,"children":7729},{"style":86},[7730],{"type":18,"value":4274},{"type":13,"tag":68,"props":7732,"children":7733},{"class":70,"line":2251},[7734,7738,7742,7747,7751,7755,7759,7763],{"type":13,"tag":68,"props":7735,"children":7736},{"style":75},[7737],{"type":18,"value":4240},{"type":13,"tag":68,"props":7739,"children":7740},{"style":75},[7741],{"type":18,"value":4245},{"type":13,"tag":68,"props":7743,"children":7744},{"style":106},[7745],{"type":18,"value":7746}," R16G16B16A16_SFLOAT",{"type":13,"tag":68,"props":7748,"children":7749},{"style":75},[7750],{"type":18,"value":4255},{"type":13,"tag":68,"props":7752,"children":7753},{"style":106},[7754],{"type":18,"value":4260},{"type":13,"tag":68,"props":7756,"children":7757},{"style":75},[7758],{"type":18,"value":4265},{"type":13,"tag":68,"props":7760,"children":7761},{"style":106},[7762],{"type":18,"value":2244},{"type":13,"tag":68,"props":7764,"children":7765},{"style":86},[7766],{"type":18,"value":4274},{"type":13,"tag":68,"props":7768,"children":7769},{"class":70,"line":2273},[7770,7774,7778,7783,7787,7791,7795,7799],{"type":13,"tag":68,"props":7771,"children":7772},{"style":75},[7773],{"type":18,"value":4240},{"type":13,"tag":68,"props":7775,"children":7776},{"style":75},[7777],{"type":18,"value":4245},{"type":13,"tag":68,"props":7779,"children":7780},{"style":106},[7781],{"type":18,"value":7782}," R32_UINT",{"type":13,"tag":68,"props":7784,"children":7785},{"style":75},[7786],{"type":18,"value":4255},{"type":13,"tag":68,"props":7788,"children":7789},{"style":106},[7790],{"type":18,"value":4260},{"type":13,"tag":68,"props":7792,"children":7793},{"style":75},[7794],{"type":18,"value":4265},{"type":13,"tag":68,"props":7796,"children":7797},{"style":106},[7798],{"type":18,"value":2266},{"type":13,"tag":68,"props":7800,"children":7801},{"style":86},[7802],{"type":18,"value":4274},{"type":13,"tag":68,"props":7804,"children":7805},{"class":70,"line":2295},[7806,7810,7814,7819,7823,7827,7831,7835],{"type":13,"tag":68,"props":7807,"children":7808},{"style":75},[7809],{"type":18,"value":4240},{"type":13,"tag":68,"props":7811,"children":7812},{"style":75},[7813],{"type":18,"value":4245},{"type":13,"tag":68,"props":7815,"children":7816},{"style":106},[7817],{"type":18,"value":7818}," R32_SINT",{"type":13,"tag":68,"props":7820,"children":7821},{"style":75},[7822],{"type":18,"value":4255},{"type":13,"tag":68,"props":7824,"children":7825},{"style":106},[7826],{"type":18,"value":4260},{"type":13,"tag":68,"props":7828,"children":7829},{"style":75},[7830],{"type":18,"value":4265},{"type":13,"tag":68,"props":7832,"children":7833},{"style":106},[7834],{"type":18,"value":2288},{"type":13,"tag":68,"props":7836,"children":7837},{"style":86},[7838],{"type":18,"value":4274},{"type":13,"tag":68,"props":7840,"children":7841},{"class":70,"line":2317},[7842,7846,7850,7855,7859,7863,7867,7871],{"type":13,"tag":68,"props":7843,"children":7844},{"style":75},[7845],{"type":18,"value":4240},{"type":13,"tag":68,"props":7847,"children":7848},{"style":75},[7849],{"type":18,"value":4245},{"type":13,"tag":68,"props":7851,"children":7852},{"style":106},[7853],{"type":18,"value":7854}," R32_SFLOAT",{"type":13,"tag":68,"props":7856,"children":7857},{"style":75},[7858],{"type":18,"value":4255},{"type":13,"tag":68,"props":7860,"children":7861},{"style":106},[7862],{"type":18,"value":4260},{"type":13,"tag":68,"props":7864,"children":7865},{"style":75},[7866],{"type":18,"value":4265},{"type":13,"tag":68,"props":7868,"children":7869},{"style":106},[7870],{"type":18,"value":2310},{"type":13,"tag":68,"props":7872,"children":7873},{"style":86},[7874],{"type":18,"value":4274},{"type":13,"tag":68,"props":7876,"children":7877},{"class":70,"line":2339},[7878,7882,7886,7891,7895,7899,7903,7907],{"type":13,"tag":68,"props":7879,"children":7880},{"style":75},[7881],{"type":18,"value":4240},{"type":13,"tag":68,"props":7883,"children":7884},{"style":75},[7885],{"type":18,"value":4245},{"type":13,"tag":68,"props":7887,"children":7888},{"style":106},[7889],{"type":18,"value":7890}," R32G32_UINT",{"type":13,"tag":68,"props":7892,"children":7893},{"style":75},[7894],{"type":18,"value":4255},{"type":13,"tag":68,"props":7896,"children":7897},{"style":106},[7898],{"type":18,"value":4260},{"type":13,"tag":68,"props":7900,"children":7901},{"style":75},[7902],{"type":18,"value":4265},{"type":13,"tag":68,"props":7904,"children":7905},{"style":106},[7906],{"type":18,"value":2332},{"type":13,"tag":68,"props":7908,"children":7909},{"style":86},[7910],{"type":18,"value":4274},{"type":13,"tag":68,"props":7912,"children":7913},{"class":70,"line":2361},[7914,7918,7922,7927,7931,7935,7939,7943],{"type":13,"tag":68,"props":7915,"children":7916},{"style":75},[7917],{"type":18,"value":4240},{"type":13,"tag":68,"props":7919,"children":7920},{"style":75},[7921],{"type":18,"value":4245},{"type":13,"tag":68,"props":7923,"children":7924},{"style":106},[7925],{"type":18,"value":7926}," R32G32_SINT",{"type":13,"tag":68,"props":7928,"children":7929},{"style":75},[7930],{"type":18,"value":4255},{"type":13,"tag":68,"props":7932,"children":7933},{"style":106},[7934],{"type":18,"value":4260},{"type":13,"tag":68,"props":7936,"children":7937},{"style":75},[7938],{"type":18,"value":4265},{"type":13,"tag":68,"props":7940,"children":7941},{"style":106},[7942],{"type":18,"value":2354},{"type":13,"tag":68,"props":7944,"children":7945},{"style":86},[7946],{"type":18,"value":4274},{"type":13,"tag":68,"props":7948,"children":7949},{"class":70,"line":2383},[7950,7954,7958,7963,7967,7971,7975,7979],{"type":13,"tag":68,"props":7951,"children":7952},{"style":75},[7953],{"type":18,"value":4240},{"type":13,"tag":68,"props":7955,"children":7956},{"style":75},[7957],{"type":18,"value":4245},{"type":13,"tag":68,"props":7959,"children":7960},{"style":106},[7961],{"type":18,"value":7962}," R32G32_SFLOAT",{"type":13,"tag":68,"props":7964,"children":7965},{"style":75},[7966],{"type":18,"value":4255},{"type":13,"tag":68,"props":7968,"children":7969},{"style":106},[7970],{"type":18,"value":4260},{"type":13,"tag":68,"props":7972,"children":7973},{"style":75},[7974],{"type":18,"value":4265},{"type":13,"tag":68,"props":7976,"children":7977},{"style":106},[7978],{"type":18,"value":2376},{"type":13,"tag":68,"props":7980,"children":7981},{"style":86},[7982],{"type":18,"value":4274},{"type":13,"tag":68,"props":7984,"children":7985},{"class":70,"line":2405},[7986,7990,7994,7999,8003,8007,8011,8015],{"type":13,"tag":68,"props":7987,"children":7988},{"style":75},[7989],{"type":18,"value":4240},{"type":13,"tag":68,"props":7991,"children":7992},{"style":75},[7993],{"type":18,"value":4245},{"type":13,"tag":68,"props":7995,"children":7996},{"style":106},[7997],{"type":18,"value":7998}," R32G32B32_UINT",{"type":13,"tag":68,"props":8000,"children":8001},{"style":75},[8002],{"type":18,"value":4255},{"type":13,"tag":68,"props":8004,"children":8005},{"style":106},[8006],{"type":18,"value":4260},{"type":13,"tag":68,"props":8008,"children":8009},{"style":75},[8010],{"type":18,"value":4265},{"type":13,"tag":68,"props":8012,"children":8013},{"style":106},[8014],{"type":18,"value":2398},{"type":13,"tag":68,"props":8016,"children":8017},{"style":86},[8018],{"type":18,"value":4274},{"type":13,"tag":68,"props":8020,"children":8021},{"class":70,"line":2427},[8022,8026,8030,8035,8039,8043,8047,8051],{"type":13,"tag":68,"props":8023,"children":8024},{"style":75},[8025],{"type":18,"value":4240},{"type":13,"tag":68,"props":8027,"children":8028},{"style":75},[8029],{"type":18,"value":4245},{"type":13,"tag":68,"props":8031,"children":8032},{"style":106},[8033],{"type":18,"value":8034}," R32G32B32_SINT",{"type":13,"tag":68,"props":8036,"children":8037},{"style":75},[8038],{"type":18,"value":4255},{"type":13,"tag":68,"props":8040,"children":8041},{"style":106},[8042],{"type":18,"value":4260},{"type":13,"tag":68,"props":8044,"children":8045},{"style":75},[8046],{"type":18,"value":4265},{"type":13,"tag":68,"props":8048,"children":8049},{"style":106},[8050],{"type":18,"value":2420},{"type":13,"tag":68,"props":8052,"children":8053},{"style":86},[8054],{"type":18,"value":4274},{"type":13,"tag":68,"props":8056,"children":8057},{"class":70,"line":2449},[8058,8062,8066,8071,8075,8079,8083,8087],{"type":13,"tag":68,"props":8059,"children":8060},{"style":75},[8061],{"type":18,"value":4240},{"type":13,"tag":68,"props":8063,"children":8064},{"style":75},[8065],{"type":18,"value":4245},{"type":13,"tag":68,"props":8067,"children":8068},{"style":106},[8069],{"type":18,"value":8070}," R32G32B32_SFLOAT",{"type":13,"tag":68,"props":8072,"children":8073},{"style":75},[8074],{"type":18,"value":4255},{"type":13,"tag":68,"props":8076,"children":8077},{"style":106},[8078],{"type":18,"value":4260},{"type":13,"tag":68,"props":8080,"children":8081},{"style":75},[8082],{"type":18,"value":4265},{"type":13,"tag":68,"props":8084,"children":8085},{"style":106},[8086],{"type":18,"value":2442},{"type":13,"tag":68,"props":8088,"children":8089},{"style":86},[8090],{"type":18,"value":4274},{"type":13,"tag":68,"props":8092,"children":8093},{"class":70,"line":2471},[8094,8098,8102,8107,8111,8115,8119,8123],{"type":13,"tag":68,"props":8095,"children":8096},{"style":75},[8097],{"type":18,"value":4240},{"type":13,"tag":68,"props":8099,"children":8100},{"style":75},[8101],{"type":18,"value":4245},{"type":13,"tag":68,"props":8103,"children":8104},{"style":106},[8105],{"type":18,"value":8106}," R32G32B32A32_UINT",{"type":13,"tag":68,"props":8108,"children":8109},{"style":75},[8110],{"type":18,"value":4255},{"type":13,"tag":68,"props":8112,"children":8113},{"style":106},[8114],{"type":18,"value":4260},{"type":13,"tag":68,"props":8116,"children":8117},{"style":75},[8118],{"type":18,"value":4265},{"type":13,"tag":68,"props":8120,"children":8121},{"style":106},[8122],{"type":18,"value":2464},{"type":13,"tag":68,"props":8124,"children":8125},{"style":86},[8126],{"type":18,"value":4274},{"type":13,"tag":68,"props":8128,"children":8129},{"class":70,"line":2493},[8130,8134,8138,8143,8147,8151,8155,8159],{"type":13,"tag":68,"props":8131,"children":8132},{"style":75},[8133],{"type":18,"value":4240},{"type":13,"tag":68,"props":8135,"children":8136},{"style":75},[8137],{"type":18,"value":4245},{"type":13,"tag":68,"props":8139,"children":8140},{"style":106},[8141],{"type":18,"value":8142}," R32G32B32A32_SINT",{"type":13,"tag":68,"props":8144,"children":8145},{"style":75},[8146],{"type":18,"value":4255},{"type":13,"tag":68,"props":8148,"children":8149},{"style":106},[8150],{"type":18,"value":4260},{"type":13,"tag":68,"props":8152,"children":8153},{"style":75},[8154],{"type":18,"value":4265},{"type":13,"tag":68,"props":8156,"children":8157},{"style":106},[8158],{"type":18,"value":2486},{"type":13,"tag":68,"props":8160,"children":8161},{"style":86},[8162],{"type":18,"value":4274},{"type":13,"tag":68,"props":8164,"children":8165},{"class":70,"line":2515},[8166,8170,8174,8179,8183,8187,8191,8195],{"type":13,"tag":68,"props":8167,"children":8168},{"style":75},[8169],{"type":18,"value":4240},{"type":13,"tag":68,"props":8171,"children":8172},{"style":75},[8173],{"type":18,"value":4245},{"type":13,"tag":68,"props":8175,"children":8176},{"style":106},[8177],{"type":18,"value":8178}," R32G32B32A32_SFLOAT",{"type":13,"tag":68,"props":8180,"children":8181},{"style":75},[8182],{"type":18,"value":4255},{"type":13,"tag":68,"props":8184,"children":8185},{"style":106},[8186],{"type":18,"value":4260},{"type":13,"tag":68,"props":8188,"children":8189},{"style":75},[8190],{"type":18,"value":4265},{"type":13,"tag":68,"props":8192,"children":8193},{"style":106},[8194],{"type":18,"value":2508},{"type":13,"tag":68,"props":8196,"children":8197},{"style":86},[8198],{"type":18,"value":4274},{"type":13,"tag":68,"props":8200,"children":8201},{"class":70,"line":2537},[8202,8206,8210,8215,8219,8223,8227,8231],{"type":13,"tag":68,"props":8203,"children":8204},{"style":75},[8205],{"type":18,"value":4240},{"type":13,"tag":68,"props":8207,"children":8208},{"style":75},[8209],{"type":18,"value":4245},{"type":13,"tag":68,"props":8211,"children":8212},{"style":106},[8213],{"type":18,"value":8214}," R64_UINT",{"type":13,"tag":68,"props":8216,"children":8217},{"style":75},[8218],{"type":18,"value":4255},{"type":13,"tag":68,"props":8220,"children":8221},{"style":106},[8222],{"type":18,"value":4260},{"type":13,"tag":68,"props":8224,"children":8225},{"style":75},[8226],{"type":18,"value":4265},{"type":13,"tag":68,"props":8228,"children":8229},{"style":106},[8230],{"type":18,"value":2530},{"type":13,"tag":68,"props":8232,"children":8233},{"style":86},[8234],{"type":18,"value":4274},{"type":13,"tag":68,"props":8236,"children":8237},{"class":70,"line":2559},[8238,8242,8246,8251,8255,8259,8263,8267],{"type":13,"tag":68,"props":8239,"children":8240},{"style":75},[8241],{"type":18,"value":4240},{"type":13,"tag":68,"props":8243,"children":8244},{"style":75},[8245],{"type":18,"value":4245},{"type":13,"tag":68,"props":8247,"children":8248},{"style":106},[8249],{"type":18,"value":8250}," R64_SINT",{"type":13,"tag":68,"props":8252,"children":8253},{"style":75},[8254],{"type":18,"value":4255},{"type":13,"tag":68,"props":8256,"children":8257},{"style":106},[8258],{"type":18,"value":4260},{"type":13,"tag":68,"props":8260,"children":8261},{"style":75},[8262],{"type":18,"value":4265},{"type":13,"tag":68,"props":8264,"children":8265},{"style":106},[8266],{"type":18,"value":2552},{"type":13,"tag":68,"props":8268,"children":8269},{"style":86},[8270],{"type":18,"value":4274},{"type":13,"tag":68,"props":8272,"children":8273},{"class":70,"line":2581},[8274,8278,8282,8287,8291,8295,8299,8303],{"type":13,"tag":68,"props":8275,"children":8276},{"style":75},[8277],{"type":18,"value":4240},{"type":13,"tag":68,"props":8279,"children":8280},{"style":75},[8281],{"type":18,"value":4245},{"type":13,"tag":68,"props":8283,"children":8284},{"style":106},[8285],{"type":18,"value":8286}," R64_SFLOAT",{"type":13,"tag":68,"props":8288,"children":8289},{"style":75},[8290],{"type":18,"value":4255},{"type":13,"tag":68,"props":8292,"children":8293},{"style":106},[8294],{"type":18,"value":4260},{"type":13,"tag":68,"props":8296,"children":8297},{"style":75},[8298],{"type":18,"value":4265},{"type":13,"tag":68,"props":8300,"children":8301},{"style":106},[8302],{"type":18,"value":2574},{"type":13,"tag":68,"props":8304,"children":8305},{"style":86},[8306],{"type":18,"value":4274},{"type":13,"tag":68,"props":8308,"children":8309},{"class":70,"line":2603},[8310,8314,8318,8323,8327,8331,8335,8339],{"type":13,"tag":68,"props":8311,"children":8312},{"style":75},[8313],{"type":18,"value":4240},{"type":13,"tag":68,"props":8315,"children":8316},{"style":75},[8317],{"type":18,"value":4245},{"type":13,"tag":68,"props":8319,"children":8320},{"style":106},[8321],{"type":18,"value":8322}," R64G64_UINT",{"type":13,"tag":68,"props":8324,"children":8325},{"style":75},[8326],{"type":18,"value":4255},{"type":13,"tag":68,"props":8328,"children":8329},{"style":106},[8330],{"type":18,"value":4260},{"type":13,"tag":68,"props":8332,"children":8333},{"style":75},[8334],{"type":18,"value":4265},{"type":13,"tag":68,"props":8336,"children":8337},{"style":106},[8338],{"type":18,"value":2596},{"type":13,"tag":68,"props":8340,"children":8341},{"style":86},[8342],{"type":18,"value":4274},{"type":13,"tag":68,"props":8344,"children":8345},{"class":70,"line":2625},[8346,8350,8354,8359,8363,8367,8371,8375],{"type":13,"tag":68,"props":8347,"children":8348},{"style":75},[8349],{"type":18,"value":4240},{"type":13,"tag":68,"props":8351,"children":8352},{"style":75},[8353],{"type":18,"value":4245},{"type":13,"tag":68,"props":8355,"children":8356},{"style":106},[8357],{"type":18,"value":8358}," R64G64_SINT",{"type":13,"tag":68,"props":8360,"children":8361},{"style":75},[8362],{"type":18,"value":4255},{"type":13,"tag":68,"props":8364,"children":8365},{"style":106},[8366],{"type":18,"value":4260},{"type":13,"tag":68,"props":8368,"children":8369},{"style":75},[8370],{"type":18,"value":4265},{"type":13,"tag":68,"props":8372,"children":8373},{"style":106},[8374],{"type":18,"value":2618},{"type":13,"tag":68,"props":8376,"children":8377},{"style":86},[8378],{"type":18,"value":4274},{"type":13,"tag":68,"props":8380,"children":8381},{"class":70,"line":2647},[8382,8386,8390,8395,8399,8403,8407,8411],{"type":13,"tag":68,"props":8383,"children":8384},{"style":75},[8385],{"type":18,"value":4240},{"type":13,"tag":68,"props":8387,"children":8388},{"style":75},[8389],{"type":18,"value":4245},{"type":13,"tag":68,"props":8391,"children":8392},{"style":106},[8393],{"type":18,"value":8394}," R64G64_SFLOAT",{"type":13,"tag":68,"props":8396,"children":8397},{"style":75},[8398],{"type":18,"value":4255},{"type":13,"tag":68,"props":8400,"children":8401},{"style":106},[8402],{"type":18,"value":4260},{"type":13,"tag":68,"props":8404,"children":8405},{"style":75},[8406],{"type":18,"value":4265},{"type":13,"tag":68,"props":8408,"children":8409},{"style":106},[8410],{"type":18,"value":2640},{"type":13,"tag":68,"props":8412,"children":8413},{"style":86},[8414],{"type":18,"value":4274},{"type":13,"tag":68,"props":8416,"children":8417},{"class":70,"line":2669},[8418,8422,8426,8431,8435,8439,8443,8447],{"type":13,"tag":68,"props":8419,"children":8420},{"style":75},[8421],{"type":18,"value":4240},{"type":13,"tag":68,"props":8423,"children":8424},{"style":75},[8425],{"type":18,"value":4245},{"type":13,"tag":68,"props":8427,"children":8428},{"style":106},[8429],{"type":18,"value":8430}," R64G64B64_UINT",{"type":13,"tag":68,"props":8432,"children":8433},{"style":75},[8434],{"type":18,"value":4255},{"type":13,"tag":68,"props":8436,"children":8437},{"style":106},[8438],{"type":18,"value":4260},{"type":13,"tag":68,"props":8440,"children":8441},{"style":75},[8442],{"type":18,"value":4265},{"type":13,"tag":68,"props":8444,"children":8445},{"style":106},[8446],{"type":18,"value":2662},{"type":13,"tag":68,"props":8448,"children":8449},{"style":86},[8450],{"type":18,"value":4274},{"type":13,"tag":68,"props":8452,"children":8453},{"class":70,"line":2691},[8454,8458,8462,8467,8471,8475,8479,8483],{"type":13,"tag":68,"props":8455,"children":8456},{"style":75},[8457],{"type":18,"value":4240},{"type":13,"tag":68,"props":8459,"children":8460},{"style":75},[8461],{"type":18,"value":4245},{"type":13,"tag":68,"props":8463,"children":8464},{"style":106},[8465],{"type":18,"value":8466}," R64G64B64_SINT",{"type":13,"tag":68,"props":8468,"children":8469},{"style":75},[8470],{"type":18,"value":4255},{"type":13,"tag":68,"props":8472,"children":8473},{"style":106},[8474],{"type":18,"value":4260},{"type":13,"tag":68,"props":8476,"children":8477},{"style":75},[8478],{"type":18,"value":4265},{"type":13,"tag":68,"props":8480,"children":8481},{"style":106},[8482],{"type":18,"value":2684},{"type":13,"tag":68,"props":8484,"children":8485},{"style":86},[8486],{"type":18,"value":4274},{"type":13,"tag":68,"props":8488,"children":8489},{"class":70,"line":2713},[8490,8494,8498,8503,8507,8511,8515,8519],{"type":13,"tag":68,"props":8491,"children":8492},{"style":75},[8493],{"type":18,"value":4240},{"type":13,"tag":68,"props":8495,"children":8496},{"style":75},[8497],{"type":18,"value":4245},{"type":13,"tag":68,"props":8499,"children":8500},{"style":106},[8501],{"type":18,"value":8502}," R64G64B64_SFLOAT",{"type":13,"tag":68,"props":8504,"children":8505},{"style":75},[8506],{"type":18,"value":4255},{"type":13,"tag":68,"props":8508,"children":8509},{"style":106},[8510],{"type":18,"value":4260},{"type":13,"tag":68,"props":8512,"children":8513},{"style":75},[8514],{"type":18,"value":4265},{"type":13,"tag":68,"props":8516,"children":8517},{"style":106},[8518],{"type":18,"value":2706},{"type":13,"tag":68,"props":8520,"children":8521},{"style":86},[8522],{"type":18,"value":4274},{"type":13,"tag":68,"props":8524,"children":8525},{"class":70,"line":2735},[8526,8530,8534,8539,8543,8547,8551,8555],{"type":13,"tag":68,"props":8527,"children":8528},{"style":75},[8529],{"type":18,"value":4240},{"type":13,"tag":68,"props":8531,"children":8532},{"style":75},[8533],{"type":18,"value":4245},{"type":13,"tag":68,"props":8535,"children":8536},{"style":106},[8537],{"type":18,"value":8538}," R64G64B64A64_UINT",{"type":13,"tag":68,"props":8540,"children":8541},{"style":75},[8542],{"type":18,"value":4255},{"type":13,"tag":68,"props":8544,"children":8545},{"style":106},[8546],{"type":18,"value":4260},{"type":13,"tag":68,"props":8548,"children":8549},{"style":75},[8550],{"type":18,"value":4265},{"type":13,"tag":68,"props":8552,"children":8553},{"style":106},[8554],{"type":18,"value":2728},{"type":13,"tag":68,"props":8556,"children":8557},{"style":86},[8558],{"type":18,"value":4274},{"type":13,"tag":68,"props":8560,"children":8561},{"class":70,"line":2757},[8562,8566,8570,8575,8579,8583,8587,8591],{"type":13,"tag":68,"props":8563,"children":8564},{"style":75},[8565],{"type":18,"value":4240},{"type":13,"tag":68,"props":8567,"children":8568},{"style":75},[8569],{"type":18,"value":4245},{"type":13,"tag":68,"props":8571,"children":8572},{"style":106},[8573],{"type":18,"value":8574}," R64G64B64A64_SINT",{"type":13,"tag":68,"props":8576,"children":8577},{"style":75},[8578],{"type":18,"value":4255},{"type":13,"tag":68,"props":8580,"children":8581},{"style":106},[8582],{"type":18,"value":4260},{"type":13,"tag":68,"props":8584,"children":8585},{"style":75},[8586],{"type":18,"value":4265},{"type":13,"tag":68,"props":8588,"children":8589},{"style":106},[8590],{"type":18,"value":2750},{"type":13,"tag":68,"props":8592,"children":8593},{"style":86},[8594],{"type":18,"value":4274},{"type":13,"tag":68,"props":8596,"children":8597},{"class":70,"line":2779},[8598,8602,8606,8611,8615,8619,8623,8627],{"type":13,"tag":68,"props":8599,"children":8600},{"style":75},[8601],{"type":18,"value":4240},{"type":13,"tag":68,"props":8603,"children":8604},{"style":75},[8605],{"type":18,"value":4245},{"type":13,"tag":68,"props":8607,"children":8608},{"style":106},[8609],{"type":18,"value":8610}," R64G64B64A64_SFLOAT",{"type":13,"tag":68,"props":8612,"children":8613},{"style":75},[8614],{"type":18,"value":4255},{"type":13,"tag":68,"props":8616,"children":8617},{"style":106},[8618],{"type":18,"value":4260},{"type":13,"tag":68,"props":8620,"children":8621},{"style":75},[8622],{"type":18,"value":4265},{"type":13,"tag":68,"props":8624,"children":8625},{"style":106},[8626],{"type":18,"value":2772},{"type":13,"tag":68,"props":8628,"children":8629},{"style":86},[8630],{"type":18,"value":4274},{"type":13,"tag":68,"props":8632,"children":8633},{"class":70,"line":2801},[8634,8638,8642,8647,8651,8655,8659,8663],{"type":13,"tag":68,"props":8635,"children":8636},{"style":75},[8637],{"type":18,"value":4240},{"type":13,"tag":68,"props":8639,"children":8640},{"style":75},[8641],{"type":18,"value":4245},{"type":13,"tag":68,"props":8643,"children":8644},{"style":106},[8645],{"type":18,"value":8646}," B10G11R11_UFLOAT_PACK32",{"type":13,"tag":68,"props":8648,"children":8649},{"style":75},[8650],{"type":18,"value":4255},{"type":13,"tag":68,"props":8652,"children":8653},{"style":106},[8654],{"type":18,"value":4260},{"type":13,"tag":68,"props":8656,"children":8657},{"style":75},[8658],{"type":18,"value":4265},{"type":13,"tag":68,"props":8660,"children":8661},{"style":106},[8662],{"type":18,"value":2794},{"type":13,"tag":68,"props":8664,"children":8665},{"style":86},[8666],{"type":18,"value":4274},{"type":13,"tag":68,"props":8668,"children":8669},{"class":70,"line":2823},[8670,8674,8678,8683,8687,8691,8695,8699],{"type":13,"tag":68,"props":8671,"children":8672},{"style":75},[8673],{"type":18,"value":4240},{"type":13,"tag":68,"props":8675,"children":8676},{"style":75},[8677],{"type":18,"value":4245},{"type":13,"tag":68,"props":8679,"children":8680},{"style":106},[8681],{"type":18,"value":8682}," E5B9G9R9_UFLOAT_PACK32",{"type":13,"tag":68,"props":8684,"children":8685},{"style":75},[8686],{"type":18,"value":4255},{"type":13,"tag":68,"props":8688,"children":8689},{"style":106},[8690],{"type":18,"value":4260},{"type":13,"tag":68,"props":8692,"children":8693},{"style":75},[8694],{"type":18,"value":4265},{"type":13,"tag":68,"props":8696,"children":8697},{"style":106},[8698],{"type":18,"value":2816},{"type":13,"tag":68,"props":8700,"children":8701},{"style":86},[8702],{"type":18,"value":4274},{"type":13,"tag":68,"props":8704,"children":8705},{"class":70,"line":2845},[8706,8710,8714,8719,8723,8727,8731,8735],{"type":13,"tag":68,"props":8707,"children":8708},{"style":75},[8709],{"type":18,"value":4240},{"type":13,"tag":68,"props":8711,"children":8712},{"style":75},[8713],{"type":18,"value":4245},{"type":13,"tag":68,"props":8715,"children":8716},{"style":106},[8717],{"type":18,"value":8718}," D16_UNORM",{"type":13,"tag":68,"props":8720,"children":8721},{"style":75},[8722],{"type":18,"value":4255},{"type":13,"tag":68,"props":8724,"children":8725},{"style":106},[8726],{"type":18,"value":4260},{"type":13,"tag":68,"props":8728,"children":8729},{"style":75},[8730],{"type":18,"value":4265},{"type":13,"tag":68,"props":8732,"children":8733},{"style":106},[8734],{"type":18,"value":2838},{"type":13,"tag":68,"props":8736,"children":8737},{"style":86},[8738],{"type":18,"value":4274},{"type":13,"tag":68,"props":8740,"children":8741},{"class":70,"line":2867},[8742,8746,8750,8755,8759,8763,8767,8771],{"type":13,"tag":68,"props":8743,"children":8744},{"style":75},[8745],{"type":18,"value":4240},{"type":13,"tag":68,"props":8747,"children":8748},{"style":75},[8749],{"type":18,"value":4245},{"type":13,"tag":68,"props":8751,"children":8752},{"style":106},[8753],{"type":18,"value":8754}," X8_D24_UNORM_PACK32",{"type":13,"tag":68,"props":8756,"children":8757},{"style":75},[8758],{"type":18,"value":4255},{"type":13,"tag":68,"props":8760,"children":8761},{"style":106},[8762],{"type":18,"value":4260},{"type":13,"tag":68,"props":8764,"children":8765},{"style":75},[8766],{"type":18,"value":4265},{"type":13,"tag":68,"props":8768,"children":8769},{"style":106},[8770],{"type":18,"value":2860},{"type":13,"tag":68,"props":8772,"children":8773},{"style":86},[8774],{"type":18,"value":4274},{"type":13,"tag":68,"props":8776,"children":8777},{"class":70,"line":2889},[8778,8782,8786,8791,8795,8799,8803,8807],{"type":13,"tag":68,"props":8779,"children":8780},{"style":75},[8781],{"type":18,"value":4240},{"type":13,"tag":68,"props":8783,"children":8784},{"style":75},[8785],{"type":18,"value":4245},{"type":13,"tag":68,"props":8787,"children":8788},{"style":106},[8789],{"type":18,"value":8790}," D32_SFLOAT",{"type":13,"tag":68,"props":8792,"children":8793},{"style":75},[8794],{"type":18,"value":4255},{"type":13,"tag":68,"props":8796,"children":8797},{"style":106},[8798],{"type":18,"value":4260},{"type":13,"tag":68,"props":8800,"children":8801},{"style":75},[8802],{"type":18,"value":4265},{"type":13,"tag":68,"props":8804,"children":8805},{"style":106},[8806],{"type":18,"value":2882},{"type":13,"tag":68,"props":8808,"children":8809},{"style":86},[8810],{"type":18,"value":4274},{"type":13,"tag":68,"props":8812,"children":8813},{"class":70,"line":2911},[8814,8818,8822,8827,8831,8835,8839,8843],{"type":13,"tag":68,"props":8815,"children":8816},{"style":75},[8817],{"type":18,"value":4240},{"type":13,"tag":68,"props":8819,"children":8820},{"style":75},[8821],{"type":18,"value":4245},{"type":13,"tag":68,"props":8823,"children":8824},{"style":106},[8825],{"type":18,"value":8826}," S8_UINT",{"type":13,"tag":68,"props":8828,"children":8829},{"style":75},[8830],{"type":18,"value":4255},{"type":13,"tag":68,"props":8832,"children":8833},{"style":106},[8834],{"type":18,"value":4260},{"type":13,"tag":68,"props":8836,"children":8837},{"style":75},[8838],{"type":18,"value":4265},{"type":13,"tag":68,"props":8840,"children":8841},{"style":106},[8842],{"type":18,"value":2904},{"type":13,"tag":68,"props":8844,"children":8845},{"style":86},[8846],{"type":18,"value":4274},{"type":13,"tag":68,"props":8848,"children":8849},{"class":70,"line":2933},[8850,8854,8858,8863,8867,8871,8875,8879],{"type":13,"tag":68,"props":8851,"children":8852},{"style":75},[8853],{"type":18,"value":4240},{"type":13,"tag":68,"props":8855,"children":8856},{"style":75},[8857],{"type":18,"value":4245},{"type":13,"tag":68,"props":8859,"children":8860},{"style":106},[8861],{"type":18,"value":8862}," D16_UNORM_S8_UINT",{"type":13,"tag":68,"props":8864,"children":8865},{"style":75},[8866],{"type":18,"value":4255},{"type":13,"tag":68,"props":8868,"children":8869},{"style":106},[8870],{"type":18,"value":4260},{"type":13,"tag":68,"props":8872,"children":8873},{"style":75},[8874],{"type":18,"value":4265},{"type":13,"tag":68,"props":8876,"children":8877},{"style":106},[8878],{"type":18,"value":2926},{"type":13,"tag":68,"props":8880,"children":8881},{"style":86},[8882],{"type":18,"value":4274},{"type":13,"tag":68,"props":8884,"children":8885},{"class":70,"line":2955},[8886,8890,8894,8899,8903,8907,8911,8915],{"type":13,"tag":68,"props":8887,"children":8888},{"style":75},[8889],{"type":18,"value":4240},{"type":13,"tag":68,"props":8891,"children":8892},{"style":75},[8893],{"type":18,"value":4245},{"type":13,"tag":68,"props":8895,"children":8896},{"style":106},[8897],{"type":18,"value":8898}," D24_UNORM_S8_UINT",{"type":13,"tag":68,"props":8900,"children":8901},{"style":75},[8902],{"type":18,"value":4255},{"type":13,"tag":68,"props":8904,"children":8905},{"style":106},[8906],{"type":18,"value":4260},{"type":13,"tag":68,"props":8908,"children":8909},{"style":75},[8910],{"type":18,"value":4265},{"type":13,"tag":68,"props":8912,"children":8913},{"style":106},[8914],{"type":18,"value":2948},{"type":13,"tag":68,"props":8916,"children":8917},{"style":86},[8918],{"type":18,"value":4274},{"type":13,"tag":68,"props":8920,"children":8921},{"class":70,"line":2977},[8922,8926,8930,8935,8939,8943,8947,8951],{"type":13,"tag":68,"props":8923,"children":8924},{"style":75},[8925],{"type":18,"value":4240},{"type":13,"tag":68,"props":8927,"children":8928},{"style":75},[8929],{"type":18,"value":4245},{"type":13,"tag":68,"props":8931,"children":8932},{"style":106},[8933],{"type":18,"value":8934}," D32_SFLOAT_S8_UINT",{"type":13,"tag":68,"props":8936,"children":8937},{"style":75},[8938],{"type":18,"value":4255},{"type":13,"tag":68,"props":8940,"children":8941},{"style":106},[8942],{"type":18,"value":4260},{"type":13,"tag":68,"props":8944,"children":8945},{"style":75},[8946],{"type":18,"value":4265},{"type":13,"tag":68,"props":8948,"children":8949},{"style":106},[8950],{"type":18,"value":2970},{"type":13,"tag":68,"props":8952,"children":8953},{"style":86},[8954],{"type":18,"value":4274},{"type":13,"tag":68,"props":8956,"children":8957},{"class":70,"line":2999},[8958,8962,8966,8971,8975,8979,8983,8987],{"type":13,"tag":68,"props":8959,"children":8960},{"style":75},[8961],{"type":18,"value":4240},{"type":13,"tag":68,"props":8963,"children":8964},{"style":75},[8965],{"type":18,"value":4245},{"type":13,"tag":68,"props":8967,"children":8968},{"style":106},[8969],{"type":18,"value":8970}," BC1_RGB_UNORM_BLOCK",{"type":13,"tag":68,"props":8972,"children":8973},{"style":75},[8974],{"type":18,"value":4255},{"type":13,"tag":68,"props":8976,"children":8977},{"style":106},[8978],{"type":18,"value":4260},{"type":13,"tag":68,"props":8980,"children":8981},{"style":75},[8982],{"type":18,"value":4265},{"type":13,"tag":68,"props":8984,"children":8985},{"style":106},[8986],{"type":18,"value":2992},{"type":13,"tag":68,"props":8988,"children":8989},{"style":86},[8990],{"type":18,"value":4274},{"type":13,"tag":68,"props":8992,"children":8993},{"class":70,"line":3021},[8994,8998,9002,9007,9011,9015,9019,9023],{"type":13,"tag":68,"props":8995,"children":8996},{"style":75},[8997],{"type":18,"value":4240},{"type":13,"tag":68,"props":8999,"children":9000},{"style":75},[9001],{"type":18,"value":4245},{"type":13,"tag":68,"props":9003,"children":9004},{"style":106},[9005],{"type":18,"value":9006}," BC1_RGB_SRGB_BLOCK",{"type":13,"tag":68,"props":9008,"children":9009},{"style":75},[9010],{"type":18,"value":4255},{"type":13,"tag":68,"props":9012,"children":9013},{"style":106},[9014],{"type":18,"value":4260},{"type":13,"tag":68,"props":9016,"children":9017},{"style":75},[9018],{"type":18,"value":4265},{"type":13,"tag":68,"props":9020,"children":9021},{"style":106},[9022],{"type":18,"value":3014},{"type":13,"tag":68,"props":9024,"children":9025},{"style":86},[9026],{"type":18,"value":4274},{"type":13,"tag":68,"props":9028,"children":9029},{"class":70,"line":3043},[9030,9034,9038,9043,9047,9051,9055,9059],{"type":13,"tag":68,"props":9031,"children":9032},{"style":75},[9033],{"type":18,"value":4240},{"type":13,"tag":68,"props":9035,"children":9036},{"style":75},[9037],{"type":18,"value":4245},{"type":13,"tag":68,"props":9039,"children":9040},{"style":106},[9041],{"type":18,"value":9042}," BC1_RGBA_UNORM_BLOCK",{"type":13,"tag":68,"props":9044,"children":9045},{"style":75},[9046],{"type":18,"value":4255},{"type":13,"tag":68,"props":9048,"children":9049},{"style":106},[9050],{"type":18,"value":4260},{"type":13,"tag":68,"props":9052,"children":9053},{"style":75},[9054],{"type":18,"value":4265},{"type":13,"tag":68,"props":9056,"children":9057},{"style":106},[9058],{"type":18,"value":3036},{"type":13,"tag":68,"props":9060,"children":9061},{"style":86},[9062],{"type":18,"value":4274},{"type":13,"tag":68,"props":9064,"children":9065},{"class":70,"line":3065},[9066,9070,9074,9079,9083,9087,9091,9095],{"type":13,"tag":68,"props":9067,"children":9068},{"style":75},[9069],{"type":18,"value":4240},{"type":13,"tag":68,"props":9071,"children":9072},{"style":75},[9073],{"type":18,"value":4245},{"type":13,"tag":68,"props":9075,"children":9076},{"style":106},[9077],{"type":18,"value":9078}," BC1_RGBA_SRGB_BLOCK",{"type":13,"tag":68,"props":9080,"children":9081},{"style":75},[9082],{"type":18,"value":4255},{"type":13,"tag":68,"props":9084,"children":9085},{"style":106},[9086],{"type":18,"value":4260},{"type":13,"tag":68,"props":9088,"children":9089},{"style":75},[9090],{"type":18,"value":4265},{"type":13,"tag":68,"props":9092,"children":9093},{"style":106},[9094],{"type":18,"value":3058},{"type":13,"tag":68,"props":9096,"children":9097},{"style":86},[9098],{"type":18,"value":4274},{"type":13,"tag":68,"props":9100,"children":9101},{"class":70,"line":3087},[9102,9106,9110,9115,9119,9123,9127,9131],{"type":13,"tag":68,"props":9103,"children":9104},{"style":75},[9105],{"type":18,"value":4240},{"type":13,"tag":68,"props":9107,"children":9108},{"style":75},[9109],{"type":18,"value":4245},{"type":13,"tag":68,"props":9111,"children":9112},{"style":106},[9113],{"type":18,"value":9114}," BC2_UNORM_BLOCK",{"type":13,"tag":68,"props":9116,"children":9117},{"style":75},[9118],{"type":18,"value":4255},{"type":13,"tag":68,"props":9120,"children":9121},{"style":106},[9122],{"type":18,"value":4260},{"type":13,"tag":68,"props":9124,"children":9125},{"style":75},[9126],{"type":18,"value":4265},{"type":13,"tag":68,"props":9128,"children":9129},{"style":106},[9130],{"type":18,"value":3080},{"type":13,"tag":68,"props":9132,"children":9133},{"style":86},[9134],{"type":18,"value":4274},{"type":13,"tag":68,"props":9136,"children":9137},{"class":70,"line":3109},[9138,9142,9146,9151,9155,9159,9163,9167],{"type":13,"tag":68,"props":9139,"children":9140},{"style":75},[9141],{"type":18,"value":4240},{"type":13,"tag":68,"props":9143,"children":9144},{"style":75},[9145],{"type":18,"value":4245},{"type":13,"tag":68,"props":9147,"children":9148},{"style":106},[9149],{"type":18,"value":9150}," BC2_SRGB_BLOCK",{"type":13,"tag":68,"props":9152,"children":9153},{"style":75},[9154],{"type":18,"value":4255},{"type":13,"tag":68,"props":9156,"children":9157},{"style":106},[9158],{"type":18,"value":4260},{"type":13,"tag":68,"props":9160,"children":9161},{"style":75},[9162],{"type":18,"value":4265},{"type":13,"tag":68,"props":9164,"children":9165},{"style":106},[9166],{"type":18,"value":3102},{"type":13,"tag":68,"props":9168,"children":9169},{"style":86},[9170],{"type":18,"value":4274},{"type":13,"tag":68,"props":9172,"children":9173},{"class":70,"line":3131},[9174,9178,9182,9187,9191,9195,9199,9203],{"type":13,"tag":68,"props":9175,"children":9176},{"style":75},[9177],{"type":18,"value":4240},{"type":13,"tag":68,"props":9179,"children":9180},{"style":75},[9181],{"type":18,"value":4245},{"type":13,"tag":68,"props":9183,"children":9184},{"style":106},[9185],{"type":18,"value":9186}," BC3_UNORM_BLOCK",{"type":13,"tag":68,"props":9188,"children":9189},{"style":75},[9190],{"type":18,"value":4255},{"type":13,"tag":68,"props":9192,"children":9193},{"style":106},[9194],{"type":18,"value":4260},{"type":13,"tag":68,"props":9196,"children":9197},{"style":75},[9198],{"type":18,"value":4265},{"type":13,"tag":68,"props":9200,"children":9201},{"style":106},[9202],{"type":18,"value":3124},{"type":13,"tag":68,"props":9204,"children":9205},{"style":86},[9206],{"type":18,"value":4274},{"type":13,"tag":68,"props":9208,"children":9209},{"class":70,"line":3153},[9210,9214,9218,9223,9227,9231,9235,9239],{"type":13,"tag":68,"props":9211,"children":9212},{"style":75},[9213],{"type":18,"value":4240},{"type":13,"tag":68,"props":9215,"children":9216},{"style":75},[9217],{"type":18,"value":4245},{"type":13,"tag":68,"props":9219,"children":9220},{"style":106},[9221],{"type":18,"value":9222}," BC3_SRGB_BLOCK",{"type":13,"tag":68,"props":9224,"children":9225},{"style":75},[9226],{"type":18,"value":4255},{"type":13,"tag":68,"props":9228,"children":9229},{"style":106},[9230],{"type":18,"value":4260},{"type":13,"tag":68,"props":9232,"children":9233},{"style":75},[9234],{"type":18,"value":4265},{"type":13,"tag":68,"props":9236,"children":9237},{"style":106},[9238],{"type":18,"value":3146},{"type":13,"tag":68,"props":9240,"children":9241},{"style":86},[9242],{"type":18,"value":4274},{"type":13,"tag":68,"props":9244,"children":9245},{"class":70,"line":3175},[9246,9250,9254,9259,9263,9267,9271,9275],{"type":13,"tag":68,"props":9247,"children":9248},{"style":75},[9249],{"type":18,"value":4240},{"type":13,"tag":68,"props":9251,"children":9252},{"style":75},[9253],{"type":18,"value":4245},{"type":13,"tag":68,"props":9255,"children":9256},{"style":106},[9257],{"type":18,"value":9258}," BC4_UNORM_BLOCK",{"type":13,"tag":68,"props":9260,"children":9261},{"style":75},[9262],{"type":18,"value":4255},{"type":13,"tag":68,"props":9264,"children":9265},{"style":106},[9266],{"type":18,"value":4260},{"type":13,"tag":68,"props":9268,"children":9269},{"style":75},[9270],{"type":18,"value":4265},{"type":13,"tag":68,"props":9272,"children":9273},{"style":106},[9274],{"type":18,"value":3168},{"type":13,"tag":68,"props":9276,"children":9277},{"style":86},[9278],{"type":18,"value":4274},{"type":13,"tag":68,"props":9280,"children":9281},{"class":70,"line":3197},[9282,9286,9290,9295,9299,9303,9307,9311],{"type":13,"tag":68,"props":9283,"children":9284},{"style":75},[9285],{"type":18,"value":4240},{"type":13,"tag":68,"props":9287,"children":9288},{"style":75},[9289],{"type":18,"value":4245},{"type":13,"tag":68,"props":9291,"children":9292},{"style":106},[9293],{"type":18,"value":9294}," BC4_SNORM_BLOCK",{"type":13,"tag":68,"props":9296,"children":9297},{"style":75},[9298],{"type":18,"value":4255},{"type":13,"tag":68,"props":9300,"children":9301},{"style":106},[9302],{"type":18,"value":4260},{"type":13,"tag":68,"props":9304,"children":9305},{"style":75},[9306],{"type":18,"value":4265},{"type":13,"tag":68,"props":9308,"children":9309},{"style":106},[9310],{"type":18,"value":3190},{"type":13,"tag":68,"props":9312,"children":9313},{"style":86},[9314],{"type":18,"value":4274},{"type":13,"tag":68,"props":9316,"children":9317},{"class":70,"line":3219},[9318,9322,9326,9331,9335,9339,9343,9347],{"type":13,"tag":68,"props":9319,"children":9320},{"style":75},[9321],{"type":18,"value":4240},{"type":13,"tag":68,"props":9323,"children":9324},{"style":75},[9325],{"type":18,"value":4245},{"type":13,"tag":68,"props":9327,"children":9328},{"style":106},[9329],{"type":18,"value":9330}," BC5_UNORM_BLOCK",{"type":13,"tag":68,"props":9332,"children":9333},{"style":75},[9334],{"type":18,"value":4255},{"type":13,"tag":68,"props":9336,"children":9337},{"style":106},[9338],{"type":18,"value":4260},{"type":13,"tag":68,"props":9340,"children":9341},{"style":75},[9342],{"type":18,"value":4265},{"type":13,"tag":68,"props":9344,"children":9345},{"style":106},[9346],{"type":18,"value":3212},{"type":13,"tag":68,"props":9348,"children":9349},{"style":86},[9350],{"type":18,"value":4274},{"type":13,"tag":68,"props":9352,"children":9353},{"class":70,"line":3241},[9354,9358,9362,9367,9371,9375,9379,9383],{"type":13,"tag":68,"props":9355,"children":9356},{"style":75},[9357],{"type":18,"value":4240},{"type":13,"tag":68,"props":9359,"children":9360},{"style":75},[9361],{"type":18,"value":4245},{"type":13,"tag":68,"props":9363,"children":9364},{"style":106},[9365],{"type":18,"value":9366}," BC5_SNORM_BLOCK",{"type":13,"tag":68,"props":9368,"children":9369},{"style":75},[9370],{"type":18,"value":4255},{"type":13,"tag":68,"props":9372,"children":9373},{"style":106},[9374],{"type":18,"value":4260},{"type":13,"tag":68,"props":9376,"children":9377},{"style":75},[9378],{"type":18,"value":4265},{"type":13,"tag":68,"props":9380,"children":9381},{"style":106},[9382],{"type":18,"value":3234},{"type":13,"tag":68,"props":9384,"children":9385},{"style":86},[9386],{"type":18,"value":4274},{"type":13,"tag":68,"props":9388,"children":9389},{"class":70,"line":3263},[9390,9394,9398,9403,9407,9411,9415,9419],{"type":13,"tag":68,"props":9391,"children":9392},{"style":75},[9393],{"type":18,"value":4240},{"type":13,"tag":68,"props":9395,"children":9396},{"style":75},[9397],{"type":18,"value":4245},{"type":13,"tag":68,"props":9399,"children":9400},{"style":106},[9401],{"type":18,"value":9402}," BC6H_UFLOAT_BLOCK",{"type":13,"tag":68,"props":9404,"children":9405},{"style":75},[9406],{"type":18,"value":4255},{"type":13,"tag":68,"props":9408,"children":9409},{"style":106},[9410],{"type":18,"value":4260},{"type":13,"tag":68,"props":9412,"children":9413},{"style":75},[9414],{"type":18,"value":4265},{"type":13,"tag":68,"props":9416,"children":9417},{"style":106},[9418],{"type":18,"value":3256},{"type":13,"tag":68,"props":9420,"children":9421},{"style":86},[9422],{"type":18,"value":4274},{"type":13,"tag":68,"props":9424,"children":9425},{"class":70,"line":3285},[9426,9430,9434,9439,9443,9447,9451,9455],{"type":13,"tag":68,"props":9427,"children":9428},{"style":75},[9429],{"type":18,"value":4240},{"type":13,"tag":68,"props":9431,"children":9432},{"style":75},[9433],{"type":18,"value":4245},{"type":13,"tag":68,"props":9435,"children":9436},{"style":106},[9437],{"type":18,"value":9438}," BC6H_SFLOAT_BLOCK",{"type":13,"tag":68,"props":9440,"children":9441},{"style":75},[9442],{"type":18,"value":4255},{"type":13,"tag":68,"props":9444,"children":9445},{"style":106},[9446],{"type":18,"value":4260},{"type":13,"tag":68,"props":9448,"children":9449},{"style":75},[9450],{"type":18,"value":4265},{"type":13,"tag":68,"props":9452,"children":9453},{"style":106},[9454],{"type":18,"value":3278},{"type":13,"tag":68,"props":9456,"children":9457},{"style":86},[9458],{"type":18,"value":4274},{"type":13,"tag":68,"props":9460,"children":9461},{"class":70,"line":3307},[9462,9466,9470,9475,9479,9483,9487,9491],{"type":13,"tag":68,"props":9463,"children":9464},{"style":75},[9465],{"type":18,"value":4240},{"type":13,"tag":68,"props":9467,"children":9468},{"style":75},[9469],{"type":18,"value":4245},{"type":13,"tag":68,"props":9471,"children":9472},{"style":106},[9473],{"type":18,"value":9474}," BC7_UNORM_BLOCK",{"type":13,"tag":68,"props":9476,"children":9477},{"style":75},[9478],{"type":18,"value":4255},{"type":13,"tag":68,"props":9480,"children":9481},{"style":106},[9482],{"type":18,"value":4260},{"type":13,"tag":68,"props":9484,"children":9485},{"style":75},[9486],{"type":18,"value":4265},{"type":13,"tag":68,"props":9488,"children":9489},{"style":106},[9490],{"type":18,"value":3300},{"type":13,"tag":68,"props":9492,"children":9493},{"style":86},[9494],{"type":18,"value":4274},{"type":13,"tag":68,"props":9496,"children":9497},{"class":70,"line":3329},[9498,9502,9506,9511,9515,9519,9523,9527],{"type":13,"tag":68,"props":9499,"children":9500},{"style":75},[9501],{"type":18,"value":4240},{"type":13,"tag":68,"props":9503,"children":9504},{"style":75},[9505],{"type":18,"value":4245},{"type":13,"tag":68,"props":9507,"children":9508},{"style":106},[9509],{"type":18,"value":9510}," BC7_SRGB_BLOCK",{"type":13,"tag":68,"props":9512,"children":9513},{"style":75},[9514],{"type":18,"value":4255},{"type":13,"tag":68,"props":9516,"children":9517},{"style":106},[9518],{"type":18,"value":4260},{"type":13,"tag":68,"props":9520,"children":9521},{"style":75},[9522],{"type":18,"value":4265},{"type":13,"tag":68,"props":9524,"children":9525},{"style":106},[9526],{"type":18,"value":3322},{"type":13,"tag":68,"props":9528,"children":9529},{"style":86},[9530],{"type":18,"value":4274},{"type":13,"tag":68,"props":9532,"children":9533},{"class":70,"line":3351},[9534,9538,9542,9547,9551,9555,9559,9563],{"type":13,"tag":68,"props":9535,"children":9536},{"style":75},[9537],{"type":18,"value":4240},{"type":13,"tag":68,"props":9539,"children":9540},{"style":75},[9541],{"type":18,"value":4245},{"type":13,"tag":68,"props":9543,"children":9544},{"style":106},[9545],{"type":18,"value":9546}," ETC2_R8G8B8_UNORM_BLOCK",{"type":13,"tag":68,"props":9548,"children":9549},{"style":75},[9550],{"type":18,"value":4255},{"type":13,"tag":68,"props":9552,"children":9553},{"style":106},[9554],{"type":18,"value":4260},{"type":13,"tag":68,"props":9556,"children":9557},{"style":75},[9558],{"type":18,"value":4265},{"type":13,"tag":68,"props":9560,"children":9561},{"style":106},[9562],{"type":18,"value":3344},{"type":13,"tag":68,"props":9564,"children":9565},{"style":86},[9566],{"type":18,"value":4274},{"type":13,"tag":68,"props":9568,"children":9569},{"class":70,"line":3373},[9570,9574,9578,9583,9587,9591,9595,9599],{"type":13,"tag":68,"props":9571,"children":9572},{"style":75},[9573],{"type":18,"value":4240},{"type":13,"tag":68,"props":9575,"children":9576},{"style":75},[9577],{"type":18,"value":4245},{"type":13,"tag":68,"props":9579,"children":9580},{"style":106},[9581],{"type":18,"value":9582}," ETC2_R8G8B8_SRGB_BLOCK",{"type":13,"tag":68,"props":9584,"children":9585},{"style":75},[9586],{"type":18,"value":4255},{"type":13,"tag":68,"props":9588,"children":9589},{"style":106},[9590],{"type":18,"value":4260},{"type":13,"tag":68,"props":9592,"children":9593},{"style":75},[9594],{"type":18,"value":4265},{"type":13,"tag":68,"props":9596,"children":9597},{"style":106},[9598],{"type":18,"value":3366},{"type":13,"tag":68,"props":9600,"children":9601},{"style":86},[9602],{"type":18,"value":4274},{"type":13,"tag":68,"props":9604,"children":9605},{"class":70,"line":3395},[9606,9610,9614,9619,9623,9627,9631,9635],{"type":13,"tag":68,"props":9607,"children":9608},{"style":75},[9609],{"type":18,"value":4240},{"type":13,"tag":68,"props":9611,"children":9612},{"style":75},[9613],{"type":18,"value":4245},{"type":13,"tag":68,"props":9615,"children":9616},{"style":106},[9617],{"type":18,"value":9618}," ETC2_R8G8B8A1_UNORM_BLOCK",{"type":13,"tag":68,"props":9620,"children":9621},{"style":75},[9622],{"type":18,"value":4255},{"type":13,"tag":68,"props":9624,"children":9625},{"style":106},[9626],{"type":18,"value":4260},{"type":13,"tag":68,"props":9628,"children":9629},{"style":75},[9630],{"type":18,"value":4265},{"type":13,"tag":68,"props":9632,"children":9633},{"style":106},[9634],{"type":18,"value":3388},{"type":13,"tag":68,"props":9636,"children":9637},{"style":86},[9638],{"type":18,"value":4274},{"type":13,"tag":68,"props":9640,"children":9641},{"class":70,"line":3417},[9642,9646,9650,9655,9659,9663,9667,9671],{"type":13,"tag":68,"props":9643,"children":9644},{"style":75},[9645],{"type":18,"value":4240},{"type":13,"tag":68,"props":9647,"children":9648},{"style":75},[9649],{"type":18,"value":4245},{"type":13,"tag":68,"props":9651,"children":9652},{"style":106},[9653],{"type":18,"value":9654}," ETC2_R8G8B8A1_SRGB_BLOCK",{"type":13,"tag":68,"props":9656,"children":9657},{"style":75},[9658],{"type":18,"value":4255},{"type":13,"tag":68,"props":9660,"children":9661},{"style":106},[9662],{"type":18,"value":4260},{"type":13,"tag":68,"props":9664,"children":9665},{"style":75},[9666],{"type":18,"value":4265},{"type":13,"tag":68,"props":9668,"children":9669},{"style":106},[9670],{"type":18,"value":3410},{"type":13,"tag":68,"props":9672,"children":9673},{"style":86},[9674],{"type":18,"value":4274},{"type":13,"tag":68,"props":9676,"children":9677},{"class":70,"line":3439},[9678,9682,9686,9691,9695,9699,9703,9707],{"type":13,"tag":68,"props":9679,"children":9680},{"style":75},[9681],{"type":18,"value":4240},{"type":13,"tag":68,"props":9683,"children":9684},{"style":75},[9685],{"type":18,"value":4245},{"type":13,"tag":68,"props":9687,"children":9688},{"style":106},[9689],{"type":18,"value":9690}," ETC2_R8G8B8A8_UNORM_BLOCK",{"type":13,"tag":68,"props":9692,"children":9693},{"style":75},[9694],{"type":18,"value":4255},{"type":13,"tag":68,"props":9696,"children":9697},{"style":106},[9698],{"type":18,"value":4260},{"type":13,"tag":68,"props":9700,"children":9701},{"style":75},[9702],{"type":18,"value":4265},{"type":13,"tag":68,"props":9704,"children":9705},{"style":106},[9706],{"type":18,"value":3432},{"type":13,"tag":68,"props":9708,"children":9709},{"style":86},[9710],{"type":18,"value":4274},{"type":13,"tag":68,"props":9712,"children":9713},{"class":70,"line":3461},[9714,9718,9722,9727,9731,9735,9739,9743],{"type":13,"tag":68,"props":9715,"children":9716},{"style":75},[9717],{"type":18,"value":4240},{"type":13,"tag":68,"props":9719,"children":9720},{"style":75},[9721],{"type":18,"value":4245},{"type":13,"tag":68,"props":9723,"children":9724},{"style":106},[9725],{"type":18,"value":9726}," ETC2_R8G8B8A8_SRGB_BLOCK",{"type":13,"tag":68,"props":9728,"children":9729},{"style":75},[9730],{"type":18,"value":4255},{"type":13,"tag":68,"props":9732,"children":9733},{"style":106},[9734],{"type":18,"value":4260},{"type":13,"tag":68,"props":9736,"children":9737},{"style":75},[9738],{"type":18,"value":4265},{"type":13,"tag":68,"props":9740,"children":9741},{"style":106},[9742],{"type":18,"value":3454},{"type":13,"tag":68,"props":9744,"children":9745},{"style":86},[9746],{"type":18,"value":4274},{"type":13,"tag":68,"props":9748,"children":9749},{"class":70,"line":3483},[9750,9754,9758,9763,9767,9771,9775,9779],{"type":13,"tag":68,"props":9751,"children":9752},{"style":75},[9753],{"type":18,"value":4240},{"type":13,"tag":68,"props":9755,"children":9756},{"style":75},[9757],{"type":18,"value":4245},{"type":13,"tag":68,"props":9759,"children":9760},{"style":106},[9761],{"type":18,"value":9762}," EAC_R11_UNORM_BLOCK",{"type":13,"tag":68,"props":9764,"children":9765},{"style":75},[9766],{"type":18,"value":4255},{"type":13,"tag":68,"props":9768,"children":9769},{"style":106},[9770],{"type":18,"value":4260},{"type":13,"tag":68,"props":9772,"children":9773},{"style":75},[9774],{"type":18,"value":4265},{"type":13,"tag":68,"props":9776,"children":9777},{"style":106},[9778],{"type":18,"value":3476},{"type":13,"tag":68,"props":9780,"children":9781},{"style":86},[9782],{"type":18,"value":4274},{"type":13,"tag":68,"props":9784,"children":9785},{"class":70,"line":3505},[9786,9790,9794,9799,9803,9807,9811,9815],{"type":13,"tag":68,"props":9787,"children":9788},{"style":75},[9789],{"type":18,"value":4240},{"type":13,"tag":68,"props":9791,"children":9792},{"style":75},[9793],{"type":18,"value":4245},{"type":13,"tag":68,"props":9795,"children":9796},{"style":106},[9797],{"type":18,"value":9798}," EAC_R11_SNORM_BLOCK",{"type":13,"tag":68,"props":9800,"children":9801},{"style":75},[9802],{"type":18,"value":4255},{"type":13,"tag":68,"props":9804,"children":9805},{"style":106},[9806],{"type":18,"value":4260},{"type":13,"tag":68,"props":9808,"children":9809},{"style":75},[9810],{"type":18,"value":4265},{"type":13,"tag":68,"props":9812,"children":9813},{"style":106},[9814],{"type":18,"value":3498},{"type":13,"tag":68,"props":9816,"children":9817},{"style":86},[9818],{"type":18,"value":4274},{"type":13,"tag":68,"props":9820,"children":9821},{"class":70,"line":3527},[9822,9826,9830,9835,9839,9843,9847,9851],{"type":13,"tag":68,"props":9823,"children":9824},{"style":75},[9825],{"type":18,"value":4240},{"type":13,"tag":68,"props":9827,"children":9828},{"style":75},[9829],{"type":18,"value":4245},{"type":13,"tag":68,"props":9831,"children":9832},{"style":106},[9833],{"type":18,"value":9834}," EAC_R11G11_UNORM_BLOCK",{"type":13,"tag":68,"props":9836,"children":9837},{"style":75},[9838],{"type":18,"value":4255},{"type":13,"tag":68,"props":9840,"children":9841},{"style":106},[9842],{"type":18,"value":4260},{"type":13,"tag":68,"props":9844,"children":9845},{"style":75},[9846],{"type":18,"value":4265},{"type":13,"tag":68,"props":9848,"children":9849},{"style":106},[9850],{"type":18,"value":3520},{"type":13,"tag":68,"props":9852,"children":9853},{"style":86},[9854],{"type":18,"value":4274},{"type":13,"tag":68,"props":9856,"children":9857},{"class":70,"line":3549},[9858,9862,9866,9871,9875,9879,9883,9887],{"type":13,"tag":68,"props":9859,"children":9860},{"style":75},[9861],{"type":18,"value":4240},{"type":13,"tag":68,"props":9863,"children":9864},{"style":75},[9865],{"type":18,"value":4245},{"type":13,"tag":68,"props":9867,"children":9868},{"style":106},[9869],{"type":18,"value":9870}," EAC_R11G11_SNORM_BLOCK",{"type":13,"tag":68,"props":9872,"children":9873},{"style":75},[9874],{"type":18,"value":4255},{"type":13,"tag":68,"props":9876,"children":9877},{"style":106},[9878],{"type":18,"value":4260},{"type":13,"tag":68,"props":9880,"children":9881},{"style":75},[9882],{"type":18,"value":4265},{"type":13,"tag":68,"props":9884,"children":9885},{"style":106},[9886],{"type":18,"value":3542},{"type":13,"tag":68,"props":9888,"children":9889},{"style":86},[9890],{"type":18,"value":4274},{"type":13,"tag":68,"props":9892,"children":9893},{"class":70,"line":3571},[9894,9898,9902,9907,9911,9915,9919,9923],{"type":13,"tag":68,"props":9895,"children":9896},{"style":75},[9897],{"type":18,"value":4240},{"type":13,"tag":68,"props":9899,"children":9900},{"style":75},[9901],{"type":18,"value":4245},{"type":13,"tag":68,"props":9903,"children":9904},{"style":106},[9905],{"type":18,"value":9906}," ASTC_4X4_UNORM_BLOCK",{"type":13,"tag":68,"props":9908,"children":9909},{"style":75},[9910],{"type":18,"value":4255},{"type":13,"tag":68,"props":9912,"children":9913},{"style":106},[9914],{"type":18,"value":4260},{"type":13,"tag":68,"props":9916,"children":9917},{"style":75},[9918],{"type":18,"value":4265},{"type":13,"tag":68,"props":9920,"children":9921},{"style":106},[9922],{"type":18,"value":3564},{"type":13,"tag":68,"props":9924,"children":9925},{"style":86},[9926],{"type":18,"value":4274},{"type":13,"tag":68,"props":9928,"children":9929},{"class":70,"line":3593},[9930,9934,9938,9943,9947,9951,9955,9959],{"type":13,"tag":68,"props":9931,"children":9932},{"style":75},[9933],{"type":18,"value":4240},{"type":13,"tag":68,"props":9935,"children":9936},{"style":75},[9937],{"type":18,"value":4245},{"type":13,"tag":68,"props":9939,"children":9940},{"style":106},[9941],{"type":18,"value":9942}," ASTC_4X4_SRGB_BLOCK",{"type":13,"tag":68,"props":9944,"children":9945},{"style":75},[9946],{"type":18,"value":4255},{"type":13,"tag":68,"props":9948,"children":9949},{"style":106},[9950],{"type":18,"value":4260},{"type":13,"tag":68,"props":9952,"children":9953},{"style":75},[9954],{"type":18,"value":4265},{"type":13,"tag":68,"props":9956,"children":9957},{"style":106},[9958],{"type":18,"value":3586},{"type":13,"tag":68,"props":9960,"children":9961},{"style":86},[9962],{"type":18,"value":4274},{"type":13,"tag":68,"props":9964,"children":9965},{"class":70,"line":3615},[9966,9970,9974,9979,9983,9987,9991,9995],{"type":13,"tag":68,"props":9967,"children":9968},{"style":75},[9969],{"type":18,"value":4240},{"type":13,"tag":68,"props":9971,"children":9972},{"style":75},[9973],{"type":18,"value":4245},{"type":13,"tag":68,"props":9975,"children":9976},{"style":106},[9977],{"type":18,"value":9978}," ASTC_5X4_UNORM_BLOCK",{"type":13,"tag":68,"props":9980,"children":9981},{"style":75},[9982],{"type":18,"value":4255},{"type":13,"tag":68,"props":9984,"children":9985},{"style":106},[9986],{"type":18,"value":4260},{"type":13,"tag":68,"props":9988,"children":9989},{"style":75},[9990],{"type":18,"value":4265},{"type":13,"tag":68,"props":9992,"children":9993},{"style":106},[9994],{"type":18,"value":3608},{"type":13,"tag":68,"props":9996,"children":9997},{"style":86},[9998],{"type":18,"value":4274},{"type":13,"tag":68,"props":10000,"children":10001},{"class":70,"line":3637},[10002,10006,10010,10015,10019,10023,10027,10031],{"type":13,"tag":68,"props":10003,"children":10004},{"style":75},[10005],{"type":18,"value":4240},{"type":13,"tag":68,"props":10007,"children":10008},{"style":75},[10009],{"type":18,"value":4245},{"type":13,"tag":68,"props":10011,"children":10012},{"style":106},[10013],{"type":18,"value":10014}," ASTC_5X4_SRGB_BLOCK",{"type":13,"tag":68,"props":10016,"children":10017},{"style":75},[10018],{"type":18,"value":4255},{"type":13,"tag":68,"props":10020,"children":10021},{"style":106},[10022],{"type":18,"value":4260},{"type":13,"tag":68,"props":10024,"children":10025},{"style":75},[10026],{"type":18,"value":4265},{"type":13,"tag":68,"props":10028,"children":10029},{"style":106},[10030],{"type":18,"value":3630},{"type":13,"tag":68,"props":10032,"children":10033},{"style":86},[10034],{"type":18,"value":4274},{"type":13,"tag":68,"props":10036,"children":10037},{"class":70,"line":3659},[10038,10042,10046,10051,10055,10059,10063,10067],{"type":13,"tag":68,"props":10039,"children":10040},{"style":75},[10041],{"type":18,"value":4240},{"type":13,"tag":68,"props":10043,"children":10044},{"style":75},[10045],{"type":18,"value":4245},{"type":13,"tag":68,"props":10047,"children":10048},{"style":106},[10049],{"type":18,"value":10050}," ASTC_5X5_UNORM_BLOCK",{"type":13,"tag":68,"props":10052,"children":10053},{"style":75},[10054],{"type":18,"value":4255},{"type":13,"tag":68,"props":10056,"children":10057},{"style":106},[10058],{"type":18,"value":4260},{"type":13,"tag":68,"props":10060,"children":10061},{"style":75},[10062],{"type":18,"value":4265},{"type":13,"tag":68,"props":10064,"children":10065},{"style":106},[10066],{"type":18,"value":3652},{"type":13,"tag":68,"props":10068,"children":10069},{"style":86},[10070],{"type":18,"value":4274},{"type":13,"tag":68,"props":10072,"children":10073},{"class":70,"line":3681},[10074,10078,10082,10087,10091,10095,10099,10103],{"type":13,"tag":68,"props":10075,"children":10076},{"style":75},[10077],{"type":18,"value":4240},{"type":13,"tag":68,"props":10079,"children":10080},{"style":75},[10081],{"type":18,"value":4245},{"type":13,"tag":68,"props":10083,"children":10084},{"style":106},[10085],{"type":18,"value":10086}," ASTC_5X5_SRGB_BLOCK",{"type":13,"tag":68,"props":10088,"children":10089},{"style":75},[10090],{"type":18,"value":4255},{"type":13,"tag":68,"props":10092,"children":10093},{"style":106},[10094],{"type":18,"value":4260},{"type":13,"tag":68,"props":10096,"children":10097},{"style":75},[10098],{"type":18,"value":4265},{"type":13,"tag":68,"props":10100,"children":10101},{"style":106},[10102],{"type":18,"value":3674},{"type":13,"tag":68,"props":10104,"children":10105},{"style":86},[10106],{"type":18,"value":4274},{"type":13,"tag":68,"props":10108,"children":10109},{"class":70,"line":3703},[10110,10114,10118,10123,10127,10131,10135,10139],{"type":13,"tag":68,"props":10111,"children":10112},{"style":75},[10113],{"type":18,"value":4240},{"type":13,"tag":68,"props":10115,"children":10116},{"style":75},[10117],{"type":18,"value":4245},{"type":13,"tag":68,"props":10119,"children":10120},{"style":106},[10121],{"type":18,"value":10122}," ASTC_6X5_UNORM_BLOCK",{"type":13,"tag":68,"props":10124,"children":10125},{"style":75},[10126],{"type":18,"value":4255},{"type":13,"tag":68,"props":10128,"children":10129},{"style":106},[10130],{"type":18,"value":4260},{"type":13,"tag":68,"props":10132,"children":10133},{"style":75},[10134],{"type":18,"value":4265},{"type":13,"tag":68,"props":10136,"children":10137},{"style":106},[10138],{"type":18,"value":3696},{"type":13,"tag":68,"props":10140,"children":10141},{"style":86},[10142],{"type":18,"value":4274},{"type":13,"tag":68,"props":10144,"children":10145},{"class":70,"line":3725},[10146,10150,10154,10159,10163,10167,10171,10175],{"type":13,"tag":68,"props":10147,"children":10148},{"style":75},[10149],{"type":18,"value":4240},{"type":13,"tag":68,"props":10151,"children":10152},{"style":75},[10153],{"type":18,"value":4245},{"type":13,"tag":68,"props":10155,"children":10156},{"style":106},[10157],{"type":18,"value":10158}," ASTC_6X5_SRGB_BLOCK",{"type":13,"tag":68,"props":10160,"children":10161},{"style":75},[10162],{"type":18,"value":4255},{"type":13,"tag":68,"props":10164,"children":10165},{"style":106},[10166],{"type":18,"value":4260},{"type":13,"tag":68,"props":10168,"children":10169},{"style":75},[10170],{"type":18,"value":4265},{"type":13,"tag":68,"props":10172,"children":10173},{"style":106},[10174],{"type":18,"value":3718},{"type":13,"tag":68,"props":10176,"children":10177},{"style":86},[10178],{"type":18,"value":4274},{"type":13,"tag":68,"props":10180,"children":10181},{"class":70,"line":3747},[10182,10186,10190,10195,10199,10203,10207,10211],{"type":13,"tag":68,"props":10183,"children":10184},{"style":75},[10185],{"type":18,"value":4240},{"type":13,"tag":68,"props":10187,"children":10188},{"style":75},[10189],{"type":18,"value":4245},{"type":13,"tag":68,"props":10191,"children":10192},{"style":106},[10193],{"type":18,"value":10194}," ASTC_6X6_UNORM_BLOCK",{"type":13,"tag":68,"props":10196,"children":10197},{"style":75},[10198],{"type":18,"value":4255},{"type":13,"tag":68,"props":10200,"children":10201},{"style":106},[10202],{"type":18,"value":4260},{"type":13,"tag":68,"props":10204,"children":10205},{"style":75},[10206],{"type":18,"value":4265},{"type":13,"tag":68,"props":10208,"children":10209},{"style":106},[10210],{"type":18,"value":3740},{"type":13,"tag":68,"props":10212,"children":10213},{"style":86},[10214],{"type":18,"value":4274},{"type":13,"tag":68,"props":10216,"children":10217},{"class":70,"line":3769},[10218,10222,10226,10231,10235,10239,10243,10247],{"type":13,"tag":68,"props":10219,"children":10220},{"style":75},[10221],{"type":18,"value":4240},{"type":13,"tag":68,"props":10223,"children":10224},{"style":75},[10225],{"type":18,"value":4245},{"type":13,"tag":68,"props":10227,"children":10228},{"style":106},[10229],{"type":18,"value":10230}," ASTC_6X6_SRGB_BLOCK",{"type":13,"tag":68,"props":10232,"children":10233},{"style":75},[10234],{"type":18,"value":4255},{"type":13,"tag":68,"props":10236,"children":10237},{"style":106},[10238],{"type":18,"value":4260},{"type":13,"tag":68,"props":10240,"children":10241},{"style":75},[10242],{"type":18,"value":4265},{"type":13,"tag":68,"props":10244,"children":10245},{"style":106},[10246],{"type":18,"value":3762},{"type":13,"tag":68,"props":10248,"children":10249},{"style":86},[10250],{"type":18,"value":4274},{"type":13,"tag":68,"props":10252,"children":10253},{"class":70,"line":3791},[10254,10258,10262,10267,10271,10275,10279,10283],{"type":13,"tag":68,"props":10255,"children":10256},{"style":75},[10257],{"type":18,"value":4240},{"type":13,"tag":68,"props":10259,"children":10260},{"style":75},[10261],{"type":18,"value":4245},{"type":13,"tag":68,"props":10263,"children":10264},{"style":106},[10265],{"type":18,"value":10266}," ASTC_8X5_UNORM_BLOCK",{"type":13,"tag":68,"props":10268,"children":10269},{"style":75},[10270],{"type":18,"value":4255},{"type":13,"tag":68,"props":10272,"children":10273},{"style":106},[10274],{"type":18,"value":4260},{"type":13,"tag":68,"props":10276,"children":10277},{"style":75},[10278],{"type":18,"value":4265},{"type":13,"tag":68,"props":10280,"children":10281},{"style":106},[10282],{"type":18,"value":3784},{"type":13,"tag":68,"props":10284,"children":10285},{"style":86},[10286],{"type":18,"value":4274},{"type":13,"tag":68,"props":10288,"children":10289},{"class":70,"line":3813},[10290,10294,10298,10303,10307,10311,10315,10319],{"type":13,"tag":68,"props":10291,"children":10292},{"style":75},[10293],{"type":18,"value":4240},{"type":13,"tag":68,"props":10295,"children":10296},{"style":75},[10297],{"type":18,"value":4245},{"type":13,"tag":68,"props":10299,"children":10300},{"style":106},[10301],{"type":18,"value":10302}," ASTC_8X5_SRGB_BLOCK",{"type":13,"tag":68,"props":10304,"children":10305},{"style":75},[10306],{"type":18,"value":4255},{"type":13,"tag":68,"props":10308,"children":10309},{"style":106},[10310],{"type":18,"value":4260},{"type":13,"tag":68,"props":10312,"children":10313},{"style":75},[10314],{"type":18,"value":4265},{"type":13,"tag":68,"props":10316,"children":10317},{"style":106},[10318],{"type":18,"value":3806},{"type":13,"tag":68,"props":10320,"children":10321},{"style":86},[10322],{"type":18,"value":4274},{"type":13,"tag":68,"props":10324,"children":10325},{"class":70,"line":3835},[10326,10330,10334,10339,10343,10347,10351,10355],{"type":13,"tag":68,"props":10327,"children":10328},{"style":75},[10329],{"type":18,"value":4240},{"type":13,"tag":68,"props":10331,"children":10332},{"style":75},[10333],{"type":18,"value":4245},{"type":13,"tag":68,"props":10335,"children":10336},{"style":106},[10337],{"type":18,"value":10338}," ASTC_8X6_UNORM_BLOCK",{"type":13,"tag":68,"props":10340,"children":10341},{"style":75},[10342],{"type":18,"value":4255},{"type":13,"tag":68,"props":10344,"children":10345},{"style":106},[10346],{"type":18,"value":4260},{"type":13,"tag":68,"props":10348,"children":10349},{"style":75},[10350],{"type":18,"value":4265},{"type":13,"tag":68,"props":10352,"children":10353},{"style":106},[10354],{"type":18,"value":3828},{"type":13,"tag":68,"props":10356,"children":10357},{"style":86},[10358],{"type":18,"value":4274},{"type":13,"tag":68,"props":10360,"children":10361},{"class":70,"line":3857},[10362,10366,10370,10375,10379,10383,10387,10391],{"type":13,"tag":68,"props":10363,"children":10364},{"style":75},[10365],{"type":18,"value":4240},{"type":13,"tag":68,"props":10367,"children":10368},{"style":75},[10369],{"type":18,"value":4245},{"type":13,"tag":68,"props":10371,"children":10372},{"style":106},[10373],{"type":18,"value":10374}," ASTC_8X6_SRGB_BLOCK",{"type":13,"tag":68,"props":10376,"children":10377},{"style":75},[10378],{"type":18,"value":4255},{"type":13,"tag":68,"props":10380,"children":10381},{"style":106},[10382],{"type":18,"value":4260},{"type":13,"tag":68,"props":10384,"children":10385},{"style":75},[10386],{"type":18,"value":4265},{"type":13,"tag":68,"props":10388,"children":10389},{"style":106},[10390],{"type":18,"value":3850},{"type":13,"tag":68,"props":10392,"children":10393},{"style":86},[10394],{"type":18,"value":4274},{"type":13,"tag":68,"props":10396,"children":10397},{"class":70,"line":3879},[10398,10402,10406,10411,10415,10419,10423,10427],{"type":13,"tag":68,"props":10399,"children":10400},{"style":75},[10401],{"type":18,"value":4240},{"type":13,"tag":68,"props":10403,"children":10404},{"style":75},[10405],{"type":18,"value":4245},{"type":13,"tag":68,"props":10407,"children":10408},{"style":106},[10409],{"type":18,"value":10410}," ASTC_8X8_UNORM_BLOCK",{"type":13,"tag":68,"props":10412,"children":10413},{"style":75},[10414],{"type":18,"value":4255},{"type":13,"tag":68,"props":10416,"children":10417},{"style":106},[10418],{"type":18,"value":4260},{"type":13,"tag":68,"props":10420,"children":10421},{"style":75},[10422],{"type":18,"value":4265},{"type":13,"tag":68,"props":10424,"children":10425},{"style":106},[10426],{"type":18,"value":3872},{"type":13,"tag":68,"props":10428,"children":10429},{"style":86},[10430],{"type":18,"value":4274},{"type":13,"tag":68,"props":10432,"children":10433},{"class":70,"line":3901},[10434,10438,10442,10447,10451,10455,10459,10463],{"type":13,"tag":68,"props":10435,"children":10436},{"style":75},[10437],{"type":18,"value":4240},{"type":13,"tag":68,"props":10439,"children":10440},{"style":75},[10441],{"type":18,"value":4245},{"type":13,"tag":68,"props":10443,"children":10444},{"style":106},[10445],{"type":18,"value":10446}," ASTC_8X8_SRGB_BLOCK",{"type":13,"tag":68,"props":10448,"children":10449},{"style":75},[10450],{"type":18,"value":4255},{"type":13,"tag":68,"props":10452,"children":10453},{"style":106},[10454],{"type":18,"value":4260},{"type":13,"tag":68,"props":10456,"children":10457},{"style":75},[10458],{"type":18,"value":4265},{"type":13,"tag":68,"props":10460,"children":10461},{"style":106},[10462],{"type":18,"value":3894},{"type":13,"tag":68,"props":10464,"children":10465},{"style":86},[10466],{"type":18,"value":4274},{"type":13,"tag":68,"props":10468,"children":10469},{"class":70,"line":3923},[10470,10474,10478,10483,10487,10491,10495,10499],{"type":13,"tag":68,"props":10471,"children":10472},{"style":75},[10473],{"type":18,"value":4240},{"type":13,"tag":68,"props":10475,"children":10476},{"style":75},[10477],{"type":18,"value":4245},{"type":13,"tag":68,"props":10479,"children":10480},{"style":106},[10481],{"type":18,"value":10482}," ASTC_10X5_UNORM_BLOCK",{"type":13,"tag":68,"props":10484,"children":10485},{"style":75},[10486],{"type":18,"value":4255},{"type":13,"tag":68,"props":10488,"children":10489},{"style":106},[10490],{"type":18,"value":4260},{"type":13,"tag":68,"props":10492,"children":10493},{"style":75},[10494],{"type":18,"value":4265},{"type":13,"tag":68,"props":10496,"children":10497},{"style":106},[10498],{"type":18,"value":3916},{"type":13,"tag":68,"props":10500,"children":10501},{"style":86},[10502],{"type":18,"value":4274},{"type":13,"tag":68,"props":10504,"children":10505},{"class":70,"line":3945},[10506,10510,10514,10519,10523,10527,10531,10535],{"type":13,"tag":68,"props":10507,"children":10508},{"style":75},[10509],{"type":18,"value":4240},{"type":13,"tag":68,"props":10511,"children":10512},{"style":75},[10513],{"type":18,"value":4245},{"type":13,"tag":68,"props":10515,"children":10516},{"style":106},[10517],{"type":18,"value":10518}," ASTC_10X5_SRGB_BLOCK",{"type":13,"tag":68,"props":10520,"children":10521},{"style":75},[10522],{"type":18,"value":4255},{"type":13,"tag":68,"props":10524,"children":10525},{"style":106},[10526],{"type":18,"value":4260},{"type":13,"tag":68,"props":10528,"children":10529},{"style":75},[10530],{"type":18,"value":4265},{"type":13,"tag":68,"props":10532,"children":10533},{"style":106},[10534],{"type":18,"value":3938},{"type":13,"tag":68,"props":10536,"children":10537},{"style":86},[10538],{"type":18,"value":4274},{"type":13,"tag":68,"props":10540,"children":10541},{"class":70,"line":3967},[10542,10546,10550,10555,10559,10563,10567,10571],{"type":13,"tag":68,"props":10543,"children":10544},{"style":75},[10545],{"type":18,"value":4240},{"type":13,"tag":68,"props":10547,"children":10548},{"style":75},[10549],{"type":18,"value":4245},{"type":13,"tag":68,"props":10551,"children":10552},{"style":106},[10553],{"type":18,"value":10554}," ASTC_10X6_UNORM_BLOCK",{"type":13,"tag":68,"props":10556,"children":10557},{"style":75},[10558],{"type":18,"value":4255},{"type":13,"tag":68,"props":10560,"children":10561},{"style":106},[10562],{"type":18,"value":4260},{"type":13,"tag":68,"props":10564,"children":10565},{"style":75},[10566],{"type":18,"value":4265},{"type":13,"tag":68,"props":10568,"children":10569},{"style":106},[10570],{"type":18,"value":3960},{"type":13,"tag":68,"props":10572,"children":10573},{"style":86},[10574],{"type":18,"value":4274},{"type":13,"tag":68,"props":10576,"children":10577},{"class":70,"line":3989},[10578,10582,10586,10591,10595,10599,10603,10607],{"type":13,"tag":68,"props":10579,"children":10580},{"style":75},[10581],{"type":18,"value":4240},{"type":13,"tag":68,"props":10583,"children":10584},{"style":75},[10585],{"type":18,"value":4245},{"type":13,"tag":68,"props":10587,"children":10588},{"style":106},[10589],{"type":18,"value":10590}," ASTC_10X6_SRGB_BLOCK",{"type":13,"tag":68,"props":10592,"children":10593},{"style":75},[10594],{"type":18,"value":4255},{"type":13,"tag":68,"props":10596,"children":10597},{"style":106},[10598],{"type":18,"value":4260},{"type":13,"tag":68,"props":10600,"children":10601},{"style":75},[10602],{"type":18,"value":4265},{"type":13,"tag":68,"props":10604,"children":10605},{"style":106},[10606],{"type":18,"value":3982},{"type":13,"tag":68,"props":10608,"children":10609},{"style":86},[10610],{"type":18,"value":4274},{"type":13,"tag":68,"props":10612,"children":10613},{"class":70,"line":4011},[10614,10618,10622,10627,10631,10635,10639,10643],{"type":13,"tag":68,"props":10615,"children":10616},{"style":75},[10617],{"type":18,"value":4240},{"type":13,"tag":68,"props":10619,"children":10620},{"style":75},[10621],{"type":18,"value":4245},{"type":13,"tag":68,"props":10623,"children":10624},{"style":106},[10625],{"type":18,"value":10626}," ASTC_10X8_UNORM_BLOCK",{"type":13,"tag":68,"props":10628,"children":10629},{"style":75},[10630],{"type":18,"value":4255},{"type":13,"tag":68,"props":10632,"children":10633},{"style":106},[10634],{"type":18,"value":4260},{"type":13,"tag":68,"props":10636,"children":10637},{"style":75},[10638],{"type":18,"value":4265},{"type":13,"tag":68,"props":10640,"children":10641},{"style":106},[10642],{"type":18,"value":4004},{"type":13,"tag":68,"props":10644,"children":10645},{"style":86},[10646],{"type":18,"value":4274},{"type":13,"tag":68,"props":10648,"children":10649},{"class":70,"line":4033},[10650,10654,10658,10663,10667,10671,10675,10679],{"type":13,"tag":68,"props":10651,"children":10652},{"style":75},[10653],{"type":18,"value":4240},{"type":13,"tag":68,"props":10655,"children":10656},{"style":75},[10657],{"type":18,"value":4245},{"type":13,"tag":68,"props":10659,"children":10660},{"style":106},[10661],{"type":18,"value":10662}," ASTC_10X8_SRGB_BLOCK",{"type":13,"tag":68,"props":10664,"children":10665},{"style":75},[10666],{"type":18,"value":4255},{"type":13,"tag":68,"props":10668,"children":10669},{"style":106},[10670],{"type":18,"value":4260},{"type":13,"tag":68,"props":10672,"children":10673},{"style":75},[10674],{"type":18,"value":4265},{"type":13,"tag":68,"props":10676,"children":10677},{"style":106},[10678],{"type":18,"value":4026},{"type":13,"tag":68,"props":10680,"children":10681},{"style":86},[10682],{"type":18,"value":4274},{"type":13,"tag":68,"props":10684,"children":10685},{"class":70,"line":4055},[10686,10690,10694,10699,10703,10707,10711,10715],{"type":13,"tag":68,"props":10687,"children":10688},{"style":75},[10689],{"type":18,"value":4240},{"type":13,"tag":68,"props":10691,"children":10692},{"style":75},[10693],{"type":18,"value":4245},{"type":13,"tag":68,"props":10695,"children":10696},{"style":106},[10697],{"type":18,"value":10698}," ASTC_10X10_UNORM_BLOCK",{"type":13,"tag":68,"props":10700,"children":10701},{"style":75},[10702],{"type":18,"value":4255},{"type":13,"tag":68,"props":10704,"children":10705},{"style":106},[10706],{"type":18,"value":4260},{"type":13,"tag":68,"props":10708,"children":10709},{"style":75},[10710],{"type":18,"value":4265},{"type":13,"tag":68,"props":10712,"children":10713},{"style":106},[10714],{"type":18,"value":4048},{"type":13,"tag":68,"props":10716,"children":10717},{"style":86},[10718],{"type":18,"value":4274},{"type":13,"tag":68,"props":10720,"children":10721},{"class":70,"line":4077},[10722,10726,10730,10735,10739,10743,10747,10751],{"type":13,"tag":68,"props":10723,"children":10724},{"style":75},[10725],{"type":18,"value":4240},{"type":13,"tag":68,"props":10727,"children":10728},{"style":75},[10729],{"type":18,"value":4245},{"type":13,"tag":68,"props":10731,"children":10732},{"style":106},[10733],{"type":18,"value":10734}," ASTC_10X10_SRGB_BLOCK",{"type":13,"tag":68,"props":10736,"children":10737},{"style":75},[10738],{"type":18,"value":4255},{"type":13,"tag":68,"props":10740,"children":10741},{"style":106},[10742],{"type":18,"value":4260},{"type":13,"tag":68,"props":10744,"children":10745},{"style":75},[10746],{"type":18,"value":4265},{"type":13,"tag":68,"props":10748,"children":10749},{"style":106},[10750],{"type":18,"value":4070},{"type":13,"tag":68,"props":10752,"children":10753},{"style":86},[10754],{"type":18,"value":4274},{"type":13,"tag":68,"props":10756,"children":10757},{"class":70,"line":4099},[10758,10762,10766,10771,10775,10779,10783,10787],{"type":13,"tag":68,"props":10759,"children":10760},{"style":75},[10761],{"type":18,"value":4240},{"type":13,"tag":68,"props":10763,"children":10764},{"style":75},[10765],{"type":18,"value":4245},{"type":13,"tag":68,"props":10767,"children":10768},{"style":106},[10769],{"type":18,"value":10770}," ASTC_12X10_UNORM_BLOCK",{"type":13,"tag":68,"props":10772,"children":10773},{"style":75},[10774],{"type":18,"value":4255},{"type":13,"tag":68,"props":10776,"children":10777},{"style":106},[10778],{"type":18,"value":4260},{"type":13,"tag":68,"props":10780,"children":10781},{"style":75},[10782],{"type":18,"value":4265},{"type":13,"tag":68,"props":10784,"children":10785},{"style":106},[10786],{"type":18,"value":4092},{"type":13,"tag":68,"props":10788,"children":10789},{"style":86},[10790],{"type":18,"value":4274},{"type":13,"tag":68,"props":10792,"children":10793},{"class":70,"line":4121},[10794,10798,10802,10807,10811,10815,10819,10823],{"type":13,"tag":68,"props":10795,"children":10796},{"style":75},[10797],{"type":18,"value":4240},{"type":13,"tag":68,"props":10799,"children":10800},{"style":75},[10801],{"type":18,"value":4245},{"type":13,"tag":68,"props":10803,"children":10804},{"style":106},[10805],{"type":18,"value":10806}," ASTC_12X10_SRGB_BLOCK",{"type":13,"tag":68,"props":10808,"children":10809},{"style":75},[10810],{"type":18,"value":4255},{"type":13,"tag":68,"props":10812,"children":10813},{"style":106},[10814],{"type":18,"value":4260},{"type":13,"tag":68,"props":10816,"children":10817},{"style":75},[10818],{"type":18,"value":4265},{"type":13,"tag":68,"props":10820,"children":10821},{"style":106},[10822],{"type":18,"value":4114},{"type":13,"tag":68,"props":10824,"children":10825},{"style":86},[10826],{"type":18,"value":4274},{"type":13,"tag":68,"props":10828,"children":10829},{"class":70,"line":4143},[10830,10834,10838,10843,10847,10851,10855,10859],{"type":13,"tag":68,"props":10831,"children":10832},{"style":75},[10833],{"type":18,"value":4240},{"type":13,"tag":68,"props":10835,"children":10836},{"style":75},[10837],{"type":18,"value":4245},{"type":13,"tag":68,"props":10839,"children":10840},{"style":106},[10841],{"type":18,"value":10842}," ASTC_12X12_UNORM_BLOCK",{"type":13,"tag":68,"props":10844,"children":10845},{"style":75},[10846],{"type":18,"value":4255},{"type":13,"tag":68,"props":10848,"children":10849},{"style":106},[10850],{"type":18,"value":4260},{"type":13,"tag":68,"props":10852,"children":10853},{"style":75},[10854],{"type":18,"value":4265},{"type":13,"tag":68,"props":10856,"children":10857},{"style":106},[10858],{"type":18,"value":4136},{"type":13,"tag":68,"props":10860,"children":10861},{"style":86},[10862],{"type":18,"value":4274},{"type":13,"tag":68,"props":10864,"children":10865},{"class":70,"line":4165},[10866,10870,10874,10879,10883,10887,10891,10895],{"type":13,"tag":68,"props":10867,"children":10868},{"style":75},[10869],{"type":18,"value":4240},{"type":13,"tag":68,"props":10871,"children":10872},{"style":75},[10873],{"type":18,"value":4245},{"type":13,"tag":68,"props":10875,"children":10876},{"style":106},[10877],{"type":18,"value":10878}," ASTC_12X12_SRGB_BLOCK",{"type":13,"tag":68,"props":10880,"children":10881},{"style":75},[10882],{"type":18,"value":4255},{"type":13,"tag":68,"props":10884,"children":10885},{"style":106},[10886],{"type":18,"value":4260},{"type":13,"tag":68,"props":10888,"children":10889},{"style":75},[10890],{"type":18,"value":4265},{"type":13,"tag":68,"props":10892,"children":10893},{"style":106},[10894],{"type":18,"value":4158},{"type":13,"tag":68,"props":10896,"children":10897},{"style":86},[10898],{"type":18,"value":4274},{"type":13,"tag":68,"props":10900,"children":10902},{"class":70,"line":10901},188,[10903],{"type":13,"tag":68,"props":10904,"children":10905},{"style":86},[10906],{"type":18,"value":10907},"}\n",{"type":13,"tag":10909,"props":10910,"children":10911},"ul",{},[10912,10924,10935,10946,10957,10968,10979,10990,11001,11012,11023,11034,11045,11056,11067,11078,11089,11100,11111,11122,11133,11144,11155,11166,11177,11188,11199,11210,11221,11232,11243,11254,11265,11276,11287,11298,11309,11320,11331,11342,11353,11364,11375,11386,11397,11408,11419,11430,11441,11452,11463,11474,11485,11496,11507,11518,11529,11540,11551,11562,11573,11584,11595,11606,11617,11628,11639,11650,11661,11672,11683,11694,11705,11716,11727,11738,11749,11760,11771,11782,11793,11804,11815,11826,11837,11848,11859,11870,11881,11892,11903,11914,11925,11936,11947,11958,11969,11980,11991,12002,12013,12024,12035,12046,12057,12068,12079,12090,12101,12112,12123,12134,12145,12156,12167,12178,12189,12200,12211,12222,12233,12244,12255,12266,12277,12288,12299,12326,12337,12348,12365,12376,12387,12398,12409,12425,12436,12447,12458,12469,12480,12491,12501,12511,12522,12533,12544,12555,12566,12577,12588,12599,12610,12621,12632,12643,12654,12665,12676,12687,12698,12709,12720,12731,12742,12753,12764,12775,12786,12797,12808,12819,12830,12841,12852,12863,12874,12885,12896,12907,12918,12929,12940,12951,12962,12973,12984,12995,13006,13017,13028,13039,13050,13061,13072,13083,13094,13105,13116,13127,13138,13149,13160,13171,13202,13230,13776,14259,14524,14783,14823,14834,14845,14856,14885,14913,15401,15882,16145,16402,16441,16452,16463,16474,16502,16530,17017,17498,17761,18018,18057,18086,18114,18601,19082,19345,19602,19641,19675,19708,19741,19774,19785,19796,19806,19816,19827,19838,19848,19858],{"type":13,"tag":10913,"props":10914,"children":10915},"li",{},[10916,10922],{"type":13,"tag":64,"props":10917,"children":10919},{"className":10918},[],[10920],{"type":18,"value":10921},"VK_FORMAT_UNDEFINED",{"type":18,"value":10923}," specifies that the format is not specified.",{"type":13,"tag":10913,"props":10925,"children":10926},{},[10927,10933],{"type":13,"tag":64,"props":10928,"children":10930},{"className":10929},[],[10931],{"type":18,"value":10932},"VK_FORMAT_R4G4_UNORM_PACK8",{"type":18,"value":10934}," specifies a two-component, 8-bit packed\nunsigned normalized format that has a 4-bit R component in bits 4..7,\nand a 4-bit G component in bits 0..3.",{"type":13,"tag":10913,"props":10936,"children":10937},{},[10938,10944],{"type":13,"tag":64,"props":10939,"children":10941},{"className":10940},[],[10942],{"type":18,"value":10943},"VK_FORMAT_R4G4B4A4_UNORM_PACK16",{"type":18,"value":10945}," specifies a four-component, 16-bit\npacked unsigned normalized format that has a 4-bit R component in bits\n12..15, a 4-bit G component in bits 8..11, a 4-bit B component in bits\n4..7, and a 4-bit A component in bits 0..3.",{"type":13,"tag":10913,"props":10947,"children":10948},{},[10949,10955],{"type":13,"tag":64,"props":10950,"children":10952},{"className":10951},[],[10953],{"type":18,"value":10954},"VK_FORMAT_B4G4R4A4_UNORM_PACK16",{"type":18,"value":10956}," specifies a four-component, 16-bit\npacked unsigned normalized format that has a 4-bit B component in bits\n12..15, a 4-bit G component in bits 8..11, a 4-bit R component in bits\n4..7, and a 4-bit A component in bits 0..3.",{"type":13,"tag":10913,"props":10958,"children":10959},{},[10960,10966],{"type":13,"tag":64,"props":10961,"children":10963},{"className":10962},[],[10964],{"type":18,"value":10965},"VK_FORMAT_A4R4G4B4_UNORM_PACK16",{"type":18,"value":10967}," specifies a four-component, 16-bit\npacked unsigned normalized format that has a 4-bit A component in bits\n12..15, a 4-bit R component in bits 8..11, a 4-bit G component in bits\n4..7, and a 4-bit B component in bits 0..3.",{"type":13,"tag":10913,"props":10969,"children":10970},{},[10971,10977],{"type":13,"tag":64,"props":10972,"children":10974},{"className":10973},[],[10975],{"type":18,"value":10976},"VK_FORMAT_A4B4G4R4_UNORM_PACK16",{"type":18,"value":10978}," specifies a four-component, 16-bit\npacked unsigned normalized format that has a 4-bit A component in bits\n12..15, a 4-bit B component in bits 8..11, a 4-bit G component in bits\n4..7, and a 4-bit R component in bits 0..3.",{"type":13,"tag":10913,"props":10980,"children":10981},{},[10982,10988],{"type":13,"tag":64,"props":10983,"children":10985},{"className":10984},[],[10986],{"type":18,"value":10987},"VK_FORMAT_R5G6B5_UNORM_PACK16",{"type":18,"value":10989}," specifies a three-component, 16-bit\npacked unsigned normalized format that has a 5-bit R component in bits\n11..15, a 6-bit G component in bits 5..10, and a 5-bit B component in\nbits 0..4.",{"type":13,"tag":10913,"props":10991,"children":10992},{},[10993,10999],{"type":13,"tag":64,"props":10994,"children":10996},{"className":10995},[],[10997],{"type":18,"value":10998},"VK_FORMAT_B5G6R5_UNORM_PACK16",{"type":18,"value":11000}," specifies a three-component, 16-bit\npacked unsigned normalized format that has a 5-bit B component in bits\n11..15, a 6-bit G component in bits 5..10, and a 5-bit R component in\nbits 0..4.",{"type":13,"tag":10913,"props":11002,"children":11003},{},[11004,11010],{"type":13,"tag":64,"props":11005,"children":11007},{"className":11006},[],[11008],{"type":18,"value":11009},"VK_FORMAT_R5G5B5A1_UNORM_PACK16",{"type":18,"value":11011}," specifies a four-component, 16-bit\npacked unsigned normalized format that has a 5-bit R component in bits\n11..15, a 5-bit G component in bits 6..10, a 5-bit B component in bits\n1..5, and a 1-bit A component in bit 0.",{"type":13,"tag":10913,"props":11013,"children":11014},{},[11015,11021],{"type":13,"tag":64,"props":11016,"children":11018},{"className":11017},[],[11019],{"type":18,"value":11020},"VK_FORMAT_B5G5R5A1_UNORM_PACK16",{"type":18,"value":11022}," specifies a four-component, 16-bit\npacked unsigned normalized format that has a 5-bit B component in bits\n11..15, a 5-bit G component in bits 6..10, a 5-bit R component in bits\n1..5, and a 1-bit A component in bit 0.",{"type":13,"tag":10913,"props":11024,"children":11025},{},[11026,11032],{"type":13,"tag":64,"props":11027,"children":11029},{"className":11028},[],[11030],{"type":18,"value":11031},"VK_FORMAT_A1R5G5B5_UNORM_PACK16",{"type":18,"value":11033}," specifies a four-component, 16-bit\npacked unsigned normalized format that has a 1-bit A component in bit\n15, a 5-bit R component in bits 10..14, a 5-bit G component in bits\n5..9, and a 5-bit B component in bits 0..4.",{"type":13,"tag":10913,"props":11035,"children":11036},{},[11037,11043],{"type":13,"tag":64,"props":11038,"children":11040},{"className":11039},[],[11041],{"type":18,"value":11042},"VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR",{"type":18,"value":11044}," specifies a four-component,\n16-bit packed unsigned normalized format that has a 1-bit A component in\nbit 15, a 5-bit B component in bits 10..14, a 5-bit G component in bits\n5..9, and a 5-bit R component in bits 0..4.",{"type":13,"tag":10913,"props":11046,"children":11047},{},[11048,11054],{"type":13,"tag":64,"props":11049,"children":11051},{"className":11050},[],[11052],{"type":18,"value":11053},"VK_FORMAT_A8_UNORM_KHR",{"type":18,"value":11055}," specifies a one-component, 8-bit unsigned\nnormalized format that has a single 8-bit A component.",{"type":13,"tag":10913,"props":11057,"children":11058},{},[11059,11065],{"type":13,"tag":64,"props":11060,"children":11062},{"className":11061},[],[11063],{"type":18,"value":11064},"VK_FORMAT_R8_UNORM",{"type":18,"value":11066}," specifies a one-component, 8-bit unsigned\nnormalized format that has a single 8-bit R component.",{"type":13,"tag":10913,"props":11068,"children":11069},{},[11070,11076],{"type":13,"tag":64,"props":11071,"children":11073},{"className":11072},[],[11074],{"type":18,"value":11075},"VK_FORMAT_R8_SNORM",{"type":18,"value":11077}," specifies a one-component, 8-bit signed\nnormalized format that has a single 8-bit R component.",{"type":13,"tag":10913,"props":11079,"children":11080},{},[11081,11087],{"type":13,"tag":64,"props":11082,"children":11084},{"className":11083},[],[11085],{"type":18,"value":11086},"VK_FORMAT_R8_USCALED",{"type":18,"value":11088}," specifies a one-component, 8-bit unsigned\nscaled integer format that has a single 8-bit R component.",{"type":13,"tag":10913,"props":11090,"children":11091},{},[11092,11098],{"type":13,"tag":64,"props":11093,"children":11095},{"className":11094},[],[11096],{"type":18,"value":11097},"VK_FORMAT_R8_SSCALED",{"type":18,"value":11099}," specifies a one-component, 8-bit signed\nscaled integer format that has a single 8-bit R component.",{"type":13,"tag":10913,"props":11101,"children":11102},{},[11103,11109],{"type":13,"tag":64,"props":11104,"children":11106},{"className":11105},[],[11107],{"type":18,"value":11108},"VK_FORMAT_R8_UINT",{"type":18,"value":11110}," specifies a one-component, 8-bit unsigned\ninteger format that has a single 8-bit R component.",{"type":13,"tag":10913,"props":11112,"children":11113},{},[11114,11120],{"type":13,"tag":64,"props":11115,"children":11117},{"className":11116},[],[11118],{"type":18,"value":11119},"VK_FORMAT_R8_SINT",{"type":18,"value":11121}," specifies a one-component, 8-bit signed integer\nformat that has a single 8-bit R component.",{"type":13,"tag":10913,"props":11123,"children":11124},{},[11125,11131],{"type":13,"tag":64,"props":11126,"children":11128},{"className":11127},[],[11129],{"type":18,"value":11130},"VK_FORMAT_R8_SRGB",{"type":18,"value":11132}," specifies a one-component, 8-bit unsigned\nnormalized format that has a single 8-bit R component stored with sRGB\nnonlinear encoding.",{"type":13,"tag":10913,"props":11134,"children":11135},{},[11136,11142],{"type":13,"tag":64,"props":11137,"children":11139},{"className":11138},[],[11140],{"type":18,"value":11141},"VK_FORMAT_R8G8_UNORM",{"type":18,"value":11143}," specifies a two-component, 16-bit unsigned\nnormalized format that has an 8-bit R component in byte 0, and an 8-bit\nG component in byte 1.",{"type":13,"tag":10913,"props":11145,"children":11146},{},[11147,11153],{"type":13,"tag":64,"props":11148,"children":11150},{"className":11149},[],[11151],{"type":18,"value":11152},"VK_FORMAT_R8G8_SNORM",{"type":18,"value":11154}," specifies a two-component, 16-bit signed\nnormalized format that has an 8-bit R component in byte 0, and an 8-bit\nG component in byte 1.",{"type":13,"tag":10913,"props":11156,"children":11157},{},[11158,11164],{"type":13,"tag":64,"props":11159,"children":11161},{"className":11160},[],[11162],{"type":18,"value":11163},"VK_FORMAT_R8G8_USCALED",{"type":18,"value":11165}," specifies a two-component, 16-bit unsigned\nscaled integer format that has an 8-bit R component in byte 0, and an\n8-bit G component in byte 1.",{"type":13,"tag":10913,"props":11167,"children":11168},{},[11169,11175],{"type":13,"tag":64,"props":11170,"children":11172},{"className":11171},[],[11173],{"type":18,"value":11174},"VK_FORMAT_R8G8_SSCALED",{"type":18,"value":11176}," specifies a two-component, 16-bit signed\nscaled integer format that has an 8-bit R component in byte 0, and an\n8-bit G component in byte 1.",{"type":13,"tag":10913,"props":11178,"children":11179},{},[11180,11186],{"type":13,"tag":64,"props":11181,"children":11183},{"className":11182},[],[11184],{"type":18,"value":11185},"VK_FORMAT_R8G8_UINT",{"type":18,"value":11187}," specifies a two-component, 16-bit unsigned\ninteger format that has an 8-bit R component in byte 0, and an 8-bit G\ncomponent in byte 1.",{"type":13,"tag":10913,"props":11189,"children":11190},{},[11191,11197],{"type":13,"tag":64,"props":11192,"children":11194},{"className":11193},[],[11195],{"type":18,"value":11196},"VK_FORMAT_R8G8_SINT",{"type":18,"value":11198}," specifies a two-component, 16-bit signed\ninteger format that has an 8-bit R component in byte 0, and an 8-bit G\ncomponent in byte 1.",{"type":13,"tag":10913,"props":11200,"children":11201},{},[11202,11208],{"type":13,"tag":64,"props":11203,"children":11205},{"className":11204},[],[11206],{"type":18,"value":11207},"VK_FORMAT_R8G8_SRGB",{"type":18,"value":11209}," specifies a two-component, 16-bit unsigned\nnormalized format that has an 8-bit R component stored with sRGB\nnonlinear encoding in byte 0, and an 8-bit G component stored with sRGB\nnonlinear encoding in byte 1.",{"type":13,"tag":10913,"props":11211,"children":11212},{},[11213,11219],{"type":13,"tag":64,"props":11214,"children":11216},{"className":11215},[],[11217],{"type":18,"value":11218},"VK_FORMAT_R8G8B8_UNORM",{"type":18,"value":11220}," specifies a three-component, 24-bit\nunsigned normalized format that has an 8-bit R component in byte 0, an\n8-bit G component in byte 1, and an 8-bit B component in byte 2.",{"type":13,"tag":10913,"props":11222,"children":11223},{},[11224,11230],{"type":13,"tag":64,"props":11225,"children":11227},{"className":11226},[],[11228],{"type":18,"value":11229},"VK_FORMAT_R8G8B8_SNORM",{"type":18,"value":11231}," specifies a three-component, 24-bit signed\nnormalized format that has an 8-bit R component in byte 0, an 8-bit G\ncomponent in byte 1, and an 8-bit B component in byte 2.",{"type":13,"tag":10913,"props":11233,"children":11234},{},[11235,11241],{"type":13,"tag":64,"props":11236,"children":11238},{"className":11237},[],[11239],{"type":18,"value":11240},"VK_FORMAT_R8G8B8_USCALED",{"type":18,"value":11242}," specifies a three-component, 24-bit\nunsigned scaled format that has an 8-bit R component in byte 0, an 8-bit\nG component in byte 1, and an 8-bit B component in byte 2.",{"type":13,"tag":10913,"props":11244,"children":11245},{},[11246,11252],{"type":13,"tag":64,"props":11247,"children":11249},{"className":11248},[],[11250],{"type":18,"value":11251},"VK_FORMAT_R8G8B8_SSCALED",{"type":18,"value":11253}," specifies a three-component, 24-bit\nsigned scaled format that has an 8-bit R component in byte 0, an 8-bit G\ncomponent in byte 1, and an 8-bit B component in byte 2.",{"type":13,"tag":10913,"props":11255,"children":11256},{},[11257,11263],{"type":13,"tag":64,"props":11258,"children":11260},{"className":11259},[],[11261],{"type":18,"value":11262},"VK_FORMAT_R8G8B8_UINT",{"type":18,"value":11264}," specifies a three-component, 24-bit unsigned\ninteger format that has an 8-bit R component in byte 0, an 8-bit G\ncomponent in byte 1, and an 8-bit B component in byte 2.",{"type":13,"tag":10913,"props":11266,"children":11267},{},[11268,11274],{"type":13,"tag":64,"props":11269,"children":11271},{"className":11270},[],[11272],{"type":18,"value":11273},"VK_FORMAT_R8G8B8_SINT",{"type":18,"value":11275}," specifies a three-component, 24-bit signed\ninteger format that has an 8-bit R component in byte 0, an 8-bit G\ncomponent in byte 1, and an 8-bit B component in byte 2.",{"type":13,"tag":10913,"props":11277,"children":11278},{},[11279,11285],{"type":13,"tag":64,"props":11280,"children":11282},{"className":11281},[],[11283],{"type":18,"value":11284},"VK_FORMAT_R8G8B8_SRGB",{"type":18,"value":11286}," specifies a three-component, 24-bit unsigned\nnormalized format that has an 8-bit R component stored with sRGB\nnonlinear encoding in byte 0, an 8-bit G component stored with sRGB\nnonlinear encoding in byte 1, and an 8-bit B component stored with sRGB\nnonlinear encoding in byte 2.",{"type":13,"tag":10913,"props":11288,"children":11289},{},[11290,11296],{"type":13,"tag":64,"props":11291,"children":11293},{"className":11292},[],[11294],{"type":18,"value":11295},"VK_FORMAT_B8G8R8_UNORM",{"type":18,"value":11297}," specifies a three-component, 24-bit\nunsigned normalized format that has an 8-bit B component in byte 0, an\n8-bit G component in byte 1, and an 8-bit R component in byte 2.",{"type":13,"tag":10913,"props":11299,"children":11300},{},[11301,11307],{"type":13,"tag":64,"props":11302,"children":11304},{"className":11303},[],[11305],{"type":18,"value":11306},"VK_FORMAT_B8G8R8_SNORM",{"type":18,"value":11308}," specifies a three-component, 24-bit signed\nnormalized format that has an 8-bit B component in byte 0, an 8-bit G\ncomponent in byte 1, and an 8-bit R component in byte 2.",{"type":13,"tag":10913,"props":11310,"children":11311},{},[11312,11318],{"type":13,"tag":64,"props":11313,"children":11315},{"className":11314},[],[11316],{"type":18,"value":11317},"VK_FORMAT_B8G8R8_USCALED",{"type":18,"value":11319}," specifies a three-component, 24-bit\nunsigned scaled format that has an 8-bit B component in byte 0, an 8-bit\nG component in byte 1, and an 8-bit R component in byte 2.",{"type":13,"tag":10913,"props":11321,"children":11322},{},[11323,11329],{"type":13,"tag":64,"props":11324,"children":11326},{"className":11325},[],[11327],{"type":18,"value":11328},"VK_FORMAT_B8G8R8_SSCALED",{"type":18,"value":11330}," specifies a three-component, 24-bit\nsigned scaled format that has an 8-bit B component in byte 0, an 8-bit G\ncomponent in byte 1, and an 8-bit R component in byte 2.",{"type":13,"tag":10913,"props":11332,"children":11333},{},[11334,11340],{"type":13,"tag":64,"props":11335,"children":11337},{"className":11336},[],[11338],{"type":18,"value":11339},"VK_FORMAT_B8G8R8_UINT",{"type":18,"value":11341}," specifies a three-component, 24-bit unsigned\ninteger format that has an 8-bit B component in byte 0, an 8-bit G\ncomponent in byte 1, and an 8-bit R component in byte 2.",{"type":13,"tag":10913,"props":11343,"children":11344},{},[11345,11351],{"type":13,"tag":64,"props":11346,"children":11348},{"className":11347},[],[11349],{"type":18,"value":11350},"VK_FORMAT_B8G8R8_SINT",{"type":18,"value":11352}," specifies a three-component, 24-bit signed\ninteger format that has an 8-bit B component in byte 0, an 8-bit G\ncomponent in byte 1, and an 8-bit R component in byte 2.",{"type":13,"tag":10913,"props":11354,"children":11355},{},[11356,11362],{"type":13,"tag":64,"props":11357,"children":11359},{"className":11358},[],[11360],{"type":18,"value":11361},"VK_FORMAT_B8G8R8_SRGB",{"type":18,"value":11363}," specifies a three-component, 24-bit unsigned\nnormalized format that has an 8-bit B component stored with sRGB\nnonlinear encoding in byte 0, an 8-bit G component stored with sRGB\nnonlinear encoding in byte 1, and an 8-bit R component stored with sRGB\nnonlinear encoding in byte 2.",{"type":13,"tag":10913,"props":11365,"children":11366},{},[11367,11373],{"type":13,"tag":64,"props":11368,"children":11370},{"className":11369},[],[11371],{"type":18,"value":11372},"VK_FORMAT_R8G8B8A8_UNORM",{"type":18,"value":11374}," specifies a four-component, 32-bit\nunsigned normalized format that has an 8-bit R component in byte 0, an\n8-bit G component in byte 1, an 8-bit B component in byte 2, and an\n8-bit A component in byte 3.",{"type":13,"tag":10913,"props":11376,"children":11377},{},[11378,11384],{"type":13,"tag":64,"props":11379,"children":11381},{"className":11380},[],[11382],{"type":18,"value":11383},"VK_FORMAT_R8G8B8A8_SNORM",{"type":18,"value":11385}," specifies a four-component, 32-bit signed\nnormalized format that has an 8-bit R component in byte 0, an 8-bit G\ncomponent in byte 1, an 8-bit B component in byte 2, and an 8-bit A\ncomponent in byte 3.",{"type":13,"tag":10913,"props":11387,"children":11388},{},[11389,11395],{"type":13,"tag":64,"props":11390,"children":11392},{"className":11391},[],[11393],{"type":18,"value":11394},"VK_FORMAT_R8G8B8A8_USCALED",{"type":18,"value":11396}," specifies a four-component, 32-bit\nunsigned scaled format that has an 8-bit R component in byte 0, an 8-bit\nG component in byte 1, an 8-bit B component in byte 2, and an 8-bit A\ncomponent in byte 3.",{"type":13,"tag":10913,"props":11398,"children":11399},{},[11400,11406],{"type":13,"tag":64,"props":11401,"children":11403},{"className":11402},[],[11404],{"type":18,"value":11405},"VK_FORMAT_R8G8B8A8_SSCALED",{"type":18,"value":11407}," specifies a four-component, 32-bit\nsigned scaled format that has an 8-bit R component in byte 0, an 8-bit G\ncomponent in byte 1, an 8-bit B component in byte 2, and an 8-bit A\ncomponent in byte 3.",{"type":13,"tag":10913,"props":11409,"children":11410},{},[11411,11417],{"type":13,"tag":64,"props":11412,"children":11414},{"className":11413},[],[11415],{"type":18,"value":11416},"VK_FORMAT_R8G8B8A8_UINT",{"type":18,"value":11418}," specifies a four-component, 32-bit\nunsigned integer format that has an 8-bit R component in byte 0, an\n8-bit G component in byte 1, an 8-bit B component in byte 2, and an\n8-bit A component in byte 3.",{"type":13,"tag":10913,"props":11420,"children":11421},{},[11422,11428],{"type":13,"tag":64,"props":11423,"children":11425},{"className":11424},[],[11426],{"type":18,"value":11427},"VK_FORMAT_R8G8B8A8_SINT",{"type":18,"value":11429}," specifies a four-component, 32-bit signed\ninteger format that has an 8-bit R component in byte 0, an 8-bit G\ncomponent in byte 1, an 8-bit B component in byte 2, and an 8-bit A\ncomponent in byte 3.",{"type":13,"tag":10913,"props":11431,"children":11432},{},[11433,11439],{"type":13,"tag":64,"props":11434,"children":11436},{"className":11435},[],[11437],{"type":18,"value":11438},"VK_FORMAT_R8G8B8A8_SRGB",{"type":18,"value":11440}," specifies a four-component, 32-bit\nunsigned normalized format that has an 8-bit R component stored with\nsRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB\nnonlinear encoding in byte 1, an 8-bit B component stored with sRGB\nnonlinear encoding in byte 2, and an 8-bit A component in byte 3.",{"type":13,"tag":10913,"props":11442,"children":11443},{},[11444,11450],{"type":13,"tag":64,"props":11445,"children":11447},{"className":11446},[],[11448],{"type":18,"value":11449},"VK_FORMAT_B8G8R8A8_UNORM",{"type":18,"value":11451}," specifies a four-component, 32-bit\nunsigned normalized format that has an 8-bit B component in byte 0, an\n8-bit G component in byte 1, an 8-bit R component in byte 2, and an\n8-bit A component in byte 3.",{"type":13,"tag":10913,"props":11453,"children":11454},{},[11455,11461],{"type":13,"tag":64,"props":11456,"children":11458},{"className":11457},[],[11459],{"type":18,"value":11460},"VK_FORMAT_B8G8R8A8_SNORM",{"type":18,"value":11462}," specifies a four-component, 32-bit signed\nnormalized format that has an 8-bit B component in byte 0, an 8-bit G\ncomponent in byte 1, an 8-bit R component in byte 2, and an 8-bit A\ncomponent in byte 3.",{"type":13,"tag":10913,"props":11464,"children":11465},{},[11466,11472],{"type":13,"tag":64,"props":11467,"children":11469},{"className":11468},[],[11470],{"type":18,"value":11471},"VK_FORMAT_B8G8R8A8_USCALED",{"type":18,"value":11473}," specifies a four-component, 32-bit\nunsigned scaled format that has an 8-bit B component in byte 0, an 8-bit\nG component in byte 1, an 8-bit R component in byte 2, and an 8-bit A\ncomponent in byte 3.",{"type":13,"tag":10913,"props":11475,"children":11476},{},[11477,11483],{"type":13,"tag":64,"props":11478,"children":11480},{"className":11479},[],[11481],{"type":18,"value":11482},"VK_FORMAT_B8G8R8A8_SSCALED",{"type":18,"value":11484}," specifies a four-component, 32-bit\nsigned scaled format that has an 8-bit B component in byte 0, an 8-bit G\ncomponent in byte 1, an 8-bit R component in byte 2, and an 8-bit A\ncomponent in byte 3.",{"type":13,"tag":10913,"props":11486,"children":11487},{},[11488,11494],{"type":13,"tag":64,"props":11489,"children":11491},{"className":11490},[],[11492],{"type":18,"value":11493},"VK_FORMAT_B8G8R8A8_UINT",{"type":18,"value":11495}," specifies a four-component, 32-bit\nunsigned integer format that has an 8-bit B component in byte 0, an\n8-bit G component in byte 1, an 8-bit R component in byte 2, and an\n8-bit A component in byte 3.",{"type":13,"tag":10913,"props":11497,"children":11498},{},[11499,11505],{"type":13,"tag":64,"props":11500,"children":11502},{"className":11501},[],[11503],{"type":18,"value":11504},"VK_FORMAT_B8G8R8A8_SINT",{"type":18,"value":11506}," specifies a four-component, 32-bit signed\ninteger format that has an 8-bit B component in byte 0, an 8-bit G\ncomponent in byte 1, an 8-bit R component in byte 2, and an 8-bit A\ncomponent in byte 3.",{"type":13,"tag":10913,"props":11508,"children":11509},{},[11510,11516],{"type":13,"tag":64,"props":11511,"children":11513},{"className":11512},[],[11514],{"type":18,"value":11515},"VK_FORMAT_B8G8R8A8_SRGB",{"type":18,"value":11517}," specifies a four-component, 32-bit\nunsigned normalized format that has an 8-bit B component stored with\nsRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB\nnonlinear encoding in byte 1, an 8-bit R component stored with sRGB\nnonlinear encoding in byte 2, and an 8-bit A component in byte 3.",{"type":13,"tag":10913,"props":11519,"children":11520},{},[11521,11527],{"type":13,"tag":64,"props":11522,"children":11524},{"className":11523},[],[11525],{"type":18,"value":11526},"VK_FORMAT_A8B8G8R8_UNORM_PACK32",{"type":18,"value":11528}," specifies a four-component, 32-bit\npacked unsigned normalized format that has an 8-bit A component in bits\n24..31, an 8-bit B component in bits 16..23, an 8-bit G component in\nbits 8..15, and an 8-bit R component in bits 0..7.",{"type":13,"tag":10913,"props":11530,"children":11531},{},[11532,11538],{"type":13,"tag":64,"props":11533,"children":11535},{"className":11534},[],[11536],{"type":18,"value":11537},"VK_FORMAT_A8B8G8R8_SNORM_PACK32",{"type":18,"value":11539}," specifies a four-component, 32-bit\npacked signed normalized format that has an 8-bit A component in bits\n24..31, an 8-bit B component in bits 16..23, an 8-bit G component in\nbits 8..15, and an 8-bit R component in bits 0..7.",{"type":13,"tag":10913,"props":11541,"children":11542},{},[11543,11549],{"type":13,"tag":64,"props":11544,"children":11546},{"className":11545},[],[11547],{"type":18,"value":11548},"VK_FORMAT_A8B8G8R8_USCALED_PACK32",{"type":18,"value":11550}," specifies a four-component,\n32-bit packed unsigned scaled integer format that has an 8-bit A\ncomponent in bits 24..31, an 8-bit B component in bits 16..23, an 8-bit\nG component in bits 8..15, and an 8-bit R component in bits 0..7.",{"type":13,"tag":10913,"props":11552,"children":11553},{},[11554,11560],{"type":13,"tag":64,"props":11555,"children":11557},{"className":11556},[],[11558],{"type":18,"value":11559},"VK_FORMAT_A8B8G8R8_SSCALED_PACK32",{"type":18,"value":11561}," specifies a four-component,\n32-bit packed signed scaled integer format that has an 8-bit A component\nin bits 24..31, an 8-bit B component in bits 16..23, an 8-bit G\ncomponent in bits 8..15, and an 8-bit R component in bits 0..7.",{"type":13,"tag":10913,"props":11563,"children":11564},{},[11565,11571],{"type":13,"tag":64,"props":11566,"children":11568},{"className":11567},[],[11569],{"type":18,"value":11570},"VK_FORMAT_A8B8G8R8_UINT_PACK32",{"type":18,"value":11572}," specifies a four-component, 32-bit\npacked unsigned integer format that has an 8-bit A component in bits\n24..31, an 8-bit B component in bits 16..23, an 8-bit G component in\nbits 8..15, and an 8-bit R component in bits 0..7.",{"type":13,"tag":10913,"props":11574,"children":11575},{},[11576,11582],{"type":13,"tag":64,"props":11577,"children":11579},{"className":11578},[],[11580],{"type":18,"value":11581},"VK_FORMAT_A8B8G8R8_SINT_PACK32",{"type":18,"value":11583}," specifies a four-component, 32-bit\npacked signed integer format that has an 8-bit A component in bits\n24..31, an 8-bit B component in bits 16..23, an 8-bit G component in\nbits 8..15, and an 8-bit R component in bits 0..7.",{"type":13,"tag":10913,"props":11585,"children":11586},{},[11587,11593],{"type":13,"tag":64,"props":11588,"children":11590},{"className":11589},[],[11591],{"type":18,"value":11592},"VK_FORMAT_A8B8G8R8_SRGB_PACK32",{"type":18,"value":11594}," specifies a four-component, 32-bit\npacked unsigned normalized format that has an 8-bit A component in bits\n24..31, an 8-bit B component stored with sRGB nonlinear encoding in bits\n16..23, an 8-bit G component stored with sRGB nonlinear encoding in bits\n8..15, and an 8-bit R component stored with sRGB nonlinear encoding in\nbits 0..7.",{"type":13,"tag":10913,"props":11596,"children":11597},{},[11598,11604],{"type":13,"tag":64,"props":11599,"children":11601},{"className":11600},[],[11602],{"type":18,"value":11603},"VK_FORMAT_A2R10G10B10_UNORM_PACK32",{"type":18,"value":11605}," specifies a four-component,\n32-bit packed unsigned normalized format that has a 2-bit A component in\nbits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component\nin bits 10..19, and a 10-bit B component in bits 0..9.",{"type":13,"tag":10913,"props":11607,"children":11608},{},[11609,11615],{"type":13,"tag":64,"props":11610,"children":11612},{"className":11611},[],[11613],{"type":18,"value":11614},"VK_FORMAT_A2R10G10B10_SNORM_PACK32",{"type":18,"value":11616}," specifies a four-component,\n32-bit packed signed normalized format that has a 2-bit A component in\nbits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component\nin bits 10..19, and a 10-bit B component in bits 0..9.",{"type":13,"tag":10913,"props":11618,"children":11619},{},[11620,11626],{"type":13,"tag":64,"props":11621,"children":11623},{"className":11622},[],[11624],{"type":18,"value":11625},"VK_FORMAT_A2R10G10B10_USCALED_PACK32",{"type":18,"value":11627}," specifies a four-component,\n32-bit packed unsigned scaled integer format that has a 2-bit A\ncomponent in bits 30..31, a 10-bit R component in bits 20..29, a 10-bit\nG component in bits 10..19, and a 10-bit B component in bits 0..9.",{"type":13,"tag":10913,"props":11629,"children":11630},{},[11631,11637],{"type":13,"tag":64,"props":11632,"children":11634},{"className":11633},[],[11635],{"type":18,"value":11636},"VK_FORMAT_A2R10G10B10_SSCALED_PACK32",{"type":18,"value":11638}," specifies a four-component,\n32-bit packed signed scaled integer format that has a 2-bit A component\nin bits 30..31, a 10-bit R component in bits 20..29, a 10-bit G\ncomponent in bits 10..19, and a 10-bit B component in bits 0..9.",{"type":13,"tag":10913,"props":11640,"children":11641},{},[11642,11648],{"type":13,"tag":64,"props":11643,"children":11645},{"className":11644},[],[11646],{"type":18,"value":11647},"VK_FORMAT_A2R10G10B10_UINT_PACK32",{"type":18,"value":11649}," specifies a four-component,\n32-bit packed unsigned integer format that has a 2-bit A component in\nbits 30..31, a 10-bit R component in bits 20..29, a 10-bit G component\nin bits 10..19, and a 10-bit B component in bits 0..9.",{"type":13,"tag":10913,"props":11651,"children":11652},{},[11653,11659],{"type":13,"tag":64,"props":11654,"children":11656},{"className":11655},[],[11657],{"type":18,"value":11658},"VK_FORMAT_A2R10G10B10_SINT_PACK32",{"type":18,"value":11660}," specifies a four-component,\n32-bit packed signed integer format that has a 2-bit A component in bits\n30..31, a 10-bit R component in bits 20..29, a 10-bit G component in\nbits 10..19, and a 10-bit B component in bits 0..9.",{"type":13,"tag":10913,"props":11662,"children":11663},{},[11664,11670],{"type":13,"tag":64,"props":11665,"children":11667},{"className":11666},[],[11668],{"type":18,"value":11669},"VK_FORMAT_A2B10G10R10_UNORM_PACK32",{"type":18,"value":11671}," specifies a four-component,\n32-bit packed unsigned normalized format that has a 2-bit A component in\nbits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component\nin bits 10..19, and a 10-bit R component in bits 0..9.",{"type":13,"tag":10913,"props":11673,"children":11674},{},[11675,11681],{"type":13,"tag":64,"props":11676,"children":11678},{"className":11677},[],[11679],{"type":18,"value":11680},"VK_FORMAT_A2B10G10R10_SNORM_PACK32",{"type":18,"value":11682}," specifies a four-component,\n32-bit packed signed normalized format that has a 2-bit A component in\nbits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component\nin bits 10..19, and a 10-bit R component in bits 0..9.",{"type":13,"tag":10913,"props":11684,"children":11685},{},[11686,11692],{"type":13,"tag":64,"props":11687,"children":11689},{"className":11688},[],[11690],{"type":18,"value":11691},"VK_FORMAT_A2B10G10R10_USCALED_PACK32",{"type":18,"value":11693}," specifies a four-component,\n32-bit packed unsigned scaled integer format that has a 2-bit A\ncomponent in bits 30..31, a 10-bit B component in bits 20..29, a 10-bit\nG component in bits 10..19, and a 10-bit R component in bits 0..9.",{"type":13,"tag":10913,"props":11695,"children":11696},{},[11697,11703],{"type":13,"tag":64,"props":11698,"children":11700},{"className":11699},[],[11701],{"type":18,"value":11702},"VK_FORMAT_A2B10G10R10_SSCALED_PACK32",{"type":18,"value":11704}," specifies a four-component,\n32-bit packed signed scaled integer format that has a 2-bit A component\nin bits 30..31, a 10-bit B component in bits 20..29, a 10-bit G\ncomponent in bits 10..19, and a 10-bit R component in bits 0..9.",{"type":13,"tag":10913,"props":11706,"children":11707},{},[11708,11714],{"type":13,"tag":64,"props":11709,"children":11711},{"className":11710},[],[11712],{"type":18,"value":11713},"VK_FORMAT_A2B10G10R10_UINT_PACK32",{"type":18,"value":11715}," specifies a four-component,\n32-bit packed unsigned integer format that has a 2-bit A component in\nbits 30..31, a 10-bit B component in bits 20..29, a 10-bit G component\nin bits 10..19, and a 10-bit R component in bits 0..9.",{"type":13,"tag":10913,"props":11717,"children":11718},{},[11719,11725],{"type":13,"tag":64,"props":11720,"children":11722},{"className":11721},[],[11723],{"type":18,"value":11724},"VK_FORMAT_A2B10G10R10_SINT_PACK32",{"type":18,"value":11726}," specifies a four-component,\n32-bit packed signed integer format that has a 2-bit A component in bits\n30..31, a 10-bit B component in bits 20..29, a 10-bit G component in\nbits 10..19, and a 10-bit R component in bits 0..9.",{"type":13,"tag":10913,"props":11728,"children":11729},{},[11730,11736],{"type":13,"tag":64,"props":11731,"children":11733},{"className":11732},[],[11734],{"type":18,"value":11735},"VK_FORMAT_R16_UNORM",{"type":18,"value":11737}," specifies a one-component, 16-bit unsigned\nnormalized format that has a single 16-bit R component.",{"type":13,"tag":10913,"props":11739,"children":11740},{},[11741,11747],{"type":13,"tag":64,"props":11742,"children":11744},{"className":11743},[],[11745],{"type":18,"value":11746},"VK_FORMAT_R16_SNORM",{"type":18,"value":11748}," specifies a one-component, 16-bit signed\nnormalized format that has a single 16-bit R component.",{"type":13,"tag":10913,"props":11750,"children":11751},{},[11752,11758],{"type":13,"tag":64,"props":11753,"children":11755},{"className":11754},[],[11756],{"type":18,"value":11757},"VK_FORMAT_R16_USCALED",{"type":18,"value":11759}," specifies a one-component, 16-bit unsigned\nscaled integer format that has a single 16-bit R component.",{"type":13,"tag":10913,"props":11761,"children":11762},{},[11763,11769],{"type":13,"tag":64,"props":11764,"children":11766},{"className":11765},[],[11767],{"type":18,"value":11768},"VK_FORMAT_R16_SSCALED",{"type":18,"value":11770}," specifies a one-component, 16-bit signed\nscaled integer format that has a single 16-bit R component.",{"type":13,"tag":10913,"props":11772,"children":11773},{},[11774,11780],{"type":13,"tag":64,"props":11775,"children":11777},{"className":11776},[],[11778],{"type":18,"value":11779},"VK_FORMAT_R16_UINT",{"type":18,"value":11781}," specifies a one-component, 16-bit unsigned\ninteger format that has a single 16-bit R component.",{"type":13,"tag":10913,"props":11783,"children":11784},{},[11785,11791],{"type":13,"tag":64,"props":11786,"children":11788},{"className":11787},[],[11789],{"type":18,"value":11790},"VK_FORMAT_R16_SINT",{"type":18,"value":11792}," specifies a one-component, 16-bit signed\ninteger format that has a single 16-bit R component.",{"type":13,"tag":10913,"props":11794,"children":11795},{},[11796,11802],{"type":13,"tag":64,"props":11797,"children":11799},{"className":11798},[],[11800],{"type":18,"value":11801},"VK_FORMAT_R16_SFLOAT",{"type":18,"value":11803}," specifies a one-component, 16-bit signed\nfloating-point format that has a single 16-bit R component.",{"type":13,"tag":10913,"props":11805,"children":11806},{},[11807,11813],{"type":13,"tag":64,"props":11808,"children":11810},{"className":11809},[],[11811],{"type":18,"value":11812},"VK_FORMAT_R16G16_UNORM",{"type":18,"value":11814}," specifies a two-component, 32-bit unsigned\nnormalized format that has a 16-bit R component in bytes 0..1, and a\n16-bit G component in bytes 2..3.",{"type":13,"tag":10913,"props":11816,"children":11817},{},[11818,11824],{"type":13,"tag":64,"props":11819,"children":11821},{"className":11820},[],[11822],{"type":18,"value":11823},"VK_FORMAT_R16G16_SNORM",{"type":18,"value":11825}," specifies a two-component, 32-bit signed\nnormalized format that has a 16-bit R component in bytes 0..1, and a\n16-bit G component in bytes 2..3.",{"type":13,"tag":10913,"props":11827,"children":11828},{},[11829,11835],{"type":13,"tag":64,"props":11830,"children":11832},{"className":11831},[],[11833],{"type":18,"value":11834},"VK_FORMAT_R16G16_USCALED",{"type":18,"value":11836}," specifies a two-component, 32-bit\nunsigned scaled integer format that has a 16-bit R component in bytes\n0..1, and a 16-bit G component in bytes 2..3.",{"type":13,"tag":10913,"props":11838,"children":11839},{},[11840,11846],{"type":13,"tag":64,"props":11841,"children":11843},{"className":11842},[],[11844],{"type":18,"value":11845},"VK_FORMAT_R16G16_SSCALED",{"type":18,"value":11847}," specifies a two-component, 32-bit signed\nscaled integer format that has a 16-bit R component in bytes 0..1, and a\n16-bit G component in bytes 2..3.",{"type":13,"tag":10913,"props":11849,"children":11850},{},[11851,11857],{"type":13,"tag":64,"props":11852,"children":11854},{"className":11853},[],[11855],{"type":18,"value":11856},"VK_FORMAT_R16G16_UINT",{"type":18,"value":11858}," specifies a two-component, 32-bit unsigned\ninteger format that has a 16-bit R component in bytes 0..1, and a 16-bit\nG component in bytes 2..3.",{"type":13,"tag":10913,"props":11860,"children":11861},{},[11862,11868],{"type":13,"tag":64,"props":11863,"children":11865},{"className":11864},[],[11866],{"type":18,"value":11867},"VK_FORMAT_R16G16_SINT",{"type":18,"value":11869}," specifies a two-component, 32-bit signed\ninteger format that has a 16-bit R component in bytes 0..1, and a 16-bit\nG component in bytes 2..3.",{"type":13,"tag":10913,"props":11871,"children":11872},{},[11873,11879],{"type":13,"tag":64,"props":11874,"children":11876},{"className":11875},[],[11877],{"type":18,"value":11878},"VK_FORMAT_R16G16_SFLOAT",{"type":18,"value":11880}," specifies a two-component, 32-bit signed\nfloating-point format that has a 16-bit R component in bytes 0..1, and a\n16-bit G component in bytes 2..3.",{"type":13,"tag":10913,"props":11882,"children":11883},{},[11884,11890],{"type":13,"tag":64,"props":11885,"children":11887},{"className":11886},[],[11888],{"type":18,"value":11889},"VK_FORMAT_R16G16B16_UNORM",{"type":18,"value":11891}," specifies a three-component, 48-bit\nunsigned normalized format that has a 16-bit R component in bytes 0..1,\na 16-bit G component in bytes 2..3, and a 16-bit B component in bytes\n4..5.",{"type":13,"tag":10913,"props":11893,"children":11894},{},[11895,11901],{"type":13,"tag":64,"props":11896,"children":11898},{"className":11897},[],[11899],{"type":18,"value":11900},"VK_FORMAT_R16G16B16_SNORM",{"type":18,"value":11902}," specifies a three-component, 48-bit\nsigned normalized format that has a 16-bit R component in bytes 0..1, a\n16-bit G component in bytes 2..3, and a 16-bit B component in bytes\n4..5.",{"type":13,"tag":10913,"props":11904,"children":11905},{},[11906,11912],{"type":13,"tag":64,"props":11907,"children":11909},{"className":11908},[],[11910],{"type":18,"value":11911},"VK_FORMAT_R16G16B16_USCALED",{"type":18,"value":11913}," specifies a three-component, 48-bit\nunsigned scaled integer format that has a 16-bit R component in bytes\n0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in\nbytes 4..5.",{"type":13,"tag":10913,"props":11915,"children":11916},{},[11917,11923],{"type":13,"tag":64,"props":11918,"children":11920},{"className":11919},[],[11921],{"type":18,"value":11922},"VK_FORMAT_R16G16B16_SSCALED",{"type":18,"value":11924}," specifies a three-component, 48-bit\nsigned scaled integer format that has a 16-bit R component in bytes\n0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in\nbytes 4..5.",{"type":13,"tag":10913,"props":11926,"children":11927},{},[11928,11934],{"type":13,"tag":64,"props":11929,"children":11931},{"className":11930},[],[11932],{"type":18,"value":11933},"VK_FORMAT_R16G16B16_UINT",{"type":18,"value":11935}," specifies a three-component, 48-bit\nunsigned integer format that has a 16-bit R component in bytes 0..1, a\n16-bit G component in bytes 2..3, and a 16-bit B component in bytes\n4..5.",{"type":13,"tag":10913,"props":11937,"children":11938},{},[11939,11945],{"type":13,"tag":64,"props":11940,"children":11942},{"className":11941},[],[11943],{"type":18,"value":11944},"VK_FORMAT_R16G16B16_SINT",{"type":18,"value":11946}," specifies a three-component, 48-bit\nsigned integer format that has a 16-bit R component in bytes 0..1, a\n16-bit G component in bytes 2..3, and a 16-bit B component in bytes\n4..5.",{"type":13,"tag":10913,"props":11948,"children":11949},{},[11950,11956],{"type":13,"tag":64,"props":11951,"children":11953},{"className":11952},[],[11954],{"type":18,"value":11955},"VK_FORMAT_R16G16B16_SFLOAT",{"type":18,"value":11957}," specifies a three-component, 48-bit\nsigned floating-point format that has a 16-bit R component in bytes\n0..1, a 16-bit G component in bytes 2..3, and a 16-bit B component in\nbytes 4..5.",{"type":13,"tag":10913,"props":11959,"children":11960},{},[11961,11967],{"type":13,"tag":64,"props":11962,"children":11964},{"className":11963},[],[11965],{"type":18,"value":11966},"VK_FORMAT_R16G16B16A16_UNORM",{"type":18,"value":11968}," specifies a four-component, 64-bit\nunsigned normalized format that has a 16-bit R component in bytes 0..1,\na 16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5,\nand a 16-bit A component in bytes 6..7.",{"type":13,"tag":10913,"props":11970,"children":11971},{},[11972,11978],{"type":13,"tag":64,"props":11973,"children":11975},{"className":11974},[],[11976],{"type":18,"value":11977},"VK_FORMAT_R16G16B16A16_SNORM",{"type":18,"value":11979}," specifies a four-component, 64-bit\nsigned normalized format that has a 16-bit R component in bytes 0..1, a\n16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5,\nand a 16-bit A component in bytes 6..7.",{"type":13,"tag":10913,"props":11981,"children":11982},{},[11983,11989],{"type":13,"tag":64,"props":11984,"children":11986},{"className":11985},[],[11987],{"type":18,"value":11988},"VK_FORMAT_R16G16B16A16_USCALED",{"type":18,"value":11990}," specifies a four-component, 64-bit\nunsigned scaled integer format that has a 16-bit R component in bytes\n0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes\n4..5, and a 16-bit A component in bytes 6..7.",{"type":13,"tag":10913,"props":11992,"children":11993},{},[11994,12000],{"type":13,"tag":64,"props":11995,"children":11997},{"className":11996},[],[11998],{"type":18,"value":11999},"VK_FORMAT_R16G16B16A16_SSCALED",{"type":18,"value":12001}," specifies a four-component, 64-bit\nsigned scaled integer format that has a 16-bit R component in bytes\n0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes\n4..5, and a 16-bit A component in bytes 6..7.",{"type":13,"tag":10913,"props":12003,"children":12004},{},[12005,12011],{"type":13,"tag":64,"props":12006,"children":12008},{"className":12007},[],[12009],{"type":18,"value":12010},"VK_FORMAT_R16G16B16A16_UINT",{"type":18,"value":12012}," specifies a four-component, 64-bit\nunsigned integer format that has a 16-bit R component in bytes 0..1, a\n16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5,\nand a 16-bit A component in bytes 6..7.",{"type":13,"tag":10913,"props":12014,"children":12015},{},[12016,12022],{"type":13,"tag":64,"props":12017,"children":12019},{"className":12018},[],[12020],{"type":18,"value":12021},"VK_FORMAT_R16G16B16A16_SINT",{"type":18,"value":12023}," specifies a four-component, 64-bit\nsigned integer format that has a 16-bit R component in bytes 0..1, a\n16-bit G component in bytes 2..3, a 16-bit B component in bytes 4..5,\nand a 16-bit A component in bytes 6..7.",{"type":13,"tag":10913,"props":12025,"children":12026},{},[12027,12033],{"type":13,"tag":64,"props":12028,"children":12030},{"className":12029},[],[12031],{"type":18,"value":12032},"VK_FORMAT_R16G16B16A16_SFLOAT",{"type":18,"value":12034}," specifies a four-component, 64-bit\nsigned floating-point format that has a 16-bit R component in bytes\n0..1, a 16-bit G component in bytes 2..3, a 16-bit B component in bytes\n4..5, and a 16-bit A component in bytes 6..7.",{"type":13,"tag":10913,"props":12036,"children":12037},{},[12038,12044],{"type":13,"tag":64,"props":12039,"children":12041},{"className":12040},[],[12042],{"type":18,"value":12043},"VK_FORMAT_R32_UINT",{"type":18,"value":12045}," specifies a one-component, 32-bit unsigned\ninteger format that has a single 32-bit R component.",{"type":13,"tag":10913,"props":12047,"children":12048},{},[12049,12055],{"type":13,"tag":64,"props":12050,"children":12052},{"className":12051},[],[12053],{"type":18,"value":12054},"VK_FORMAT_R32_SINT",{"type":18,"value":12056}," specifies a one-component, 32-bit signed\ninteger format that has a single 32-bit R component.",{"type":13,"tag":10913,"props":12058,"children":12059},{},[12060,12066],{"type":13,"tag":64,"props":12061,"children":12063},{"className":12062},[],[12064],{"type":18,"value":12065},"VK_FORMAT_R32_SFLOAT",{"type":18,"value":12067}," specifies a one-component, 32-bit signed\nfloating-point format that has a single 32-bit R component.",{"type":13,"tag":10913,"props":12069,"children":12070},{},[12071,12077],{"type":13,"tag":64,"props":12072,"children":12074},{"className":12073},[],[12075],{"type":18,"value":12076},"VK_FORMAT_R32G32_UINT",{"type":18,"value":12078}," specifies a two-component, 64-bit unsigned\ninteger format that has a 32-bit R component in bytes 0..3, and a 32-bit\nG component in bytes 4..7.",{"type":13,"tag":10913,"props":12080,"children":12081},{},[12082,12088],{"type":13,"tag":64,"props":12083,"children":12085},{"className":12084},[],[12086],{"type":18,"value":12087},"VK_FORMAT_R32G32_SINT",{"type":18,"value":12089}," specifies a two-component, 64-bit signed\ninteger format that has a 32-bit R component in bytes 0..3, and a 32-bit\nG component in bytes 4..7.",{"type":13,"tag":10913,"props":12091,"children":12092},{},[12093,12099],{"type":13,"tag":64,"props":12094,"children":12096},{"className":12095},[],[12097],{"type":18,"value":12098},"VK_FORMAT_R32G32_SFLOAT",{"type":18,"value":12100}," specifies a two-component, 64-bit signed\nfloating-point format that has a 32-bit R component in bytes 0..3, and a\n32-bit G component in bytes 4..7.",{"type":13,"tag":10913,"props":12102,"children":12103},{},[12104,12110],{"type":13,"tag":64,"props":12105,"children":12107},{"className":12106},[],[12108],{"type":18,"value":12109},"VK_FORMAT_R32G32B32_UINT",{"type":18,"value":12111}," specifies a three-component, 96-bit\nunsigned integer format that has a 32-bit R component in bytes 0..3, a\n32-bit G component in bytes 4..7, and a 32-bit B component in bytes\n8..11.",{"type":13,"tag":10913,"props":12113,"children":12114},{},[12115,12121],{"type":13,"tag":64,"props":12116,"children":12118},{"className":12117},[],[12119],{"type":18,"value":12120},"VK_FORMAT_R32G32B32_SINT",{"type":18,"value":12122}," specifies a three-component, 96-bit\nsigned integer format that has a 32-bit R component in bytes 0..3, a\n32-bit G component in bytes 4..7, and a 32-bit B component in bytes\n8..11.",{"type":13,"tag":10913,"props":12124,"children":12125},{},[12126,12132],{"type":13,"tag":64,"props":12127,"children":12129},{"className":12128},[],[12130],{"type":18,"value":12131},"VK_FORMAT_R32G32B32_SFLOAT",{"type":18,"value":12133}," specifies a three-component, 96-bit\nsigned floating-point format that has a 32-bit R component in bytes\n0..3, a 32-bit G component in bytes 4..7, and a 32-bit B component in\nbytes 8..11.",{"type":13,"tag":10913,"props":12135,"children":12136},{},[12137,12143],{"type":13,"tag":64,"props":12138,"children":12140},{"className":12139},[],[12141],{"type":18,"value":12142},"VK_FORMAT_R32G32B32A32_UINT",{"type":18,"value":12144}," specifies a four-component, 128-bit\nunsigned integer format that has a 32-bit R component in bytes 0..3, a\n32-bit G component in bytes 4..7, a 32-bit B component in bytes 8..11,\nand a 32-bit A component in bytes 12..15.",{"type":13,"tag":10913,"props":12146,"children":12147},{},[12148,12154],{"type":13,"tag":64,"props":12149,"children":12151},{"className":12150},[],[12152],{"type":18,"value":12153},"VK_FORMAT_R32G32B32A32_SINT",{"type":18,"value":12155}," specifies a four-component, 128-bit\nsigned integer format that has a 32-bit R component in bytes 0..3, a\n32-bit G component in bytes 4..7, a 32-bit B component in bytes 8..11,\nand a 32-bit A component in bytes 12..15.",{"type":13,"tag":10913,"props":12157,"children":12158},{},[12159,12165],{"type":13,"tag":64,"props":12160,"children":12162},{"className":12161},[],[12163],{"type":18,"value":12164},"VK_FORMAT_R32G32B32A32_SFLOAT",{"type":18,"value":12166}," specifies a four-component, 128-bit\nsigned floating-point format that has a 32-bit R component in bytes\n0..3, a 32-bit G component in bytes 4..7, a 32-bit B component in bytes\n8..11, and a 32-bit A component in bytes 12..15.",{"type":13,"tag":10913,"props":12168,"children":12169},{},[12170,12176],{"type":13,"tag":64,"props":12171,"children":12173},{"className":12172},[],[12174],{"type":18,"value":12175},"VK_FORMAT_R64_UINT",{"type":18,"value":12177}," specifies a one-component, 64-bit unsigned\ninteger format that has a single 64-bit R component.",{"type":13,"tag":10913,"props":12179,"children":12180},{},[12181,12187],{"type":13,"tag":64,"props":12182,"children":12184},{"className":12183},[],[12185],{"type":18,"value":12186},"VK_FORMAT_R64_SINT",{"type":18,"value":12188}," specifies a one-component, 64-bit signed\ninteger format that has a single 64-bit R component.",{"type":13,"tag":10913,"props":12190,"children":12191},{},[12192,12198],{"type":13,"tag":64,"props":12193,"children":12195},{"className":12194},[],[12196],{"type":18,"value":12197},"VK_FORMAT_R64_SFLOAT",{"type":18,"value":12199}," specifies a one-component, 64-bit signed\nfloating-point format that has a single 64-bit R component.",{"type":13,"tag":10913,"props":12201,"children":12202},{},[12203,12209],{"type":13,"tag":64,"props":12204,"children":12206},{"className":12205},[],[12207],{"type":18,"value":12208},"VK_FORMAT_R64G64_UINT",{"type":18,"value":12210}," specifies a two-component, 128-bit unsigned\ninteger format that has a 64-bit R component in bytes 0..7, and a 64-bit\nG component in bytes 8..15.",{"type":13,"tag":10913,"props":12212,"children":12213},{},[12214,12220],{"type":13,"tag":64,"props":12215,"children":12217},{"className":12216},[],[12218],{"type":18,"value":12219},"VK_FORMAT_R64G64_SINT",{"type":18,"value":12221}," specifies a two-component, 128-bit signed\ninteger format that has a 64-bit R component in bytes 0..7, and a 64-bit\nG component in bytes 8..15.",{"type":13,"tag":10913,"props":12223,"children":12224},{},[12225,12231],{"type":13,"tag":64,"props":12226,"children":12228},{"className":12227},[],[12229],{"type":18,"value":12230},"VK_FORMAT_R64G64_SFLOAT",{"type":18,"value":12232}," specifies a two-component, 128-bit signed\nfloating-point format that has a 64-bit R component in bytes 0..7, and a\n64-bit G component in bytes 8..15.",{"type":13,"tag":10913,"props":12234,"children":12235},{},[12236,12242],{"type":13,"tag":64,"props":12237,"children":12239},{"className":12238},[],[12240],{"type":18,"value":12241},"VK_FORMAT_R64G64B64_UINT",{"type":18,"value":12243}," specifies a three-component, 192-bit\nunsigned integer format that has a 64-bit R component in bytes 0..7, a\n64-bit G component in bytes 8..15, and a 64-bit B component in bytes\n16..23.",{"type":13,"tag":10913,"props":12245,"children":12246},{},[12247,12253],{"type":13,"tag":64,"props":12248,"children":12250},{"className":12249},[],[12251],{"type":18,"value":12252},"VK_FORMAT_R64G64B64_SINT",{"type":18,"value":12254}," specifies a three-component, 192-bit\nsigned integer format that has a 64-bit R component in bytes 0..7, a\n64-bit G component in bytes 8..15, and a 64-bit B component in bytes\n16..23.",{"type":13,"tag":10913,"props":12256,"children":12257},{},[12258,12264],{"type":13,"tag":64,"props":12259,"children":12261},{"className":12260},[],[12262],{"type":18,"value":12263},"VK_FORMAT_R64G64B64_SFLOAT",{"type":18,"value":12265}," specifies a three-component, 192-bit\nsigned floating-point format that has a 64-bit R component in bytes\n0..7, a 64-bit G component in bytes 8..15, and a 64-bit B component in\nbytes 16..23.",{"type":13,"tag":10913,"props":12267,"children":12268},{},[12269,12275],{"type":13,"tag":64,"props":12270,"children":12272},{"className":12271},[],[12273],{"type":18,"value":12274},"VK_FORMAT_R64G64B64A64_UINT",{"type":18,"value":12276}," specifies a four-component, 256-bit\nunsigned integer format that has a 64-bit R component in bytes 0..7, a\n64-bit G component in bytes 8..15, a 64-bit B component in bytes 16..23,\nand a 64-bit A component in bytes 24..31.",{"type":13,"tag":10913,"props":12278,"children":12279},{},[12280,12286],{"type":13,"tag":64,"props":12281,"children":12283},{"className":12282},[],[12284],{"type":18,"value":12285},"VK_FORMAT_R64G64B64A64_SINT",{"type":18,"value":12287}," specifies a four-component, 256-bit\nsigned integer format that has a 64-bit R component in bytes 0..7, a\n64-bit G component in bytes 8..15, a 64-bit B component in bytes 16..23,\nand a 64-bit A component in bytes 24..31.",{"type":13,"tag":10913,"props":12289,"children":12290},{},[12291,12297],{"type":13,"tag":64,"props":12292,"children":12294},{"className":12293},[],[12295],{"type":18,"value":12296},"VK_FORMAT_R64G64B64A64_SFLOAT",{"type":18,"value":12298}," specifies a four-component, 256-bit\nsigned floating-point format that has a 64-bit R component in bytes\n0..7, a 64-bit G component in bytes 8..15, a 64-bit B component in bytes\n16..23, and a 64-bit A component in bytes 24..31.",{"type":13,"tag":10913,"props":12300,"children":12301},{},[12302,12308,12310,12316,12318,12324],{"type":13,"tag":64,"props":12303,"children":12305},{"className":12304},[],[12306],{"type":18,"value":12307},"VK_FORMAT_B10G11R11_UFLOAT_PACK32",{"type":18,"value":12309}," specifies a three-component,\n32-bit packed unsigned floating-point format that has a 10-bit B\ncomponent in bits 22..31, an 11-bit G component in bits 11..21, an\n11-bit R component in bits 0..10.\nSee ",{"type":13,"tag":34,"props":12311,"children":12313},{"href":12312},"/chapters/fundamentals#fundamentals-fp10",[12314],{"type":18,"value":12315},"Unsigned 10-Bit Floating-Point Numbers",{"type":18,"value":12317}," and ",{"type":13,"tag":34,"props":12319,"children":12321},{"href":12320},"/chapters/fundamentals#fundamentals-fp11",[12322],{"type":18,"value":12323},"Unsigned 11-Bit Floating-Point Numbers",{"type":18,"value":12325},".",{"type":13,"tag":10913,"props":12327,"children":12328},{},[12329,12335],{"type":13,"tag":64,"props":12330,"children":12332},{"className":12331},[],[12333],{"type":18,"value":12334},"VK_FORMAT_E5B9G9R9_UFLOAT_PACK32",{"type":18,"value":12336}," specifies a three-component,\n32-bit packed unsigned floating-point format that has a 5-bit shared\nexponent in bits 27..31, a 9-bit B component mantissa in bits 18..26, a\n9-bit G component mantissa in bits 9..17, and a 9-bit R component\nmantissa in bits 0..8.",{"type":13,"tag":10913,"props":12338,"children":12339},{},[12340,12346],{"type":13,"tag":64,"props":12341,"children":12343},{"className":12342},[],[12344],{"type":18,"value":12345},"VK_FORMAT_D16_UNORM",{"type":18,"value":12347}," specifies a one-component, 16-bit unsigned\nnormalized format that has a single 16-bit depth component.",{"type":13,"tag":10913,"props":12349,"children":12350},{},[12351,12357,12359,12363],{"type":13,"tag":64,"props":12352,"children":12354},{"className":12353},[],[12355],{"type":18,"value":12356},"VK_FORMAT_X8_D24_UNORM_PACK32",{"type":18,"value":12358}," specifies a two-component, 32-bit\nformat that has 24 unsigned normalized bits in the depth component and,\n",{"type":13,"tag":21,"props":12360,"children":12362},{"type":12361},"optionally",[],{"type":18,"value":12364},", 8 bits that are unused.",{"type":13,"tag":10913,"props":12366,"children":12367},{},[12368,12374],{"type":13,"tag":64,"props":12369,"children":12371},{"className":12370},[],[12372],{"type":18,"value":12373},"VK_FORMAT_D32_SFLOAT",{"type":18,"value":12375}," specifies a one-component, 32-bit signed\nfloating-point format that has 32 bits in the depth component.",{"type":13,"tag":10913,"props":12377,"children":12378},{},[12379,12385],{"type":13,"tag":64,"props":12380,"children":12382},{"className":12381},[],[12383],{"type":18,"value":12384},"VK_FORMAT_S8_UINT",{"type":18,"value":12386}," specifies a one-component, 8-bit unsigned\ninteger format that has 8 bits in the stencil component.",{"type":13,"tag":10913,"props":12388,"children":12389},{},[12390,12396],{"type":13,"tag":64,"props":12391,"children":12393},{"className":12392},[],[12394],{"type":18,"value":12395},"VK_FORMAT_D16_UNORM_S8_UINT",{"type":18,"value":12397}," specifies a two-component, 24-bit\nformat that has 16 unsigned normalized bits in the depth component and 8\nunsigned integer bits in the stencil component.",{"type":13,"tag":10913,"props":12399,"children":12400},{},[12401,12407],{"type":13,"tag":64,"props":12402,"children":12404},{"className":12403},[],[12405],{"type":18,"value":12406},"VK_FORMAT_D24_UNORM_S8_UINT",{"type":18,"value":12408}," specifies a two-component, 32-bit\npacked format that has 8 unsigned integer bits in the stencil component,\nand 24 unsigned normalized bits in the depth component.",{"type":13,"tag":10913,"props":12410,"children":12411},{},[12412,12418,12420,12423],{"type":13,"tag":64,"props":12413,"children":12415},{"className":12414},[],[12416],{"type":18,"value":12417},"VK_FORMAT_D32_SFLOAT_S8_UINT",{"type":18,"value":12419}," specifies a two-component format that\nhas 32 signed float bits in the depth component and 8 unsigned integer\nbits in the stencil component.\nThere are ",{"type":13,"tag":21,"props":12421,"children":12422},{"type":12361},[],{"type":18,"value":12424}," 24 bits that are unused.",{"type":13,"tag":10913,"props":12426,"children":12427},{},[12428,12434],{"type":13,"tag":64,"props":12429,"children":12431},{"className":12430},[],[12432],{"type":18,"value":12433},"VK_FORMAT_BC1_RGB_UNORM_BLOCK",{"type":18,"value":12435}," specifies a three-component,\nblock-compressed format where each 64-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized RGB texel data.\nThis format has no alpha and is considered opaque.",{"type":13,"tag":10913,"props":12437,"children":12438},{},[12439,12445],{"type":13,"tag":64,"props":12440,"children":12442},{"className":12441},[],[12443],{"type":18,"value":12444},"VK_FORMAT_BC1_RGB_SRGB_BLOCK",{"type":18,"value":12446}," specifies a three-component,\nblock-compressed format where each 64-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized RGB texel data with sRGB\nnonlinear encoding.\nThis format has no alpha and is considered opaque.",{"type":13,"tag":10913,"props":12448,"children":12449},{},[12450,12456],{"type":13,"tag":64,"props":12451,"children":12453},{"className":12452},[],[12454],{"type":18,"value":12455},"VK_FORMAT_BC1_RGBA_UNORM_BLOCK",{"type":18,"value":12457}," specifies a four-component,\nblock-compressed format where each 64-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized RGB texel data, and\nprovides 1 bit of alpha.",{"type":13,"tag":10913,"props":12459,"children":12460},{},[12461,12467],{"type":13,"tag":64,"props":12462,"children":12464},{"className":12463},[],[12465],{"type":18,"value":12466},"VK_FORMAT_BC1_RGBA_SRGB_BLOCK",{"type":18,"value":12468}," specifies a four-component,\nblock-compressed format where each 64-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized RGB texel data with sRGB\nnonlinear encoding, and provides 1 bit of alpha.",{"type":13,"tag":10913,"props":12470,"children":12471},{},[12472,12478],{"type":13,"tag":64,"props":12473,"children":12475},{"className":12474},[],[12476],{"type":18,"value":12477},"VK_FORMAT_BC2_UNORM_BLOCK",{"type":18,"value":12479}," specifies a four-component,\nblock-compressed format where each 128-bit compressed texel block\nencodes a 4×4 rectangle of unsigned normalized RGBA texel data\nwith the first 64 bits encoding alpha values followed by 64 bits\nencoding RGB values.",{"type":13,"tag":10913,"props":12481,"children":12482},{},[12483,12489],{"type":13,"tag":64,"props":12484,"children":12486},{"className":12485},[],[12487],{"type":18,"value":12488},"VK_FORMAT_BC2_SRGB_BLOCK",{"type":18,"value":12490}," specifies a four-component,\nblock-compressed format where each 128-bit compressed texel block\nencodes a 4×4 rectangle of unsigned normalized RGBA texel data\nwith the first 64 bits encoding alpha values followed by 64 bits\nencoding RGB values with sRGB nonlinear encoding.",{"type":13,"tag":10913,"props":12492,"children":12493},{},[12494,12500],{"type":13,"tag":64,"props":12495,"children":12497},{"className":12496},[],[12498],{"type":18,"value":12499},"VK_FORMAT_BC3_UNORM_BLOCK",{"type":18,"value":12479},{"type":13,"tag":10913,"props":12502,"children":12503},{},[12504,12510],{"type":13,"tag":64,"props":12505,"children":12507},{"className":12506},[],[12508],{"type":18,"value":12509},"VK_FORMAT_BC3_SRGB_BLOCK",{"type":18,"value":12490},{"type":13,"tag":10913,"props":12512,"children":12513},{},[12514,12520],{"type":13,"tag":64,"props":12515,"children":12517},{"className":12516},[],[12518],{"type":18,"value":12519},"VK_FORMAT_BC4_UNORM_BLOCK",{"type":18,"value":12521}," specifies a one-component,\nblock-compressed format where each 64-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized red texel data.",{"type":13,"tag":10913,"props":12523,"children":12524},{},[12525,12531],{"type":13,"tag":64,"props":12526,"children":12528},{"className":12527},[],[12529],{"type":18,"value":12530},"VK_FORMAT_BC4_SNORM_BLOCK",{"type":18,"value":12532}," specifies a one-component,\nblock-compressed format where each 64-bit compressed texel block encodes\na 4×4 rectangle of signed normalized red texel data.",{"type":13,"tag":10913,"props":12534,"children":12535},{},[12536,12542],{"type":13,"tag":64,"props":12537,"children":12539},{"className":12538},[],[12540],{"type":18,"value":12541},"VK_FORMAT_BC5_UNORM_BLOCK",{"type":18,"value":12543}," specifies a two-component,\nblock-compressed format where each 128-bit compressed texel block\nencodes a 4×4 rectangle of unsigned normalized RG texel data with\nthe first 64 bits encoding red values followed by 64 bits encoding green\nvalues.",{"type":13,"tag":10913,"props":12545,"children":12546},{},[12547,12553],{"type":13,"tag":64,"props":12548,"children":12550},{"className":12549},[],[12551],{"type":18,"value":12552},"VK_FORMAT_BC5_SNORM_BLOCK",{"type":18,"value":12554}," specifies a two-component,\nblock-compressed format where each 128-bit compressed texel block\nencodes a 4×4 rectangle of signed normalized RG texel data with\nthe first 64 bits encoding red values followed by 64 bits encoding green\nvalues.",{"type":13,"tag":10913,"props":12556,"children":12557},{},[12558,12564],{"type":13,"tag":64,"props":12559,"children":12561},{"className":12560},[],[12562],{"type":18,"value":12563},"VK_FORMAT_BC6H_UFLOAT_BLOCK",{"type":18,"value":12565}," specifies a three-component,\nblock-compressed format where each 128-bit compressed texel block\nencodes a 4×4 rectangle of unsigned floating-point RGB texel data.",{"type":13,"tag":10913,"props":12567,"children":12568},{},[12569,12575],{"type":13,"tag":64,"props":12570,"children":12572},{"className":12571},[],[12573],{"type":18,"value":12574},"VK_FORMAT_BC6H_SFLOAT_BLOCK",{"type":18,"value":12576}," specifies a three-component,\nblock-compressed format where each 128-bit compressed texel block\nencodes a 4×4 rectangle of signed floating-point RGB texel data.",{"type":13,"tag":10913,"props":12578,"children":12579},{},[12580,12586],{"type":13,"tag":64,"props":12581,"children":12583},{"className":12582},[],[12584],{"type":18,"value":12585},"VK_FORMAT_BC7_UNORM_BLOCK",{"type":18,"value":12587}," specifies a four-component,\nblock-compressed format where each 128-bit compressed texel block\nencodes a 4×4 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":12589,"children":12590},{},[12591,12597],{"type":13,"tag":64,"props":12592,"children":12594},{"className":12593},[],[12595],{"type":18,"value":12596},"VK_FORMAT_BC7_SRGB_BLOCK",{"type":18,"value":12598}," specifies a four-component,\nblock-compressed format where each 128-bit compressed texel block\nencodes a 4×4 rectangle of unsigned normalized RGBA texel data\nwith sRGB nonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":12600,"children":12601},{},[12602,12608],{"type":13,"tag":64,"props":12603,"children":12605},{"className":12604},[],[12606],{"type":18,"value":12607},"VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK",{"type":18,"value":12609}," specifies a three-component,\nETC2 compressed format where each 64-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized RGB texel data.\nThis format has no alpha and is considered opaque.",{"type":13,"tag":10913,"props":12611,"children":12612},{},[12613,12619],{"type":13,"tag":64,"props":12614,"children":12616},{"className":12615},[],[12617],{"type":18,"value":12618},"VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK",{"type":18,"value":12620}," specifies a three-component, ETC2\ncompressed format where each 64-bit compressed texel block encodes a\n4×4 rectangle of unsigned normalized RGB texel data with sRGB\nnonlinear encoding.\nThis format has no alpha and is considered opaque.",{"type":13,"tag":10913,"props":12622,"children":12623},{},[12624,12630],{"type":13,"tag":64,"props":12625,"children":12627},{"className":12626},[],[12628],{"type":18,"value":12629},"VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK",{"type":18,"value":12631}," specifies a four-component,\nETC2 compressed format where each 64-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized RGB texel data, and\nprovides 1 bit of alpha.",{"type":13,"tag":10913,"props":12633,"children":12634},{},[12635,12641],{"type":13,"tag":64,"props":12636,"children":12638},{"className":12637},[],[12639],{"type":18,"value":12640},"VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK",{"type":18,"value":12642}," specifies a four-component,\nETC2 compressed format where each 64-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized RGB texel data with sRGB\nnonlinear encoding, and provides 1 bit of alpha.",{"type":13,"tag":10913,"props":12644,"children":12645},{},[12646,12652],{"type":13,"tag":64,"props":12647,"children":12649},{"className":12648},[],[12650],{"type":18,"value":12651},"VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK",{"type":18,"value":12653}," specifies a four-component,\nETC2 compressed format where each 128-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized RGBA texel data with the\nfirst 64 bits encoding alpha values followed by 64 bits encoding RGB\nvalues.",{"type":13,"tag":10913,"props":12655,"children":12656},{},[12657,12663],{"type":13,"tag":64,"props":12658,"children":12660},{"className":12659},[],[12661],{"type":18,"value":12662},"VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK",{"type":18,"value":12664}," specifies a four-component,\nETC2 compressed format where each 128-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized RGBA texel data with the\nfirst 64 bits encoding alpha values followed by 64 bits encoding RGB\nvalues with sRGB nonlinear encoding applied.",{"type":13,"tag":10913,"props":12666,"children":12667},{},[12668,12674],{"type":13,"tag":64,"props":12669,"children":12671},{"className":12670},[],[12672],{"type":18,"value":12673},"VK_FORMAT_EAC_R11_UNORM_BLOCK",{"type":18,"value":12675}," specifies a one-component, ETC2\ncompressed format where each 64-bit compressed texel block encodes a\n4×4 rectangle of unsigned normalized red texel data.",{"type":13,"tag":10913,"props":12677,"children":12678},{},[12679,12685],{"type":13,"tag":64,"props":12680,"children":12682},{"className":12681},[],[12683],{"type":18,"value":12684},"VK_FORMAT_EAC_R11_SNORM_BLOCK",{"type":18,"value":12686}," specifies a one-component, ETC2\ncompressed format where each 64-bit compressed texel block encodes a\n4×4 rectangle of signed normalized red texel data.",{"type":13,"tag":10913,"props":12688,"children":12689},{},[12690,12696],{"type":13,"tag":64,"props":12691,"children":12693},{"className":12692},[],[12694],{"type":18,"value":12695},"VK_FORMAT_EAC_R11G11_UNORM_BLOCK",{"type":18,"value":12697}," specifies a two-component, ETC2\ncompressed format where each 128-bit compressed texel block encodes a\n4×4 rectangle of unsigned normalized RG texel data with the first\n64 bits encoding red values followed by 64 bits encoding green values.",{"type":13,"tag":10913,"props":12699,"children":12700},{},[12701,12707],{"type":13,"tag":64,"props":12702,"children":12704},{"className":12703},[],[12705],{"type":18,"value":12706},"VK_FORMAT_EAC_R11G11_SNORM_BLOCK",{"type":18,"value":12708}," specifies a two-component, ETC2\ncompressed format where each 128-bit compressed texel block encodes a\n4×4 rectangle of signed normalized RG texel data with the first 64\nbits encoding red values followed by 64 bits encoding green values.",{"type":13,"tag":10913,"props":12710,"children":12711},{},[12712,12718],{"type":13,"tag":64,"props":12713,"children":12715},{"className":12714},[],[12716],{"type":18,"value":12717},"VK_FORMAT_ASTC_4x4_UNORM_BLOCK",{"type":18,"value":12719}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n4×4 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":12721,"children":12722},{},[12723,12729],{"type":13,"tag":64,"props":12724,"children":12726},{"className":12725},[],[12727],{"type":18,"value":12728},"VK_FORMAT_ASTC_4x4_SRGB_BLOCK",{"type":18,"value":12730}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n4×4 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":12732,"children":12733},{},[12734,12740],{"type":13,"tag":64,"props":12735,"children":12737},{"className":12736},[],[12738],{"type":18,"value":12739},"VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK",{"type":18,"value":12741}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n4×4 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":12743,"children":12744},{},[12745,12751],{"type":13,"tag":64,"props":12746,"children":12748},{"className":12747},[],[12749],{"type":18,"value":12750},"VK_FORMAT_ASTC_5x4_UNORM_BLOCK",{"type":18,"value":12752}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n5×4 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":12754,"children":12755},{},[12756,12762],{"type":13,"tag":64,"props":12757,"children":12759},{"className":12758},[],[12760],{"type":18,"value":12761},"VK_FORMAT_ASTC_5x4_SRGB_BLOCK",{"type":18,"value":12763}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n5×4 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":12765,"children":12766},{},[12767,12773],{"type":13,"tag":64,"props":12768,"children":12770},{"className":12769},[],[12771],{"type":18,"value":12772},"VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK",{"type":18,"value":12774}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n5×4 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":12776,"children":12777},{},[12778,12784],{"type":13,"tag":64,"props":12779,"children":12781},{"className":12780},[],[12782],{"type":18,"value":12783},"VK_FORMAT_ASTC_5x5_UNORM_BLOCK",{"type":18,"value":12785}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n5×5 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":12787,"children":12788},{},[12789,12795],{"type":13,"tag":64,"props":12790,"children":12792},{"className":12791},[],[12793],{"type":18,"value":12794},"VK_FORMAT_ASTC_5x5_SRGB_BLOCK",{"type":18,"value":12796}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n5×5 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":12798,"children":12799},{},[12800,12806],{"type":13,"tag":64,"props":12801,"children":12803},{"className":12802},[],[12804],{"type":18,"value":12805},"VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK",{"type":18,"value":12807}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n5×5 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":12809,"children":12810},{},[12811,12817],{"type":13,"tag":64,"props":12812,"children":12814},{"className":12813},[],[12815],{"type":18,"value":12816},"VK_FORMAT_ASTC_6x5_UNORM_BLOCK",{"type":18,"value":12818}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n6×5 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":12820,"children":12821},{},[12822,12828],{"type":13,"tag":64,"props":12823,"children":12825},{"className":12824},[],[12826],{"type":18,"value":12827},"VK_FORMAT_ASTC_6x5_SRGB_BLOCK",{"type":18,"value":12829}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n6×5 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":12831,"children":12832},{},[12833,12839],{"type":13,"tag":64,"props":12834,"children":12836},{"className":12835},[],[12837],{"type":18,"value":12838},"VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK",{"type":18,"value":12840}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n6×5 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":12842,"children":12843},{},[12844,12850],{"type":13,"tag":64,"props":12845,"children":12847},{"className":12846},[],[12848],{"type":18,"value":12849},"VK_FORMAT_ASTC_6x6_UNORM_BLOCK",{"type":18,"value":12851}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n6×6 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":12853,"children":12854},{},[12855,12861],{"type":13,"tag":64,"props":12856,"children":12858},{"className":12857},[],[12859],{"type":18,"value":12860},"VK_FORMAT_ASTC_6x6_SRGB_BLOCK",{"type":18,"value":12862}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n6×6 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":12864,"children":12865},{},[12866,12872],{"type":13,"tag":64,"props":12867,"children":12869},{"className":12868},[],[12870],{"type":18,"value":12871},"VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK",{"type":18,"value":12873}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n6×6 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":12875,"children":12876},{},[12877,12883],{"type":13,"tag":64,"props":12878,"children":12880},{"className":12879},[],[12881],{"type":18,"value":12882},"VK_FORMAT_ASTC_8x5_UNORM_BLOCK",{"type":18,"value":12884}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes an\n8×5 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":12886,"children":12887},{},[12888,12894],{"type":13,"tag":64,"props":12889,"children":12891},{"className":12890},[],[12892],{"type":18,"value":12893},"VK_FORMAT_ASTC_8x5_SRGB_BLOCK",{"type":18,"value":12895}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes an\n8×5 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":12897,"children":12898},{},[12899,12905],{"type":13,"tag":64,"props":12900,"children":12902},{"className":12901},[],[12903],{"type":18,"value":12904},"VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK",{"type":18,"value":12906}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n8×5 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":12908,"children":12909},{},[12910,12916],{"type":13,"tag":64,"props":12911,"children":12913},{"className":12912},[],[12914],{"type":18,"value":12915},"VK_FORMAT_ASTC_8x6_UNORM_BLOCK",{"type":18,"value":12917}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes an\n8×6 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":12919,"children":12920},{},[12921,12927],{"type":13,"tag":64,"props":12922,"children":12924},{"className":12923},[],[12925],{"type":18,"value":12926},"VK_FORMAT_ASTC_8x6_SRGB_BLOCK",{"type":18,"value":12928}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes an\n8×6 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":12930,"children":12931},{},[12932,12938],{"type":13,"tag":64,"props":12933,"children":12935},{"className":12934},[],[12936],{"type":18,"value":12937},"VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK",{"type":18,"value":12939}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n8×6 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":12941,"children":12942},{},[12943,12949],{"type":13,"tag":64,"props":12944,"children":12946},{"className":12945},[],[12947],{"type":18,"value":12948},"VK_FORMAT_ASTC_8x8_UNORM_BLOCK",{"type":18,"value":12950}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes an\n8×8 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":12952,"children":12953},{},[12954,12960],{"type":13,"tag":64,"props":12955,"children":12957},{"className":12956},[],[12958],{"type":18,"value":12959},"VK_FORMAT_ASTC_8x8_SRGB_BLOCK",{"type":18,"value":12961}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes an\n8×8 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":12963,"children":12964},{},[12965,12971],{"type":13,"tag":64,"props":12966,"children":12968},{"className":12967},[],[12969],{"type":18,"value":12970},"VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK",{"type":18,"value":12972}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n8×8 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":12974,"children":12975},{},[12976,12982],{"type":13,"tag":64,"props":12977,"children":12979},{"className":12978},[],[12980],{"type":18,"value":12981},"VK_FORMAT_ASTC_10x5_UNORM_BLOCK",{"type":18,"value":12983}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×5 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":12985,"children":12986},{},[12987,12993],{"type":13,"tag":64,"props":12988,"children":12990},{"className":12989},[],[12991],{"type":18,"value":12992},"VK_FORMAT_ASTC_10x5_SRGB_BLOCK",{"type":18,"value":12994}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×5 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":12996,"children":12997},{},[12998,13004],{"type":13,"tag":64,"props":12999,"children":13001},{"className":13000},[],[13002],{"type":18,"value":13003},"VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK",{"type":18,"value":13005}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×5 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":13007,"children":13008},{},[13009,13015],{"type":13,"tag":64,"props":13010,"children":13012},{"className":13011},[],[13013],{"type":18,"value":13014},"VK_FORMAT_ASTC_10x6_UNORM_BLOCK",{"type":18,"value":13016}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×6 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":13018,"children":13019},{},[13020,13026],{"type":13,"tag":64,"props":13021,"children":13023},{"className":13022},[],[13024],{"type":18,"value":13025},"VK_FORMAT_ASTC_10x6_SRGB_BLOCK",{"type":18,"value":13027}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×6 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":13029,"children":13030},{},[13031,13037],{"type":13,"tag":64,"props":13032,"children":13034},{"className":13033},[],[13035],{"type":18,"value":13036},"VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK",{"type":18,"value":13038}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×6 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":13040,"children":13041},{},[13042,13048],{"type":13,"tag":64,"props":13043,"children":13045},{"className":13044},[],[13046],{"type":18,"value":13047},"VK_FORMAT_ASTC_10x8_UNORM_BLOCK",{"type":18,"value":13049}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×8 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":13051,"children":13052},{},[13053,13059],{"type":13,"tag":64,"props":13054,"children":13056},{"className":13055},[],[13057],{"type":18,"value":13058},"VK_FORMAT_ASTC_10x8_SRGB_BLOCK",{"type":18,"value":13060}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×8 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":13062,"children":13063},{},[13064,13070],{"type":13,"tag":64,"props":13065,"children":13067},{"className":13066},[],[13068],{"type":18,"value":13069},"VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK",{"type":18,"value":13071}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×8 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":13073,"children":13074},{},[13075,13081],{"type":13,"tag":64,"props":13076,"children":13078},{"className":13077},[],[13079],{"type":18,"value":13080},"VK_FORMAT_ASTC_10x10_UNORM_BLOCK",{"type":18,"value":13082}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×10 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":13084,"children":13085},{},[13086,13092],{"type":13,"tag":64,"props":13087,"children":13089},{"className":13088},[],[13090],{"type":18,"value":13091},"VK_FORMAT_ASTC_10x10_SRGB_BLOCK",{"type":18,"value":13093}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×10 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":13095,"children":13096},{},[13097,13103],{"type":13,"tag":64,"props":13098,"children":13100},{"className":13099},[],[13101],{"type":18,"value":13102},"VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK",{"type":18,"value":13104}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n10×10 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":13106,"children":13107},{},[13108,13114],{"type":13,"tag":64,"props":13109,"children":13111},{"className":13110},[],[13112],{"type":18,"value":13113},"VK_FORMAT_ASTC_12x10_UNORM_BLOCK",{"type":18,"value":13115}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n12×10 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":13117,"children":13118},{},[13119,13125],{"type":13,"tag":64,"props":13120,"children":13122},{"className":13121},[],[13123],{"type":18,"value":13124},"VK_FORMAT_ASTC_12x10_SRGB_BLOCK",{"type":18,"value":13126}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n12×10 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":13128,"children":13129},{},[13130,13136],{"type":13,"tag":64,"props":13131,"children":13133},{"className":13132},[],[13134],{"type":18,"value":13135},"VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK",{"type":18,"value":13137}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n12×10 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":13139,"children":13140},{},[13141,13147],{"type":13,"tag":64,"props":13142,"children":13144},{"className":13143},[],[13145],{"type":18,"value":13146},"VK_FORMAT_ASTC_12x12_UNORM_BLOCK",{"type":18,"value":13148}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n12×12 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":13150,"children":13151},{},[13152,13158],{"type":13,"tag":64,"props":13153,"children":13155},{"className":13154},[],[13156],{"type":18,"value":13157},"VK_FORMAT_ASTC_12x12_SRGB_BLOCK",{"type":18,"value":13159}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n12×12 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":13161,"children":13162},{},[13163,13169],{"type":13,"tag":64,"props":13164,"children":13166},{"className":13165},[],[13167],{"type":18,"value":13168},"VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK",{"type":18,"value":13170}," specifies a four-component, ASTC\ncompressed format where each 128-bit compressed texel block encodes a\n12×12 rectangle of signed floating-point RGBA texel data.",{"type":13,"tag":10913,"props":13172,"children":13173},{},[13174,13180,13182,13188,13190,13194,13196,13200],{"type":13,"tag":64,"props":13175,"children":13177},{"className":13176},[],[13178],{"type":18,"value":13179},"VK_FORMAT_G8B8G8R8_422_UNORM",{"type":18,"value":13181}," specifies a four-component, 32-bit\nformat containing a pair of G components, an R component, and a B\ncomponent, collectively encoding a 2×1 rectangle of unsigned\nnormalized RGB texel data.\nOne G value is present at each ",{"type":13,"tag":13183,"props":13184,"children":13185},"em",{},[13186],{"type":18,"value":13187},"i",{"type":18,"value":13189}," coordinate, with the B and R values\nshared across both G values and thus recorded at half the horizontal\nresolution of the image.\nThis format has an 8-bit G component for the even ",{"type":13,"tag":13183,"props":13191,"children":13192},{},[13193],{"type":18,"value":13187},{"type":18,"value":13195}," coordinate in byte\n0, an 8-bit B component in byte 1, an 8-bit G component for the odd ",{"type":13,"tag":13183,"props":13197,"children":13198},{},[13199],{"type":18,"value":13187},{"type":18,"value":13201},"\ncoordinate in byte 2, and an 8-bit R component in byte 3.\nThis format only supports images with a width that is a multiple of two.\nFor the purposes of the constraints on copy extents, this format is\ntreated as a compressed format with a 2×1 compressed texel block.",{"type":13,"tag":10913,"props":13203,"children":13204},{},[13205,13211,13212,13216,13218,13222,13224,13228],{"type":13,"tag":64,"props":13206,"children":13208},{"className":13207},[],[13209],{"type":18,"value":13210},"VK_FORMAT_B8G8R8G8_422_UNORM",{"type":18,"value":13181},{"type":13,"tag":13183,"props":13213,"children":13214},{},[13215],{"type":18,"value":13187},{"type":18,"value":13217}," coordinate, with the B and R values\nshared across both G values and thus recorded at half the horizontal\nresolution of the image.\nThis format has an 8-bit B component in byte 0, an 8-bit G component for\nthe even ",{"type":13,"tag":13183,"props":13219,"children":13220},{},[13221],{"type":18,"value":13187},{"type":18,"value":13223}," coordinate in byte 1, an 8-bit R component in byte 2, and\nan 8-bit G component for the odd ",{"type":13,"tag":13183,"props":13225,"children":13226},{},[13227],{"type":18,"value":13187},{"type":18,"value":13229}," coordinate in byte 3.\nThis format only supports images with a width that is a multiple of two.\nFor the purposes of the constraints on copy extents, this format is\ntreated as a compressed format with a 2×1 compressed texel block.",{"type":13,"tag":10913,"props":13231,"children":13232},{},[13233,13239,13241,13246,13248,13515,13516,13742,13744,13750,13752,13758,13760,13766,13768,13774],{"type":13,"tag":64,"props":13234,"children":13236},{"className":13235},[],[13237],{"type":18,"value":13238},"VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM",{"type":18,"value":13240}," specifies an unsigned\nnormalized ",{"type":13,"tag":13183,"props":13242,"children":13243},{},[13244],{"type":18,"value":13245},"multi-planar format",{"type":18,"value":13247}," that has an 8-bit G component in plane\n0, an 8-bit B component in plane 1, and an 8-bit R component in plane 2.\nThe horizontal and vertical dimensions of the R and B planes are halved\nrelative to the image dimensions, and each R and B component is shared\nwith the G components for which ",{"type":13,"tag":68,"props":13249,"children":13252},{"className":13250},[13251],"katex",[13253,13354],{"type":13,"tag":68,"props":13254,"children":13257},{"className":13255},[13256],"katex-mathml",[13258],{"type":13,"tag":13259,"props":13260,"children":13262},"math",{"xmlns":13261},"http://www.w3.org/1998/Math/MathML",[13263],{"type":13,"tag":13264,"props":13265,"children":13266},"semantics",{},[13267,13347],{"type":13,"tag":13268,"props":13269,"children":13270},"mrow",{},[13271,13313,13317,13321,13325,13330,13334,13338,13342],{"type":13,"tag":13268,"props":13272,"children":13273},{},[13274,13281,13286,13292,13297,13302,13308],{"type":13,"tag":13275,"props":13276,"children":13278},"mo",{"fence":13277},"true",[13279],{"type":18,"value":13280},"⌊",{"type":13,"tag":13282,"props":13283,"children":13284},"mi",{},[13285],{"type":18,"value":13187},{"type":13,"tag":13282,"props":13287,"children":13289},{"mathvariant":13288},"normal",[13290],{"type":18,"value":13291},"_",{"type":13,"tag":13282,"props":13293,"children":13294},{},[13295],{"type":18,"value":13296},"G",{"type":13,"tag":13275,"props":13298,"children":13299},{},[13300],{"type":18,"value":13301},"×",{"type":13,"tag":13303,"props":13304,"children":13305},"mn",{},[13306],{"type":18,"value":13307},"0.5",{"type":13,"tag":13275,"props":13309,"children":13310},{"fence":13277},[13311],{"type":18,"value":13312},"⌋",{"type":13,"tag":13275,"props":13314,"children":13315},{},[13316],{"type":18,"value":103},{"type":13,"tag":13282,"props":13318,"children":13319},{},[13320],{"type":18,"value":13187},{"type":13,"tag":13282,"props":13322,"children":13323},{"mathvariant":13288},[13324],{"type":18,"value":13291},{"type":13,"tag":13282,"props":13326,"children":13327},{},[13328],{"type":18,"value":13329},"B",{"type":13,"tag":13275,"props":13331,"children":13332},{},[13333],{"type":18,"value":103},{"type":13,"tag":13282,"props":13335,"children":13336},{},[13337],{"type":18,"value":13187},{"type":13,"tag":13282,"props":13339,"children":13340},{"mathvariant":13288},[13341],{"type":18,"value":13291},{"type":13,"tag":13282,"props":13343,"children":13344},{},[13345],{"type":18,"value":13346},"R",{"type":13,"tag":13348,"props":13349,"children":13351},"annotation",{"encoding":13350},"application/x-tex",[13352],{"type":18,"value":13353},"\\left\\lfloor i\\_G \\times 0.5\n\\right\\rfloor = i\\_B = i\\_R",{"type":13,"tag":68,"props":13355,"children":13358},{"className":13356,"ariaHidden":13277},[13357],"katex-html",[13359,13453,13491],{"type":13,"tag":68,"props":13360,"children":13363},{"className":13361},[13362],"base",[13364,13370,13438,13443,13449],{"type":13,"tag":68,"props":13365,"children":13369},{"className":13366,"style":13368},[13367],"strut","height:1.2em;vertical-align:-0.35em;",[],{"type":13,"tag":68,"props":13371,"children":13374},{"className":13372},[13373],"minner",[13375,13389,13396,13402,13407,13413,13419,13423,13428],{"type":13,"tag":68,"props":13376,"children":13381},{"className":13377,"style":13380},[13378,13379],"mopen","delimcenter","top:0em;",[13382],{"type":13,"tag":68,"props":13383,"children":13387},{"className":13384},[13385,13386],"delimsizing","size1",[13388],{"type":18,"value":13280},{"type":13,"tag":68,"props":13390,"children":13394},{"className":13391},[13392,13393],"mord","mathnormal",[13395],{"type":18,"value":13187},{"type":13,"tag":68,"props":13397,"children":13400},{"className":13398,"style":13399},[13392],"margin-right:0.02778em;",[13401],{"type":18,"value":13291},{"type":13,"tag":68,"props":13403,"children":13405},{"className":13404},[13392,13393],[13406],{"type":18,"value":13296},{"type":13,"tag":68,"props":13408,"children":13412},{"className":13409,"style":13411},[13410],"mspace","margin-right:0.2222em;",[],{"type":13,"tag":68,"props":13414,"children":13417},{"className":13415},[13416],"mbin",[13418],{"type":18,"value":13301},{"type":13,"tag":68,"props":13420,"children":13422},{"className":13421,"style":13411},[13410],[],{"type":13,"tag":68,"props":13424,"children":13426},{"className":13425},[13392],[13427],{"type":18,"value":13307},{"type":13,"tag":68,"props":13429,"children":13432},{"className":13430,"style":13380},[13431,13379],"mclose",[13433],{"type":13,"tag":68,"props":13434,"children":13436},{"className":13435},[13385,13386],[13437],{"type":18,"value":13312},{"type":13,"tag":68,"props":13439,"children":13442},{"className":13440,"style":13441},[13410],"margin-right:0.2778em;",[],{"type":13,"tag":68,"props":13444,"children":13447},{"className":13445},[13446],"mrel",[13448],{"type":18,"value":103},{"type":13,"tag":68,"props":13450,"children":13452},{"className":13451,"style":13441},[13410],[],{"type":13,"tag":68,"props":13454,"children":13456},{"className":13455},[13362],[13457,13462,13467,13472,13478,13482,13487],{"type":13,"tag":68,"props":13458,"children":13461},{"className":13459,"style":13460},[13367],"height:0.9933em;vertical-align:-0.31em;",[],{"type":13,"tag":68,"props":13463,"children":13465},{"className":13464},[13392,13393],[13466],{"type":18,"value":13187},{"type":13,"tag":68,"props":13468,"children":13470},{"className":13469,"style":13399},[13392],[13471],{"type":18,"value":13291},{"type":13,"tag":68,"props":13473,"children":13476},{"className":13474,"style":13475},[13392,13393],"margin-right:0.05017em;",[13477],{"type":18,"value":13329},{"type":13,"tag":68,"props":13479,"children":13481},{"className":13480,"style":13441},[13410],[],{"type":13,"tag":68,"props":13483,"children":13485},{"className":13484},[13446],[13486],{"type":18,"value":103},{"type":13,"tag":68,"props":13488,"children":13490},{"className":13489,"style":13441},[13410],[],{"type":13,"tag":68,"props":13492,"children":13494},{"className":13493},[13362],[13495,13499,13504,13509],{"type":13,"tag":68,"props":13496,"children":13498},{"className":13497,"style":13460},[13367],[],{"type":13,"tag":68,"props":13500,"children":13502},{"className":13501},[13392,13393],[13503],{"type":18,"value":13187},{"type":13,"tag":68,"props":13505,"children":13507},{"className":13506,"style":13399},[13392],[13508],{"type":18,"value":13291},{"type":13,"tag":68,"props":13510,"children":13513},{"className":13511,"style":13512},[13392,13393],"margin-right:0.00773em;",[13514],{"type":18,"value":13346},{"type":18,"value":12317},{"type":13,"tag":68,"props":13517,"children":13519},{"className":13518},[13251],[13520,13602],{"type":13,"tag":68,"props":13521,"children":13523},{"className":13522},[13256],[13524],{"type":13,"tag":13259,"props":13525,"children":13526},{"xmlns":13261},[13527],{"type":13,"tag":13264,"props":13528,"children":13529},{},[13530,13597],{"type":13,"tag":13268,"props":13531,"children":13532},{},[13533,13565,13569,13573,13577,13581,13585,13589,13593],{"type":13,"tag":13268,"props":13534,"children":13535},{},[13536,13540,13545,13549,13553,13557,13561],{"type":13,"tag":13275,"props":13537,"children":13538},{"fence":13277},[13539],{"type":18,"value":13280},{"type":13,"tag":13282,"props":13541,"children":13542},{},[13543],{"type":18,"value":13544},"j",{"type":13,"tag":13282,"props":13546,"children":13547},{"mathvariant":13288},[13548],{"type":18,"value":13291},{"type":13,"tag":13282,"props":13550,"children":13551},{},[13552],{"type":18,"value":13296},{"type":13,"tag":13275,"props":13554,"children":13555},{},[13556],{"type":18,"value":13301},{"type":13,"tag":13303,"props":13558,"children":13559},{},[13560],{"type":18,"value":13307},{"type":13,"tag":13275,"props":13562,"children":13563},{"fence":13277},[13564],{"type":18,"value":13312},{"type":13,"tag":13275,"props":13566,"children":13567},{},[13568],{"type":18,"value":103},{"type":13,"tag":13282,"props":13570,"children":13571},{},[13572],{"type":18,"value":13544},{"type":13,"tag":13282,"props":13574,"children":13575},{"mathvariant":13288},[13576],{"type":18,"value":13291},{"type":13,"tag":13282,"props":13578,"children":13579},{},[13580],{"type":18,"value":13329},{"type":13,"tag":13275,"props":13582,"children":13583},{},[13584],{"type":18,"value":103},{"type":13,"tag":13282,"props":13586,"children":13587},{},[13588],{"type":18,"value":13544},{"type":13,"tag":13282,"props":13590,"children":13591},{"mathvariant":13288},[13592],{"type":18,"value":13291},{"type":13,"tag":13282,"props":13594,"children":13595},{},[13596],{"type":18,"value":13346},{"type":13,"tag":13348,"props":13598,"children":13599},{"encoding":13350},[13600],{"type":18,"value":13601},"\\left\\lfloor j\\_G \\times 0.5\n\\right\\rfloor = j\\_B = j\\_R",{"type":13,"tag":68,"props":13603,"children":13605},{"className":13604,"ariaHidden":13277},[13357],[13606,13683,13719],{"type":13,"tag":68,"props":13607,"children":13609},{"className":13608},[13362],[13610,13614,13670,13674,13679],{"type":13,"tag":68,"props":13611,"children":13613},{"className":13612,"style":13368},[13367],[],{"type":13,"tag":68,"props":13615,"children":13617},{"className":13616},[13373],[13618,13627,13633,13638,13643,13647,13652,13656,13661],{"type":13,"tag":68,"props":13619,"children":13621},{"className":13620,"style":13380},[13378,13379],[13622],{"type":13,"tag":68,"props":13623,"children":13625},{"className":13624},[13385,13386],[13626],{"type":18,"value":13280},{"type":13,"tag":68,"props":13628,"children":13631},{"className":13629,"style":13630},[13392,13393],"margin-right:0.05724em;",[13632],{"type":18,"value":13544},{"type":13,"tag":68,"props":13634,"children":13636},{"className":13635,"style":13399},[13392],[13637],{"type":18,"value":13291},{"type":13,"tag":68,"props":13639,"children":13641},{"className":13640},[13392,13393],[13642],{"type":18,"value":13296},{"type":13,"tag":68,"props":13644,"children":13646},{"className":13645,"style":13411},[13410],[],{"type":13,"tag":68,"props":13648,"children":13650},{"className":13649},[13416],[13651],{"type":18,"value":13301},{"type":13,"tag":68,"props":13653,"children":13655},{"className":13654,"style":13411},[13410],[],{"type":13,"tag":68,"props":13657,"children":13659},{"className":13658},[13392],[13660],{"type":18,"value":13307},{"type":13,"tag":68,"props":13662,"children":13664},{"className":13663,"style":13380},[13431,13379],[13665],{"type":13,"tag":68,"props":13666,"children":13668},{"className":13667},[13385,13386],[13669],{"type":18,"value":13312},{"type":13,"tag":68,"props":13671,"children":13673},{"className":13672,"style":13441},[13410],[],{"type":13,"tag":68,"props":13675,"children":13677},{"className":13676},[13446],[13678],{"type":18,"value":103},{"type":13,"tag":68,"props":13680,"children":13682},{"className":13681,"style":13441},[13410],[],{"type":13,"tag":68,"props":13684,"children":13686},{"className":13685},[13362],[13687,13691,13696,13701,13706,13710,13715],{"type":13,"tag":68,"props":13688,"children":13690},{"className":13689,"style":13460},[13367],[],{"type":13,"tag":68,"props":13692,"children":13694},{"className":13693,"style":13630},[13392,13393],[13695],{"type":18,"value":13544},{"type":13,"tag":68,"props":13697,"children":13699},{"className":13698,"style":13399},[13392],[13700],{"type":18,"value":13291},{"type":13,"tag":68,"props":13702,"children":13704},{"className":13703,"style":13475},[13392,13393],[13705],{"type":18,"value":13329},{"type":13,"tag":68,"props":13707,"children":13709},{"className":13708,"style":13441},[13410],[],{"type":13,"tag":68,"props":13711,"children":13713},{"className":13712},[13446],[13714],{"type":18,"value":103},{"type":13,"tag":68,"props":13716,"children":13718},{"className":13717,"style":13441},[13410],[],{"type":13,"tag":68,"props":13720,"children":13722},{"className":13721},[13362],[13723,13727,13732,13737],{"type":13,"tag":68,"props":13724,"children":13726},{"className":13725,"style":13460},[13367],[],{"type":13,"tag":68,"props":13728,"children":13730},{"className":13729,"style":13630},[13392,13393],[13731],{"type":18,"value":13544},{"type":13,"tag":68,"props":13733,"children":13735},{"className":13734,"style":13399},[13392],[13736],{"type":18,"value":13291},{"type":13,"tag":68,"props":13738,"children":13740},{"className":13739,"style":13512},[13392,13393],[13741],{"type":18,"value":13346},{"type":18,"value":13743},".\nThe location of each plane when this image is in linear layout can be\ndetermined via ",{"type":13,"tag":34,"props":13745,"children":13747},{"href":13746},"/man/vkGetImageSubresourceLayout",[13748],{"type":18,"value":13749},"vkGetImageSubresourceLayout",{"type":18,"value":13751},", using\n",{"type":13,"tag":64,"props":13753,"children":13755},{"className":13754},[],[13756],{"type":18,"value":13757},"VK_IMAGE_ASPECT_PLANE_0_BIT",{"type":18,"value":13759}," for the G plane,\n",{"type":13,"tag":64,"props":13761,"children":13763},{"className":13762},[],[13764],{"type":18,"value":13765},"VK_IMAGE_ASPECT_PLANE_1_BIT",{"type":18,"value":13767}," for the B plane, and\n",{"type":13,"tag":64,"props":13769,"children":13771},{"className":13770},[],[13772],{"type":18,"value":13773},"VK_IMAGE_ASPECT_PLANE_2_BIT",{"type":18,"value":13775}," for the R plane.\nThis format only supports images with a width and height that is a\nmultiple of two.",{"type":13,"tag":10913,"props":13777,"children":13778},{},[13779,13785,13786,13790,13792,14015,14016,14239,14240,14244,14245,14250,14252,14257],{"type":13,"tag":64,"props":13780,"children":13782},{"className":13781},[],[13783],{"type":18,"value":13784},"VK_FORMAT_G8_B8R8_2PLANE_420_UNORM",{"type":18,"value":13240},{"type":13,"tag":13183,"props":13787,"children":13788},{},[13789],{"type":18,"value":13245},{"type":18,"value":13791}," that has an 8-bit G component in plane\n0, and a two-component, 16-bit BR plane 1 consisting of an 8-bit B\ncomponent in byte 0 and an 8-bit R component in byte 1.\nThe horizontal and vertical dimensions of the BR plane are halved\nrelative to the image dimensions, and each R and B value is shared with\nthe G components for which ",{"type":13,"tag":68,"props":13793,"children":13795},{"className":13794},[13251],[13796,13876],{"type":13,"tag":68,"props":13797,"children":13799},{"className":13798},[13256],[13800],{"type":13,"tag":13259,"props":13801,"children":13802},{"xmlns":13261},[13803],{"type":13,"tag":13264,"props":13804,"children":13805},{},[13806,13872],{"type":13,"tag":13268,"props":13807,"children":13808},{},[13809,13840,13844,13848,13852,13856,13860,13864,13868],{"type":13,"tag":13268,"props":13810,"children":13811},{},[13812,13816,13820,13824,13828,13832,13836],{"type":13,"tag":13275,"props":13813,"children":13814},{"fence":13277},[13815],{"type":18,"value":13280},{"type":13,"tag":13282,"props":13817,"children":13818},{},[13819],{"type":18,"value":13187},{"type":13,"tag":13282,"props":13821,"children":13822},{"mathvariant":13288},[13823],{"type":18,"value":13291},{"type":13,"tag":13282,"props":13825,"children":13826},{},[13827],{"type":18,"value":13296},{"type":13,"tag":13275,"props":13829,"children":13830},{},[13831],{"type":18,"value":13301},{"type":13,"tag":13303,"props":13833,"children":13834},{},[13835],{"type":18,"value":13307},{"type":13,"tag":13275,"props":13837,"children":13838},{"fence":13277},[13839],{"type":18,"value":13312},{"type":13,"tag":13275,"props":13841,"children":13842},{},[13843],{"type":18,"value":103},{"type":13,"tag":13282,"props":13845,"children":13846},{},[13847],{"type":18,"value":13187},{"type":13,"tag":13282,"props":13849,"children":13850},{"mathvariant":13288},[13851],{"type":18,"value":13291},{"type":13,"tag":13282,"props":13853,"children":13854},{},[13855],{"type":18,"value":13329},{"type":13,"tag":13275,"props":13857,"children":13858},{},[13859],{"type":18,"value":103},{"type":13,"tag":13282,"props":13861,"children":13862},{},[13863],{"type":18,"value":13187},{"type":13,"tag":13282,"props":13865,"children":13866},{"mathvariant":13288},[13867],{"type":18,"value":13291},{"type":13,"tag":13282,"props":13869,"children":13870},{},[13871],{"type":18,"value":13346},{"type":13,"tag":13348,"props":13873,"children":13874},{"encoding":13350},[13875],{"type":18,"value":13353},{"type":13,"tag":68,"props":13877,"children":13879},{"className":13878,"ariaHidden":13277},[13357],[13880,13956,13992],{"type":13,"tag":68,"props":13881,"children":13883},{"className":13882},[13362],[13884,13888,13943,13947,13952],{"type":13,"tag":68,"props":13885,"children":13887},{"className":13886,"style":13368},[13367],[],{"type":13,"tag":68,"props":13889,"children":13891},{"className":13890},[13373],[13892,13901,13906,13911,13916,13920,13925,13929,13934],{"type":13,"tag":68,"props":13893,"children":13895},{"className":13894,"style":13380},[13378,13379],[13896],{"type":13,"tag":68,"props":13897,"children":13899},{"className":13898},[13385,13386],[13900],{"type":18,"value":13280},{"type":13,"tag":68,"props":13902,"children":13904},{"className":13903},[13392,13393],[13905],{"type":18,"value":13187},{"type":13,"tag":68,"props":13907,"children":13909},{"className":13908,"style":13399},[13392],[13910],{"type":18,"value":13291},{"type":13,"tag":68,"props":13912,"children":13914},{"className":13913},[13392,13393],[13915],{"type":18,"value":13296},{"type":13,"tag":68,"props":13917,"children":13919},{"className":13918,"style":13411},[13410],[],{"type":13,"tag":68,"props":13921,"children":13923},{"className":13922},[13416],[13924],{"type":18,"value":13301},{"type":13,"tag":68,"props":13926,"children":13928},{"className":13927,"style":13411},[13410],[],{"type":13,"tag":68,"props":13930,"children":13932},{"className":13931},[13392],[13933],{"type":18,"value":13307},{"type":13,"tag":68,"props":13935,"children":13937},{"className":13936,"style":13380},[13431,13379],[13938],{"type":13,"tag":68,"props":13939,"children":13941},{"className":13940},[13385,13386],[13942],{"type":18,"value":13312},{"type":13,"tag":68,"props":13944,"children":13946},{"className":13945,"style":13441},[13410],[],{"type":13,"tag":68,"props":13948,"children":13950},{"className":13949},[13446],[13951],{"type":18,"value":103},{"type":13,"tag":68,"props":13953,"children":13955},{"className":13954,"style":13441},[13410],[],{"type":13,"tag":68,"props":13957,"children":13959},{"className":13958},[13362],[13960,13964,13969,13974,13979,13983,13988],{"type":13,"tag":68,"props":13961,"children":13963},{"className":13962,"style":13460},[13367],[],{"type":13,"tag":68,"props":13965,"children":13967},{"className":13966},[13392,13393],[13968],{"type":18,"value":13187},{"type":13,"tag":68,"props":13970,"children":13972},{"className":13971,"style":13399},[13392],[13973],{"type":18,"value":13291},{"type":13,"tag":68,"props":13975,"children":13977},{"className":13976,"style":13475},[13392,13393],[13978],{"type":18,"value":13329},{"type":13,"tag":68,"props":13980,"children":13982},{"className":13981,"style":13441},[13410],[],{"type":13,"tag":68,"props":13984,"children":13986},{"className":13985},[13446],[13987],{"type":18,"value":103},{"type":13,"tag":68,"props":13989,"children":13991},{"className":13990,"style":13441},[13410],[],{"type":13,"tag":68,"props":13993,"children":13995},{"className":13994},[13362],[13996,14000,14005,14010],{"type":13,"tag":68,"props":13997,"children":13999},{"className":13998,"style":13460},[13367],[],{"type":13,"tag":68,"props":14001,"children":14003},{"className":14002},[13392,13393],[14004],{"type":18,"value":13187},{"type":13,"tag":68,"props":14006,"children":14008},{"className":14007,"style":13399},[13392],[14009],{"type":18,"value":13291},{"type":13,"tag":68,"props":14011,"children":14013},{"className":14012,"style":13512},[13392,13393],[14014],{"type":18,"value":13346},{"type":18,"value":12317},{"type":13,"tag":68,"props":14017,"children":14019},{"className":14018},[13251],[14020,14100],{"type":13,"tag":68,"props":14021,"children":14023},{"className":14022},[13256],[14024],{"type":13,"tag":13259,"props":14025,"children":14026},{"xmlns":13261},[14027],{"type":13,"tag":13264,"props":14028,"children":14029},{},[14030,14096],{"type":13,"tag":13268,"props":14031,"children":14032},{},[14033,14064,14068,14072,14076,14080,14084,14088,14092],{"type":13,"tag":13268,"props":14034,"children":14035},{},[14036,14040,14044,14048,14052,14056,14060],{"type":13,"tag":13275,"props":14037,"children":14038},{"fence":13277},[14039],{"type":18,"value":13280},{"type":13,"tag":13282,"props":14041,"children":14042},{},[14043],{"type":18,"value":13544},{"type":13,"tag":13282,"props":14045,"children":14046},{"mathvariant":13288},[14047],{"type":18,"value":13291},{"type":13,"tag":13282,"props":14049,"children":14050},{},[14051],{"type":18,"value":13296},{"type":13,"tag":13275,"props":14053,"children":14054},{},[14055],{"type":18,"value":13301},{"type":13,"tag":13303,"props":14057,"children":14058},{},[14059],{"type":18,"value":13307},{"type":13,"tag":13275,"props":14061,"children":14062},{"fence":13277},[14063],{"type":18,"value":13312},{"type":13,"tag":13275,"props":14065,"children":14066},{},[14067],{"type":18,"value":103},{"type":13,"tag":13282,"props":14069,"children":14070},{},[14071],{"type":18,"value":13544},{"type":13,"tag":13282,"props":14073,"children":14074},{"mathvariant":13288},[14075],{"type":18,"value":13291},{"type":13,"tag":13282,"props":14077,"children":14078},{},[14079],{"type":18,"value":13329},{"type":13,"tag":13275,"props":14081,"children":14082},{},[14083],{"type":18,"value":103},{"type":13,"tag":13282,"props":14085,"children":14086},{},[14087],{"type":18,"value":13544},{"type":13,"tag":13282,"props":14089,"children":14090},{"mathvariant":13288},[14091],{"type":18,"value":13291},{"type":13,"tag":13282,"props":14093,"children":14094},{},[14095],{"type":18,"value":13346},{"type":13,"tag":13348,"props":14097,"children":14098},{"encoding":13350},[14099],{"type":18,"value":13601},{"type":13,"tag":68,"props":14101,"children":14103},{"className":14102,"ariaHidden":13277},[13357],[14104,14180,14216],{"type":13,"tag":68,"props":14105,"children":14107},{"className":14106},[13362],[14108,14112,14167,14171,14176],{"type":13,"tag":68,"props":14109,"children":14111},{"className":14110,"style":13368},[13367],[],{"type":13,"tag":68,"props":14113,"children":14115},{"className":14114},[13373],[14116,14125,14130,14135,14140,14144,14149,14153,14158],{"type":13,"tag":68,"props":14117,"children":14119},{"className":14118,"style":13380},[13378,13379],[14120],{"type":13,"tag":68,"props":14121,"children":14123},{"className":14122},[13385,13386],[14124],{"type":18,"value":13280},{"type":13,"tag":68,"props":14126,"children":14128},{"className":14127,"style":13630},[13392,13393],[14129],{"type":18,"value":13544},{"type":13,"tag":68,"props":14131,"children":14133},{"className":14132,"style":13399},[13392],[14134],{"type":18,"value":13291},{"type":13,"tag":68,"props":14136,"children":14138},{"className":14137},[13392,13393],[14139],{"type":18,"value":13296},{"type":13,"tag":68,"props":14141,"children":14143},{"className":14142,"style":13411},[13410],[],{"type":13,"tag":68,"props":14145,"children":14147},{"className":14146},[13416],[14148],{"type":18,"value":13301},{"type":13,"tag":68,"props":14150,"children":14152},{"className":14151,"style":13411},[13410],[],{"type":13,"tag":68,"props":14154,"children":14156},{"className":14155},[13392],[14157],{"type":18,"value":13307},{"type":13,"tag":68,"props":14159,"children":14161},{"className":14160,"style":13380},[13431,13379],[14162],{"type":13,"tag":68,"props":14163,"children":14165},{"className":14164},[13385,13386],[14166],{"type":18,"value":13312},{"type":13,"tag":68,"props":14168,"children":14170},{"className":14169,"style":13441},[13410],[],{"type":13,"tag":68,"props":14172,"children":14174},{"className":14173},[13446],[14175],{"type":18,"value":103},{"type":13,"tag":68,"props":14177,"children":14179},{"className":14178,"style":13441},[13410],[],{"type":13,"tag":68,"props":14181,"children":14183},{"className":14182},[13362],[14184,14188,14193,14198,14203,14207,14212],{"type":13,"tag":68,"props":14185,"children":14187},{"className":14186,"style":13460},[13367],[],{"type":13,"tag":68,"props":14189,"children":14191},{"className":14190,"style":13630},[13392,13393],[14192],{"type":18,"value":13544},{"type":13,"tag":68,"props":14194,"children":14196},{"className":14195,"style":13399},[13392],[14197],{"type":18,"value":13291},{"type":13,"tag":68,"props":14199,"children":14201},{"className":14200,"style":13475},[13392,13393],[14202],{"type":18,"value":13329},{"type":13,"tag":68,"props":14204,"children":14206},{"className":14205,"style":13441},[13410],[],{"type":13,"tag":68,"props":14208,"children":14210},{"className":14209},[13446],[14211],{"type":18,"value":103},{"type":13,"tag":68,"props":14213,"children":14215},{"className":14214,"style":13441},[13410],[],{"type":13,"tag":68,"props":14217,"children":14219},{"className":14218},[13362],[14220,14224,14229,14234],{"type":13,"tag":68,"props":14221,"children":14223},{"className":14222,"style":13460},[13367],[],{"type":13,"tag":68,"props":14225,"children":14227},{"className":14226,"style":13630},[13392,13393],[14228],{"type":18,"value":13544},{"type":13,"tag":68,"props":14230,"children":14232},{"className":14231,"style":13399},[13392],[14233],{"type":18,"value":13291},{"type":13,"tag":68,"props":14235,"children":14237},{"className":14236,"style":13512},[13392,13393],[14238],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":14241,"children":14242},{"href":13746},[14243],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":14246,"children":14248},{"className":14247},[],[14249],{"type":18,"value":13757},{"type":18,"value":14251}," for the G plane, and\n",{"type":13,"tag":64,"props":14253,"children":14255},{"className":14254},[],[14256],{"type":18,"value":13765},{"type":18,"value":14258}," for the BR plane.\nThis format only supports images with a width and height that is a\nmultiple of two.",{"type":13,"tag":10913,"props":14260,"children":14261},{},[14262,14268,14269,14273,14275,14499,14500,14504,14505,14510,14511,14516,14517,14522],{"type":13,"tag":64,"props":14263,"children":14265},{"className":14264},[],[14266],{"type":18,"value":14267},"VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM",{"type":18,"value":13240},{"type":13,"tag":13183,"props":14270,"children":14271},{},[14272],{"type":18,"value":13245},{"type":18,"value":14274}," that has an 8-bit G component in plane\n0, an 8-bit B component in plane 1, and an 8-bit R component in plane 2.\nThe horizontal dimension of the R and B plane is halved relative to the\nimage dimensions, and each R and B value is shared with the G components\nfor which ",{"type":13,"tag":68,"props":14276,"children":14278},{"className":14277},[13251],[14279,14360],{"type":13,"tag":68,"props":14280,"children":14282},{"className":14281},[13256],[14283],{"type":13,"tag":13259,"props":14284,"children":14285},{"xmlns":13261},[14286],{"type":13,"tag":13264,"props":14287,"children":14288},{},[14289,14355],{"type":13,"tag":13268,"props":14290,"children":14291},{},[14292,14323,14327,14331,14335,14339,14343,14347,14351],{"type":13,"tag":13268,"props":14293,"children":14294},{},[14295,14299,14303,14307,14311,14315,14319],{"type":13,"tag":13275,"props":14296,"children":14297},{"fence":13277},[14298],{"type":18,"value":13280},{"type":13,"tag":13282,"props":14300,"children":14301},{},[14302],{"type":18,"value":13187},{"type":13,"tag":13282,"props":14304,"children":14305},{"mathvariant":13288},[14306],{"type":18,"value":13291},{"type":13,"tag":13282,"props":14308,"children":14309},{},[14310],{"type":18,"value":13296},{"type":13,"tag":13275,"props":14312,"children":14313},{},[14314],{"type":18,"value":13301},{"type":13,"tag":13303,"props":14316,"children":14317},{},[14318],{"type":18,"value":13307},{"type":13,"tag":13275,"props":14320,"children":14321},{"fence":13277},[14322],{"type":18,"value":13312},{"type":13,"tag":13275,"props":14324,"children":14325},{},[14326],{"type":18,"value":103},{"type":13,"tag":13282,"props":14328,"children":14329},{},[14330],{"type":18,"value":13187},{"type":13,"tag":13282,"props":14332,"children":14333},{"mathvariant":13288},[14334],{"type":18,"value":13291},{"type":13,"tag":13282,"props":14336,"children":14337},{},[14338],{"type":18,"value":13329},{"type":13,"tag":13275,"props":14340,"children":14341},{},[14342],{"type":18,"value":103},{"type":13,"tag":13282,"props":14344,"children":14345},{},[14346],{"type":18,"value":13187},{"type":13,"tag":13282,"props":14348,"children":14349},{"mathvariant":13288},[14350],{"type":18,"value":13291},{"type":13,"tag":13282,"props":14352,"children":14353},{},[14354],{"type":18,"value":13346},{"type":13,"tag":13348,"props":14356,"children":14357},{"encoding":13350},[14358],{"type":18,"value":14359},"\\left\\lfloor i\\_G \\times 0.5 \\right\\rfloor = i\\_B =\ni\\_R",{"type":13,"tag":68,"props":14361,"children":14363},{"className":14362,"ariaHidden":13277},[13357],[14364,14440,14476],{"type":13,"tag":68,"props":14365,"children":14367},{"className":14366},[13362],[14368,14372,14427,14431,14436],{"type":13,"tag":68,"props":14369,"children":14371},{"className":14370,"style":13368},[13367],[],{"type":13,"tag":68,"props":14373,"children":14375},{"className":14374},[13373],[14376,14385,14390,14395,14400,14404,14409,14413,14418],{"type":13,"tag":68,"props":14377,"children":14379},{"className":14378,"style":13380},[13378,13379],[14380],{"type":13,"tag":68,"props":14381,"children":14383},{"className":14382},[13385,13386],[14384],{"type":18,"value":13280},{"type":13,"tag":68,"props":14386,"children":14388},{"className":14387},[13392,13393],[14389],{"type":18,"value":13187},{"type":13,"tag":68,"props":14391,"children":14393},{"className":14392,"style":13399},[13392],[14394],{"type":18,"value":13291},{"type":13,"tag":68,"props":14396,"children":14398},{"className":14397},[13392,13393],[14399],{"type":18,"value":13296},{"type":13,"tag":68,"props":14401,"children":14403},{"className":14402,"style":13411},[13410],[],{"type":13,"tag":68,"props":14405,"children":14407},{"className":14406},[13416],[14408],{"type":18,"value":13301},{"type":13,"tag":68,"props":14410,"children":14412},{"className":14411,"style":13411},[13410],[],{"type":13,"tag":68,"props":14414,"children":14416},{"className":14415},[13392],[14417],{"type":18,"value":13307},{"type":13,"tag":68,"props":14419,"children":14421},{"className":14420,"style":13380},[13431,13379],[14422],{"type":13,"tag":68,"props":14423,"children":14425},{"className":14424},[13385,13386],[14426],{"type":18,"value":13312},{"type":13,"tag":68,"props":14428,"children":14430},{"className":14429,"style":13441},[13410],[],{"type":13,"tag":68,"props":14432,"children":14434},{"className":14433},[13446],[14435],{"type":18,"value":103},{"type":13,"tag":68,"props":14437,"children":14439},{"className":14438,"style":13441},[13410],[],{"type":13,"tag":68,"props":14441,"children":14443},{"className":14442},[13362],[14444,14448,14453,14458,14463,14467,14472],{"type":13,"tag":68,"props":14445,"children":14447},{"className":14446,"style":13460},[13367],[],{"type":13,"tag":68,"props":14449,"children":14451},{"className":14450},[13392,13393],[14452],{"type":18,"value":13187},{"type":13,"tag":68,"props":14454,"children":14456},{"className":14455,"style":13399},[13392],[14457],{"type":18,"value":13291},{"type":13,"tag":68,"props":14459,"children":14461},{"className":14460,"style":13475},[13392,13393],[14462],{"type":18,"value":13329},{"type":13,"tag":68,"props":14464,"children":14466},{"className":14465,"style":13441},[13410],[],{"type":13,"tag":68,"props":14468,"children":14470},{"className":14469},[13446],[14471],{"type":18,"value":103},{"type":13,"tag":68,"props":14473,"children":14475},{"className":14474,"style":13441},[13410],[],{"type":13,"tag":68,"props":14477,"children":14479},{"className":14478},[13362],[14480,14484,14489,14494],{"type":13,"tag":68,"props":14481,"children":14483},{"className":14482,"style":13460},[13367],[],{"type":13,"tag":68,"props":14485,"children":14487},{"className":14486},[13392,13393],[14488],{"type":18,"value":13187},{"type":13,"tag":68,"props":14490,"children":14492},{"className":14491,"style":13399},[13392],[14493],{"type":18,"value":13291},{"type":13,"tag":68,"props":14495,"children":14497},{"className":14496,"style":13512},[13392,13393],[14498],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":14501,"children":14502},{"href":13746},[14503],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":14506,"children":14508},{"className":14507},[],[14509],{"type":18,"value":13757},{"type":18,"value":13759},{"type":13,"tag":64,"props":14512,"children":14514},{"className":14513},[],[14515],{"type":18,"value":13765},{"type":18,"value":13767},{"type":13,"tag":64,"props":14518,"children":14520},{"className":14519},[],[14521],{"type":18,"value":13773},{"type":18,"value":14523}," for the R plane.\nThis format only supports images with a width that is a multiple of two.",{"type":13,"tag":10913,"props":14525,"children":14526},{},[14527,14533,14534,14538,14540,14764,14765,14769,14770,14775,14776,14781],{"type":13,"tag":64,"props":14528,"children":14530},{"className":14529},[],[14531],{"type":18,"value":14532},"VK_FORMAT_G8_B8R8_2PLANE_422_UNORM",{"type":18,"value":13240},{"type":13,"tag":13183,"props":14535,"children":14536},{},[14537],{"type":18,"value":13245},{"type":18,"value":14539}," that has an 8-bit G component in plane\n0, and a two-component, 16-bit BR plane 1 consisting of an 8-bit B\ncomponent in byte 0 and an 8-bit R component in byte 1.\nThe horizontal dimension of the BR plane is halved relative to the image\ndimensions, and each R and B value is shared with the G components for\nwhich ",{"type":13,"tag":68,"props":14541,"children":14543},{"className":14542},[13251],[14544,14625],{"type":13,"tag":68,"props":14545,"children":14547},{"className":14546},[13256],[14548],{"type":13,"tag":13259,"props":14549,"children":14550},{"xmlns":13261},[14551],{"type":13,"tag":13264,"props":14552,"children":14553},{},[14554,14620],{"type":13,"tag":13268,"props":14555,"children":14556},{},[14557,14588,14592,14596,14600,14604,14608,14612,14616],{"type":13,"tag":13268,"props":14558,"children":14559},{},[14560,14564,14568,14572,14576,14580,14584],{"type":13,"tag":13275,"props":14561,"children":14562},{"fence":13277},[14563],{"type":18,"value":13280},{"type":13,"tag":13282,"props":14565,"children":14566},{},[14567],{"type":18,"value":13187},{"type":13,"tag":13282,"props":14569,"children":14570},{"mathvariant":13288},[14571],{"type":18,"value":13291},{"type":13,"tag":13282,"props":14573,"children":14574},{},[14575],{"type":18,"value":13296},{"type":13,"tag":13275,"props":14577,"children":14578},{},[14579],{"type":18,"value":13301},{"type":13,"tag":13303,"props":14581,"children":14582},{},[14583],{"type":18,"value":13307},{"type":13,"tag":13275,"props":14585,"children":14586},{"fence":13277},[14587],{"type":18,"value":13312},{"type":13,"tag":13275,"props":14589,"children":14590},{},[14591],{"type":18,"value":103},{"type":13,"tag":13282,"props":14593,"children":14594},{},[14595],{"type":18,"value":13187},{"type":13,"tag":13282,"props":14597,"children":14598},{"mathvariant":13288},[14599],{"type":18,"value":13291},{"type":13,"tag":13282,"props":14601,"children":14602},{},[14603],{"type":18,"value":13329},{"type":13,"tag":13275,"props":14605,"children":14606},{},[14607],{"type":18,"value":103},{"type":13,"tag":13282,"props":14609,"children":14610},{},[14611],{"type":18,"value":13187},{"type":13,"tag":13282,"props":14613,"children":14614},{"mathvariant":13288},[14615],{"type":18,"value":13291},{"type":13,"tag":13282,"props":14617,"children":14618},{},[14619],{"type":18,"value":13346},{"type":13,"tag":13348,"props":14621,"children":14622},{"encoding":13350},[14623],{"type":18,"value":14624},"\\left\\lfloor i\\_G \\times 0.5 \\right\\rfloor = i\\_B = i\\_R",{"type":13,"tag":68,"props":14626,"children":14628},{"className":14627,"ariaHidden":13277},[13357],[14629,14705,14741],{"type":13,"tag":68,"props":14630,"children":14632},{"className":14631},[13362],[14633,14637,14692,14696,14701],{"type":13,"tag":68,"props":14634,"children":14636},{"className":14635,"style":13368},[13367],[],{"type":13,"tag":68,"props":14638,"children":14640},{"className":14639},[13373],[14641,14650,14655,14660,14665,14669,14674,14678,14683],{"type":13,"tag":68,"props":14642,"children":14644},{"className":14643,"style":13380},[13378,13379],[14645],{"type":13,"tag":68,"props":14646,"children":14648},{"className":14647},[13385,13386],[14649],{"type":18,"value":13280},{"type":13,"tag":68,"props":14651,"children":14653},{"className":14652},[13392,13393],[14654],{"type":18,"value":13187},{"type":13,"tag":68,"props":14656,"children":14658},{"className":14657,"style":13399},[13392],[14659],{"type":18,"value":13291},{"type":13,"tag":68,"props":14661,"children":14663},{"className":14662},[13392,13393],[14664],{"type":18,"value":13296},{"type":13,"tag":68,"props":14666,"children":14668},{"className":14667,"style":13411},[13410],[],{"type":13,"tag":68,"props":14670,"children":14672},{"className":14671},[13416],[14673],{"type":18,"value":13301},{"type":13,"tag":68,"props":14675,"children":14677},{"className":14676,"style":13411},[13410],[],{"type":13,"tag":68,"props":14679,"children":14681},{"className":14680},[13392],[14682],{"type":18,"value":13307},{"type":13,"tag":68,"props":14684,"children":14686},{"className":14685,"style":13380},[13431,13379],[14687],{"type":13,"tag":68,"props":14688,"children":14690},{"className":14689},[13385,13386],[14691],{"type":18,"value":13312},{"type":13,"tag":68,"props":14693,"children":14695},{"className":14694,"style":13441},[13410],[],{"type":13,"tag":68,"props":14697,"children":14699},{"className":14698},[13446],[14700],{"type":18,"value":103},{"type":13,"tag":68,"props":14702,"children":14704},{"className":14703,"style":13441},[13410],[],{"type":13,"tag":68,"props":14706,"children":14708},{"className":14707},[13362],[14709,14713,14718,14723,14728,14732,14737],{"type":13,"tag":68,"props":14710,"children":14712},{"className":14711,"style":13460},[13367],[],{"type":13,"tag":68,"props":14714,"children":14716},{"className":14715},[13392,13393],[14717],{"type":18,"value":13187},{"type":13,"tag":68,"props":14719,"children":14721},{"className":14720,"style":13399},[13392],[14722],{"type":18,"value":13291},{"type":13,"tag":68,"props":14724,"children":14726},{"className":14725,"style":13475},[13392,13393],[14727],{"type":18,"value":13329},{"type":13,"tag":68,"props":14729,"children":14731},{"className":14730,"style":13441},[13410],[],{"type":13,"tag":68,"props":14733,"children":14735},{"className":14734},[13446],[14736],{"type":18,"value":103},{"type":13,"tag":68,"props":14738,"children":14740},{"className":14739,"style":13441},[13410],[],{"type":13,"tag":68,"props":14742,"children":14744},{"className":14743},[13362],[14745,14749,14754,14759],{"type":13,"tag":68,"props":14746,"children":14748},{"className":14747,"style":13460},[13367],[],{"type":13,"tag":68,"props":14750,"children":14752},{"className":14751},[13392,13393],[14753],{"type":18,"value":13187},{"type":13,"tag":68,"props":14755,"children":14757},{"className":14756,"style":13399},[13392],[14758],{"type":18,"value":13291},{"type":13,"tag":68,"props":14760,"children":14762},{"className":14761,"style":13512},[13392,13393],[14763],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":14766,"children":14767},{"href":13746},[14768],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":14771,"children":14773},{"className":14772},[],[14774],{"type":18,"value":13757},{"type":18,"value":14251},{"type":13,"tag":64,"props":14777,"children":14779},{"className":14778},[],[14780],{"type":18,"value":13765},{"type":18,"value":14782}," for the BR plane.\nThis format only supports images with a width that is a multiple of two.",{"type":13,"tag":10913,"props":14784,"children":14785},{},[14786,14792,14793,14797,14799,14803,14804,14809,14810,14815,14816,14821],{"type":13,"tag":64,"props":14787,"children":14789},{"className":14788},[],[14790],{"type":18,"value":14791},"VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM",{"type":18,"value":13240},{"type":13,"tag":13183,"props":14794,"children":14795},{},[14796],{"type":18,"value":13245},{"type":18,"value":14798}," that has an 8-bit G component in plane\n0, an 8-bit B component in plane 1, and an 8-bit R component in plane 2.\nEach plane has the same dimensions and each R, G and B component\ncontributes to a single texel.\nThe location of each plane when this image is in linear layout can be\ndetermined via ",{"type":13,"tag":34,"props":14800,"children":14801},{"href":13746},[14802],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":14805,"children":14807},{"className":14806},[],[14808],{"type":18,"value":13757},{"type":18,"value":13759},{"type":13,"tag":64,"props":14811,"children":14813},{"className":14812},[],[14814],{"type":18,"value":13765},{"type":18,"value":13767},{"type":13,"tag":64,"props":14817,"children":14819},{"className":14818},[],[14820],{"type":18,"value":13773},{"type":18,"value":14822}," for the R plane.",{"type":13,"tag":10913,"props":14824,"children":14825},{},[14826,14832],{"type":13,"tag":64,"props":14827,"children":14829},{"className":14828},[],[14830],{"type":18,"value":14831},"VK_FORMAT_R10X6_UNORM_PACK16",{"type":18,"value":14833}," specifies a one-component, 16-bit\nunsigned normalized format that has a single 10-bit R component in the\ntop 10 bits of a 16-bit word, with the bottom 6 bits unused.",{"type":13,"tag":10913,"props":14835,"children":14836},{},[14837,14843],{"type":13,"tag":64,"props":14838,"children":14840},{"className":14839},[],[14841],{"type":18,"value":14842},"VK_FORMAT_R10X6G10X6_UNORM_2PACK16",{"type":18,"value":14844}," specifies a two-component,\n32-bit unsigned normalized format that has a 10-bit R component in the\ntop 10 bits of the word in bytes 0..1, and a 10-bit G component in the\ntop 10 bits of the word in bytes 2..3, with the bottom 6 bits of each\nword unused.",{"type":13,"tag":10913,"props":14846,"children":14847},{},[14848,14854],{"type":13,"tag":64,"props":14849,"children":14851},{"className":14850},[],[14852],{"type":18,"value":14853},"VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16",{"type":18,"value":14855}," specifies a\nfour-component, 64-bit unsigned normalized format that has a 10-bit R\ncomponent in the top 10 bits of the word in bytes 0..1, a 10-bit G\ncomponent in the top 10 bits of the word in bytes 2..3, a 10-bit B\ncomponent in the top 10 bits of the word in bytes 4..5, and a 10-bit A\ncomponent in the top 10 bits of the word in bytes 6..7, with the bottom\n6 bits of each word unused.",{"type":13,"tag":10913,"props":14857,"children":14858},{},[14859,14865,14867,14871,14873,14877,14879,14883],{"type":13,"tag":64,"props":14860,"children":14862},{"className":14861},[],[14863],{"type":18,"value":14864},"VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16",{"type":18,"value":14866}," specifies a\nfour-component, 64-bit format containing a pair of G components, an R\ncomponent, and a B component, collectively encoding a 2×1\nrectangle of unsigned normalized RGB texel data.\nOne G value is present at each ",{"type":13,"tag":13183,"props":14868,"children":14869},{},[14870],{"type":18,"value":13187},{"type":18,"value":14872}," coordinate, with the B and R values\nshared across both G values and thus recorded at half the horizontal\nresolution of the image.\nThis format has a 10-bit G component for the even ",{"type":13,"tag":13183,"props":14874,"children":14875},{},[14876],{"type":18,"value":13187},{"type":18,"value":14878}," coordinate in the\ntop 10 bits of the word in bytes 0..1, a 10-bit B component in the top\n10 bits of the word in bytes 2..3, a 10-bit G component for the odd ",{"type":13,"tag":13183,"props":14880,"children":14881},{},[14882],{"type":18,"value":13187},{"type":18,"value":14884},"\ncoordinate in the top 10 bits of the word in bytes 4..5, and a 10-bit R\ncomponent in the top 10 bits of the word in bytes 6..7, with the bottom\n6 bits of each word unused.\nThis format only supports images with a width that is a multiple of two.\nFor the purposes of the constraints on copy extents, this format is\ntreated as a compressed format with a 2×1 compressed texel block.",{"type":13,"tag":10913,"props":14886,"children":14887},{},[14888,14894,14895,14899,14901,14905,14907,14911],{"type":13,"tag":64,"props":14889,"children":14891},{"className":14890},[],[14892],{"type":18,"value":14893},"VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16",{"type":18,"value":14866},{"type":13,"tag":13183,"props":14896,"children":14897},{},[14898],{"type":18,"value":13187},{"type":18,"value":14900}," coordinate, with the B and R values\nshared across both G values and thus recorded at half the horizontal\nresolution of the image.\nThis format has a 10-bit B component in the top 10 bits of the word in\nbytes 0..1, a 10-bit G component for the even ",{"type":13,"tag":13183,"props":14902,"children":14903},{},[14904],{"type":18,"value":13187},{"type":18,"value":14906}," coordinate in the top\n10 bits of the word in bytes 2..3, a 10-bit R component in the top 10\nbits of the word in bytes 4..5, and a 10-bit G component for the odd ",{"type":13,"tag":13183,"props":14908,"children":14909},{},[14910],{"type":18,"value":13187},{"type":18,"value":14912},"\ncoordinate in the top 10 bits of the word in bytes 6..7, with the bottom\n6 bits of each word unused.\nThis format only supports images with a width that is a multiple of two.\nFor the purposes of the constraints on copy extents, this format is\ntreated as a compressed format with a 2×1 compressed texel block.",{"type":13,"tag":10913,"props":14914,"children":14915},{},[14916,14922,14924,14928,14930,15153,15154,15377,15378,15382,15383,15388,15389,15394,15395,15400],{"type":13,"tag":64,"props":14917,"children":14919},{"className":14918},[],[14920],{"type":18,"value":14921},"VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16",{"type":18,"value":14923}," specifies an\nunsigned normalized ",{"type":13,"tag":13183,"props":14925,"children":14926},{},[14927],{"type":18,"value":13245},{"type":18,"value":14929}," that has a 10-bit G component\nin the top 10 bits of each 16-bit word of plane 0, a 10-bit B component\nin the top 10 bits of each 16-bit word of plane 1, and a 10-bit R\ncomponent in the top 10 bits of each 16-bit word of plane 2, with the\nbottom 6 bits of each word unused.\nThe horizontal and vertical dimensions of the R and B planes are halved\nrelative to the image dimensions, and each R and B component is shared\nwith the G components for which ",{"type":13,"tag":68,"props":14931,"children":14933},{"className":14932},[13251],[14934,15014],{"type":13,"tag":68,"props":14935,"children":14937},{"className":14936},[13256],[14938],{"type":13,"tag":13259,"props":14939,"children":14940},{"xmlns":13261},[14941],{"type":13,"tag":13264,"props":14942,"children":14943},{},[14944,15010],{"type":13,"tag":13268,"props":14945,"children":14946},{},[14947,14978,14982,14986,14990,14994,14998,15002,15006],{"type":13,"tag":13268,"props":14948,"children":14949},{},[14950,14954,14958,14962,14966,14970,14974],{"type":13,"tag":13275,"props":14951,"children":14952},{"fence":13277},[14953],{"type":18,"value":13280},{"type":13,"tag":13282,"props":14955,"children":14956},{},[14957],{"type":18,"value":13187},{"type":13,"tag":13282,"props":14959,"children":14960},{"mathvariant":13288},[14961],{"type":18,"value":13291},{"type":13,"tag":13282,"props":14963,"children":14964},{},[14965],{"type":18,"value":13296},{"type":13,"tag":13275,"props":14967,"children":14968},{},[14969],{"type":18,"value":13301},{"type":13,"tag":13303,"props":14971,"children":14972},{},[14973],{"type":18,"value":13307},{"type":13,"tag":13275,"props":14975,"children":14976},{"fence":13277},[14977],{"type":18,"value":13312},{"type":13,"tag":13275,"props":14979,"children":14980},{},[14981],{"type":18,"value":103},{"type":13,"tag":13282,"props":14983,"children":14984},{},[14985],{"type":18,"value":13187},{"type":13,"tag":13282,"props":14987,"children":14988},{"mathvariant":13288},[14989],{"type":18,"value":13291},{"type":13,"tag":13282,"props":14991,"children":14992},{},[14993],{"type":18,"value":13329},{"type":13,"tag":13275,"props":14995,"children":14996},{},[14997],{"type":18,"value":103},{"type":13,"tag":13282,"props":14999,"children":15000},{},[15001],{"type":18,"value":13187},{"type":13,"tag":13282,"props":15003,"children":15004},{"mathvariant":13288},[15005],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15007,"children":15008},{},[15009],{"type":18,"value":13346},{"type":13,"tag":13348,"props":15011,"children":15012},{"encoding":13350},[15013],{"type":18,"value":13353},{"type":13,"tag":68,"props":15015,"children":15017},{"className":15016,"ariaHidden":13277},[13357],[15018,15094,15130],{"type":13,"tag":68,"props":15019,"children":15021},{"className":15020},[13362],[15022,15026,15081,15085,15090],{"type":13,"tag":68,"props":15023,"children":15025},{"className":15024,"style":13368},[13367],[],{"type":13,"tag":68,"props":15027,"children":15029},{"className":15028},[13373],[15030,15039,15044,15049,15054,15058,15063,15067,15072],{"type":13,"tag":68,"props":15031,"children":15033},{"className":15032,"style":13380},[13378,13379],[15034],{"type":13,"tag":68,"props":15035,"children":15037},{"className":15036},[13385,13386],[15038],{"type":18,"value":13280},{"type":13,"tag":68,"props":15040,"children":15042},{"className":15041},[13392,13393],[15043],{"type":18,"value":13187},{"type":13,"tag":68,"props":15045,"children":15047},{"className":15046,"style":13399},[13392],[15048],{"type":18,"value":13291},{"type":13,"tag":68,"props":15050,"children":15052},{"className":15051},[13392,13393],[15053],{"type":18,"value":13296},{"type":13,"tag":68,"props":15055,"children":15057},{"className":15056,"style":13411},[13410],[],{"type":13,"tag":68,"props":15059,"children":15061},{"className":15060},[13416],[15062],{"type":18,"value":13301},{"type":13,"tag":68,"props":15064,"children":15066},{"className":15065,"style":13411},[13410],[],{"type":13,"tag":68,"props":15068,"children":15070},{"className":15069},[13392],[15071],{"type":18,"value":13307},{"type":13,"tag":68,"props":15073,"children":15075},{"className":15074,"style":13380},[13431,13379],[15076],{"type":13,"tag":68,"props":15077,"children":15079},{"className":15078},[13385,13386],[15080],{"type":18,"value":13312},{"type":13,"tag":68,"props":15082,"children":15084},{"className":15083,"style":13441},[13410],[],{"type":13,"tag":68,"props":15086,"children":15088},{"className":15087},[13446],[15089],{"type":18,"value":103},{"type":13,"tag":68,"props":15091,"children":15093},{"className":15092,"style":13441},[13410],[],{"type":13,"tag":68,"props":15095,"children":15097},{"className":15096},[13362],[15098,15102,15107,15112,15117,15121,15126],{"type":13,"tag":68,"props":15099,"children":15101},{"className":15100,"style":13460},[13367],[],{"type":13,"tag":68,"props":15103,"children":15105},{"className":15104},[13392,13393],[15106],{"type":18,"value":13187},{"type":13,"tag":68,"props":15108,"children":15110},{"className":15109,"style":13399},[13392],[15111],{"type":18,"value":13291},{"type":13,"tag":68,"props":15113,"children":15115},{"className":15114,"style":13475},[13392,13393],[15116],{"type":18,"value":13329},{"type":13,"tag":68,"props":15118,"children":15120},{"className":15119,"style":13441},[13410],[],{"type":13,"tag":68,"props":15122,"children":15124},{"className":15123},[13446],[15125],{"type":18,"value":103},{"type":13,"tag":68,"props":15127,"children":15129},{"className":15128,"style":13441},[13410],[],{"type":13,"tag":68,"props":15131,"children":15133},{"className":15132},[13362],[15134,15138,15143,15148],{"type":13,"tag":68,"props":15135,"children":15137},{"className":15136,"style":13460},[13367],[],{"type":13,"tag":68,"props":15139,"children":15141},{"className":15140},[13392,13393],[15142],{"type":18,"value":13187},{"type":13,"tag":68,"props":15144,"children":15146},{"className":15145,"style":13399},[13392],[15147],{"type":18,"value":13291},{"type":13,"tag":68,"props":15149,"children":15151},{"className":15150,"style":13512},[13392,13393],[15152],{"type":18,"value":13346},{"type":18,"value":12317},{"type":13,"tag":68,"props":15155,"children":15157},{"className":15156},[13251],[15158,15238],{"type":13,"tag":68,"props":15159,"children":15161},{"className":15160},[13256],[15162],{"type":13,"tag":13259,"props":15163,"children":15164},{"xmlns":13261},[15165],{"type":13,"tag":13264,"props":15166,"children":15167},{},[15168,15234],{"type":13,"tag":13268,"props":15169,"children":15170},{},[15171,15202,15206,15210,15214,15218,15222,15226,15230],{"type":13,"tag":13268,"props":15172,"children":15173},{},[15174,15178,15182,15186,15190,15194,15198],{"type":13,"tag":13275,"props":15175,"children":15176},{"fence":13277},[15177],{"type":18,"value":13280},{"type":13,"tag":13282,"props":15179,"children":15180},{},[15181],{"type":18,"value":13544},{"type":13,"tag":13282,"props":15183,"children":15184},{"mathvariant":13288},[15185],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15187,"children":15188},{},[15189],{"type":18,"value":13296},{"type":13,"tag":13275,"props":15191,"children":15192},{},[15193],{"type":18,"value":13301},{"type":13,"tag":13303,"props":15195,"children":15196},{},[15197],{"type":18,"value":13307},{"type":13,"tag":13275,"props":15199,"children":15200},{"fence":13277},[15201],{"type":18,"value":13312},{"type":13,"tag":13275,"props":15203,"children":15204},{},[15205],{"type":18,"value":103},{"type":13,"tag":13282,"props":15207,"children":15208},{},[15209],{"type":18,"value":13544},{"type":13,"tag":13282,"props":15211,"children":15212},{"mathvariant":13288},[15213],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15215,"children":15216},{},[15217],{"type":18,"value":13329},{"type":13,"tag":13275,"props":15219,"children":15220},{},[15221],{"type":18,"value":103},{"type":13,"tag":13282,"props":15223,"children":15224},{},[15225],{"type":18,"value":13544},{"type":13,"tag":13282,"props":15227,"children":15228},{"mathvariant":13288},[15229],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15231,"children":15232},{},[15233],{"type":18,"value":13346},{"type":13,"tag":13348,"props":15235,"children":15236},{"encoding":13350},[15237],{"type":18,"value":13601},{"type":13,"tag":68,"props":15239,"children":15241},{"className":15240,"ariaHidden":13277},[13357],[15242,15318,15354],{"type":13,"tag":68,"props":15243,"children":15245},{"className":15244},[13362],[15246,15250,15305,15309,15314],{"type":13,"tag":68,"props":15247,"children":15249},{"className":15248,"style":13368},[13367],[],{"type":13,"tag":68,"props":15251,"children":15253},{"className":15252},[13373],[15254,15263,15268,15273,15278,15282,15287,15291,15296],{"type":13,"tag":68,"props":15255,"children":15257},{"className":15256,"style":13380},[13378,13379],[15258],{"type":13,"tag":68,"props":15259,"children":15261},{"className":15260},[13385,13386],[15262],{"type":18,"value":13280},{"type":13,"tag":68,"props":15264,"children":15266},{"className":15265,"style":13630},[13392,13393],[15267],{"type":18,"value":13544},{"type":13,"tag":68,"props":15269,"children":15271},{"className":15270,"style":13399},[13392],[15272],{"type":18,"value":13291},{"type":13,"tag":68,"props":15274,"children":15276},{"className":15275},[13392,13393],[15277],{"type":18,"value":13296},{"type":13,"tag":68,"props":15279,"children":15281},{"className":15280,"style":13411},[13410],[],{"type":13,"tag":68,"props":15283,"children":15285},{"className":15284},[13416],[15286],{"type":18,"value":13301},{"type":13,"tag":68,"props":15288,"children":15290},{"className":15289,"style":13411},[13410],[],{"type":13,"tag":68,"props":15292,"children":15294},{"className":15293},[13392],[15295],{"type":18,"value":13307},{"type":13,"tag":68,"props":15297,"children":15299},{"className":15298,"style":13380},[13431,13379],[15300],{"type":13,"tag":68,"props":15301,"children":15303},{"className":15302},[13385,13386],[15304],{"type":18,"value":13312},{"type":13,"tag":68,"props":15306,"children":15308},{"className":15307,"style":13441},[13410],[],{"type":13,"tag":68,"props":15310,"children":15312},{"className":15311},[13446],[15313],{"type":18,"value":103},{"type":13,"tag":68,"props":15315,"children":15317},{"className":15316,"style":13441},[13410],[],{"type":13,"tag":68,"props":15319,"children":15321},{"className":15320},[13362],[15322,15326,15331,15336,15341,15345,15350],{"type":13,"tag":68,"props":15323,"children":15325},{"className":15324,"style":13460},[13367],[],{"type":13,"tag":68,"props":15327,"children":15329},{"className":15328,"style":13630},[13392,13393],[15330],{"type":18,"value":13544},{"type":13,"tag":68,"props":15332,"children":15334},{"className":15333,"style":13399},[13392],[15335],{"type":18,"value":13291},{"type":13,"tag":68,"props":15337,"children":15339},{"className":15338,"style":13475},[13392,13393],[15340],{"type":18,"value":13329},{"type":13,"tag":68,"props":15342,"children":15344},{"className":15343,"style":13441},[13410],[],{"type":13,"tag":68,"props":15346,"children":15348},{"className":15347},[13446],[15349],{"type":18,"value":103},{"type":13,"tag":68,"props":15351,"children":15353},{"className":15352,"style":13441},[13410],[],{"type":13,"tag":68,"props":15355,"children":15357},{"className":15356},[13362],[15358,15362,15367,15372],{"type":13,"tag":68,"props":15359,"children":15361},{"className":15360,"style":13460},[13367],[],{"type":13,"tag":68,"props":15363,"children":15365},{"className":15364,"style":13630},[13392,13393],[15366],{"type":18,"value":13544},{"type":13,"tag":68,"props":15368,"children":15370},{"className":15369,"style":13399},[13392],[15371],{"type":18,"value":13291},{"type":13,"tag":68,"props":15373,"children":15375},{"className":15374,"style":13512},[13392,13393],[15376],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":15379,"children":15380},{"href":13746},[15381],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":15384,"children":15386},{"className":15385},[],[15387],{"type":18,"value":13757},{"type":18,"value":13759},{"type":13,"tag":64,"props":15390,"children":15392},{"className":15391},[],[15393],{"type":18,"value":13765},{"type":18,"value":13767},{"type":13,"tag":64,"props":15396,"children":15398},{"className":15397},[],[15399],{"type":18,"value":13773},{"type":18,"value":13775},{"type":13,"tag":10913,"props":15402,"children":15403},{},[15404,15410,15411,15415,15417,15640,15641,15864,15865,15869,15870,15875,15876,15881],{"type":13,"tag":64,"props":15405,"children":15407},{"className":15406},[],[15408],{"type":18,"value":15409},"VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16",{"type":18,"value":14923},{"type":13,"tag":13183,"props":15412,"children":15413},{},[15414],{"type":18,"value":13245},{"type":18,"value":15416}," that has a 10-bit G component\nin the top 10 bits of each 16-bit word of plane 0, and a two-component,\n32-bit BR plane 1 consisting of a 10-bit B component in the top 10 bits\nof the word in bytes 0..1, and a 10-bit R component in the top 10 bits\nof the word in bytes 2..3, with the bottom 6 bits of each word unused.\nThe horizontal and vertical dimensions of the BR plane are halved\nrelative to the image dimensions, and each R and B value is shared with\nthe G components for which ",{"type":13,"tag":68,"props":15418,"children":15420},{"className":15419},[13251],[15421,15501],{"type":13,"tag":68,"props":15422,"children":15424},{"className":15423},[13256],[15425],{"type":13,"tag":13259,"props":15426,"children":15427},{"xmlns":13261},[15428],{"type":13,"tag":13264,"props":15429,"children":15430},{},[15431,15497],{"type":13,"tag":13268,"props":15432,"children":15433},{},[15434,15465,15469,15473,15477,15481,15485,15489,15493],{"type":13,"tag":13268,"props":15435,"children":15436},{},[15437,15441,15445,15449,15453,15457,15461],{"type":13,"tag":13275,"props":15438,"children":15439},{"fence":13277},[15440],{"type":18,"value":13280},{"type":13,"tag":13282,"props":15442,"children":15443},{},[15444],{"type":18,"value":13187},{"type":13,"tag":13282,"props":15446,"children":15447},{"mathvariant":13288},[15448],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15450,"children":15451},{},[15452],{"type":18,"value":13296},{"type":13,"tag":13275,"props":15454,"children":15455},{},[15456],{"type":18,"value":13301},{"type":13,"tag":13303,"props":15458,"children":15459},{},[15460],{"type":18,"value":13307},{"type":13,"tag":13275,"props":15462,"children":15463},{"fence":13277},[15464],{"type":18,"value":13312},{"type":13,"tag":13275,"props":15466,"children":15467},{},[15468],{"type":18,"value":103},{"type":13,"tag":13282,"props":15470,"children":15471},{},[15472],{"type":18,"value":13187},{"type":13,"tag":13282,"props":15474,"children":15475},{"mathvariant":13288},[15476],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15478,"children":15479},{},[15480],{"type":18,"value":13329},{"type":13,"tag":13275,"props":15482,"children":15483},{},[15484],{"type":18,"value":103},{"type":13,"tag":13282,"props":15486,"children":15487},{},[15488],{"type":18,"value":13187},{"type":13,"tag":13282,"props":15490,"children":15491},{"mathvariant":13288},[15492],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15494,"children":15495},{},[15496],{"type":18,"value":13346},{"type":13,"tag":13348,"props":15498,"children":15499},{"encoding":13350},[15500],{"type":18,"value":13353},{"type":13,"tag":68,"props":15502,"children":15504},{"className":15503,"ariaHidden":13277},[13357],[15505,15581,15617],{"type":13,"tag":68,"props":15506,"children":15508},{"className":15507},[13362],[15509,15513,15568,15572,15577],{"type":13,"tag":68,"props":15510,"children":15512},{"className":15511,"style":13368},[13367],[],{"type":13,"tag":68,"props":15514,"children":15516},{"className":15515},[13373],[15517,15526,15531,15536,15541,15545,15550,15554,15559],{"type":13,"tag":68,"props":15518,"children":15520},{"className":15519,"style":13380},[13378,13379],[15521],{"type":13,"tag":68,"props":15522,"children":15524},{"className":15523},[13385,13386],[15525],{"type":18,"value":13280},{"type":13,"tag":68,"props":15527,"children":15529},{"className":15528},[13392,13393],[15530],{"type":18,"value":13187},{"type":13,"tag":68,"props":15532,"children":15534},{"className":15533,"style":13399},[13392],[15535],{"type":18,"value":13291},{"type":13,"tag":68,"props":15537,"children":15539},{"className":15538},[13392,13393],[15540],{"type":18,"value":13296},{"type":13,"tag":68,"props":15542,"children":15544},{"className":15543,"style":13411},[13410],[],{"type":13,"tag":68,"props":15546,"children":15548},{"className":15547},[13416],[15549],{"type":18,"value":13301},{"type":13,"tag":68,"props":15551,"children":15553},{"className":15552,"style":13411},[13410],[],{"type":13,"tag":68,"props":15555,"children":15557},{"className":15556},[13392],[15558],{"type":18,"value":13307},{"type":13,"tag":68,"props":15560,"children":15562},{"className":15561,"style":13380},[13431,13379],[15563],{"type":13,"tag":68,"props":15564,"children":15566},{"className":15565},[13385,13386],[15567],{"type":18,"value":13312},{"type":13,"tag":68,"props":15569,"children":15571},{"className":15570,"style":13441},[13410],[],{"type":13,"tag":68,"props":15573,"children":15575},{"className":15574},[13446],[15576],{"type":18,"value":103},{"type":13,"tag":68,"props":15578,"children":15580},{"className":15579,"style":13441},[13410],[],{"type":13,"tag":68,"props":15582,"children":15584},{"className":15583},[13362],[15585,15589,15594,15599,15604,15608,15613],{"type":13,"tag":68,"props":15586,"children":15588},{"className":15587,"style":13460},[13367],[],{"type":13,"tag":68,"props":15590,"children":15592},{"className":15591},[13392,13393],[15593],{"type":18,"value":13187},{"type":13,"tag":68,"props":15595,"children":15597},{"className":15596,"style":13399},[13392],[15598],{"type":18,"value":13291},{"type":13,"tag":68,"props":15600,"children":15602},{"className":15601,"style":13475},[13392,13393],[15603],{"type":18,"value":13329},{"type":13,"tag":68,"props":15605,"children":15607},{"className":15606,"style":13441},[13410],[],{"type":13,"tag":68,"props":15609,"children":15611},{"className":15610},[13446],[15612],{"type":18,"value":103},{"type":13,"tag":68,"props":15614,"children":15616},{"className":15615,"style":13441},[13410],[],{"type":13,"tag":68,"props":15618,"children":15620},{"className":15619},[13362],[15621,15625,15630,15635],{"type":13,"tag":68,"props":15622,"children":15624},{"className":15623,"style":13460},[13367],[],{"type":13,"tag":68,"props":15626,"children":15628},{"className":15627},[13392,13393],[15629],{"type":18,"value":13187},{"type":13,"tag":68,"props":15631,"children":15633},{"className":15632,"style":13399},[13392],[15634],{"type":18,"value":13291},{"type":13,"tag":68,"props":15636,"children":15638},{"className":15637,"style":13512},[13392,13393],[15639],{"type":18,"value":13346},{"type":18,"value":12317},{"type":13,"tag":68,"props":15642,"children":15644},{"className":15643},[13251],[15645,15725],{"type":13,"tag":68,"props":15646,"children":15648},{"className":15647},[13256],[15649],{"type":13,"tag":13259,"props":15650,"children":15651},{"xmlns":13261},[15652],{"type":13,"tag":13264,"props":15653,"children":15654},{},[15655,15721],{"type":13,"tag":13268,"props":15656,"children":15657},{},[15658,15689,15693,15697,15701,15705,15709,15713,15717],{"type":13,"tag":13268,"props":15659,"children":15660},{},[15661,15665,15669,15673,15677,15681,15685],{"type":13,"tag":13275,"props":15662,"children":15663},{"fence":13277},[15664],{"type":18,"value":13280},{"type":13,"tag":13282,"props":15666,"children":15667},{},[15668],{"type":18,"value":13544},{"type":13,"tag":13282,"props":15670,"children":15671},{"mathvariant":13288},[15672],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15674,"children":15675},{},[15676],{"type":18,"value":13296},{"type":13,"tag":13275,"props":15678,"children":15679},{},[15680],{"type":18,"value":13301},{"type":13,"tag":13303,"props":15682,"children":15683},{},[15684],{"type":18,"value":13307},{"type":13,"tag":13275,"props":15686,"children":15687},{"fence":13277},[15688],{"type":18,"value":13312},{"type":13,"tag":13275,"props":15690,"children":15691},{},[15692],{"type":18,"value":103},{"type":13,"tag":13282,"props":15694,"children":15695},{},[15696],{"type":18,"value":13544},{"type":13,"tag":13282,"props":15698,"children":15699},{"mathvariant":13288},[15700],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15702,"children":15703},{},[15704],{"type":18,"value":13329},{"type":13,"tag":13275,"props":15706,"children":15707},{},[15708],{"type":18,"value":103},{"type":13,"tag":13282,"props":15710,"children":15711},{},[15712],{"type":18,"value":13544},{"type":13,"tag":13282,"props":15714,"children":15715},{"mathvariant":13288},[15716],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15718,"children":15719},{},[15720],{"type":18,"value":13346},{"type":13,"tag":13348,"props":15722,"children":15723},{"encoding":13350},[15724],{"type":18,"value":13601},{"type":13,"tag":68,"props":15726,"children":15728},{"className":15727,"ariaHidden":13277},[13357],[15729,15805,15841],{"type":13,"tag":68,"props":15730,"children":15732},{"className":15731},[13362],[15733,15737,15792,15796,15801],{"type":13,"tag":68,"props":15734,"children":15736},{"className":15735,"style":13368},[13367],[],{"type":13,"tag":68,"props":15738,"children":15740},{"className":15739},[13373],[15741,15750,15755,15760,15765,15769,15774,15778,15783],{"type":13,"tag":68,"props":15742,"children":15744},{"className":15743,"style":13380},[13378,13379],[15745],{"type":13,"tag":68,"props":15746,"children":15748},{"className":15747},[13385,13386],[15749],{"type":18,"value":13280},{"type":13,"tag":68,"props":15751,"children":15753},{"className":15752,"style":13630},[13392,13393],[15754],{"type":18,"value":13544},{"type":13,"tag":68,"props":15756,"children":15758},{"className":15757,"style":13399},[13392],[15759],{"type":18,"value":13291},{"type":13,"tag":68,"props":15761,"children":15763},{"className":15762},[13392,13393],[15764],{"type":18,"value":13296},{"type":13,"tag":68,"props":15766,"children":15768},{"className":15767,"style":13411},[13410],[],{"type":13,"tag":68,"props":15770,"children":15772},{"className":15771},[13416],[15773],{"type":18,"value":13301},{"type":13,"tag":68,"props":15775,"children":15777},{"className":15776,"style":13411},[13410],[],{"type":13,"tag":68,"props":15779,"children":15781},{"className":15780},[13392],[15782],{"type":18,"value":13307},{"type":13,"tag":68,"props":15784,"children":15786},{"className":15785,"style":13380},[13431,13379],[15787],{"type":13,"tag":68,"props":15788,"children":15790},{"className":15789},[13385,13386],[15791],{"type":18,"value":13312},{"type":13,"tag":68,"props":15793,"children":15795},{"className":15794,"style":13441},[13410],[],{"type":13,"tag":68,"props":15797,"children":15799},{"className":15798},[13446],[15800],{"type":18,"value":103},{"type":13,"tag":68,"props":15802,"children":15804},{"className":15803,"style":13441},[13410],[],{"type":13,"tag":68,"props":15806,"children":15808},{"className":15807},[13362],[15809,15813,15818,15823,15828,15832,15837],{"type":13,"tag":68,"props":15810,"children":15812},{"className":15811,"style":13460},[13367],[],{"type":13,"tag":68,"props":15814,"children":15816},{"className":15815,"style":13630},[13392,13393],[15817],{"type":18,"value":13544},{"type":13,"tag":68,"props":15819,"children":15821},{"className":15820,"style":13399},[13392],[15822],{"type":18,"value":13291},{"type":13,"tag":68,"props":15824,"children":15826},{"className":15825,"style":13475},[13392,13393],[15827],{"type":18,"value":13329},{"type":13,"tag":68,"props":15829,"children":15831},{"className":15830,"style":13441},[13410],[],{"type":13,"tag":68,"props":15833,"children":15835},{"className":15834},[13446],[15836],{"type":18,"value":103},{"type":13,"tag":68,"props":15838,"children":15840},{"className":15839,"style":13441},[13410],[],{"type":13,"tag":68,"props":15842,"children":15844},{"className":15843},[13362],[15845,15849,15854,15859],{"type":13,"tag":68,"props":15846,"children":15848},{"className":15847,"style":13460},[13367],[],{"type":13,"tag":68,"props":15850,"children":15852},{"className":15851,"style":13630},[13392,13393],[15853],{"type":18,"value":13544},{"type":13,"tag":68,"props":15855,"children":15857},{"className":15856,"style":13399},[13392],[15858],{"type":18,"value":13291},{"type":13,"tag":68,"props":15860,"children":15862},{"className":15861,"style":13512},[13392,13393],[15863],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":15866,"children":15867},{"href":13746},[15868],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":15871,"children":15873},{"className":15872},[],[15874],{"type":18,"value":13757},{"type":18,"value":14251},{"type":13,"tag":64,"props":15877,"children":15879},{"className":15878},[],[15880],{"type":18,"value":13765},{"type":18,"value":14258},{"type":13,"tag":10913,"props":15883,"children":15884},{},[15885,15891,15892,15896,15898,16121,16122,16126,16127,16132,16133,16138,16139,16144],{"type":13,"tag":64,"props":15886,"children":15888},{"className":15887},[],[15889],{"type":18,"value":15890},"VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16",{"type":18,"value":14923},{"type":13,"tag":13183,"props":15893,"children":15894},{},[15895],{"type":18,"value":13245},{"type":18,"value":15897}," that has a 10-bit G component\nin the top 10 bits of each 16-bit word of plane 0, a 10-bit B component\nin the top 10 bits of each 16-bit word of plane 1, and a 10-bit R\ncomponent in the top 10 bits of each 16-bit word of plane 2, with the\nbottom 6 bits of each word unused.\nThe horizontal dimension of the R and B plane is halved relative to the\nimage dimensions, and each R and B value is shared with the G components\nfor which ",{"type":13,"tag":68,"props":15899,"children":15901},{"className":15900},[13251],[15902,15982],{"type":13,"tag":68,"props":15903,"children":15905},{"className":15904},[13256],[15906],{"type":13,"tag":13259,"props":15907,"children":15908},{"xmlns":13261},[15909],{"type":13,"tag":13264,"props":15910,"children":15911},{},[15912,15978],{"type":13,"tag":13268,"props":15913,"children":15914},{},[15915,15946,15950,15954,15958,15962,15966,15970,15974],{"type":13,"tag":13268,"props":15916,"children":15917},{},[15918,15922,15926,15930,15934,15938,15942],{"type":13,"tag":13275,"props":15919,"children":15920},{"fence":13277},[15921],{"type":18,"value":13280},{"type":13,"tag":13282,"props":15923,"children":15924},{},[15925],{"type":18,"value":13187},{"type":13,"tag":13282,"props":15927,"children":15928},{"mathvariant":13288},[15929],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15931,"children":15932},{},[15933],{"type":18,"value":13296},{"type":13,"tag":13275,"props":15935,"children":15936},{},[15937],{"type":18,"value":13301},{"type":13,"tag":13303,"props":15939,"children":15940},{},[15941],{"type":18,"value":13307},{"type":13,"tag":13275,"props":15943,"children":15944},{"fence":13277},[15945],{"type":18,"value":13312},{"type":13,"tag":13275,"props":15947,"children":15948},{},[15949],{"type":18,"value":103},{"type":13,"tag":13282,"props":15951,"children":15952},{},[15953],{"type":18,"value":13187},{"type":13,"tag":13282,"props":15955,"children":15956},{"mathvariant":13288},[15957],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15959,"children":15960},{},[15961],{"type":18,"value":13329},{"type":13,"tag":13275,"props":15963,"children":15964},{},[15965],{"type":18,"value":103},{"type":13,"tag":13282,"props":15967,"children":15968},{},[15969],{"type":18,"value":13187},{"type":13,"tag":13282,"props":15971,"children":15972},{"mathvariant":13288},[15973],{"type":18,"value":13291},{"type":13,"tag":13282,"props":15975,"children":15976},{},[15977],{"type":18,"value":13346},{"type":13,"tag":13348,"props":15979,"children":15980},{"encoding":13350},[15981],{"type":18,"value":14359},{"type":13,"tag":68,"props":15983,"children":15985},{"className":15984,"ariaHidden":13277},[13357],[15986,16062,16098],{"type":13,"tag":68,"props":15987,"children":15989},{"className":15988},[13362],[15990,15994,16049,16053,16058],{"type":13,"tag":68,"props":15991,"children":15993},{"className":15992,"style":13368},[13367],[],{"type":13,"tag":68,"props":15995,"children":15997},{"className":15996},[13373],[15998,16007,16012,16017,16022,16026,16031,16035,16040],{"type":13,"tag":68,"props":15999,"children":16001},{"className":16000,"style":13380},[13378,13379],[16002],{"type":13,"tag":68,"props":16003,"children":16005},{"className":16004},[13385,13386],[16006],{"type":18,"value":13280},{"type":13,"tag":68,"props":16008,"children":16010},{"className":16009},[13392,13393],[16011],{"type":18,"value":13187},{"type":13,"tag":68,"props":16013,"children":16015},{"className":16014,"style":13399},[13392],[16016],{"type":18,"value":13291},{"type":13,"tag":68,"props":16018,"children":16020},{"className":16019},[13392,13393],[16021],{"type":18,"value":13296},{"type":13,"tag":68,"props":16023,"children":16025},{"className":16024,"style":13411},[13410],[],{"type":13,"tag":68,"props":16027,"children":16029},{"className":16028},[13416],[16030],{"type":18,"value":13301},{"type":13,"tag":68,"props":16032,"children":16034},{"className":16033,"style":13411},[13410],[],{"type":13,"tag":68,"props":16036,"children":16038},{"className":16037},[13392],[16039],{"type":18,"value":13307},{"type":13,"tag":68,"props":16041,"children":16043},{"className":16042,"style":13380},[13431,13379],[16044],{"type":13,"tag":68,"props":16045,"children":16047},{"className":16046},[13385,13386],[16048],{"type":18,"value":13312},{"type":13,"tag":68,"props":16050,"children":16052},{"className":16051,"style":13441},[13410],[],{"type":13,"tag":68,"props":16054,"children":16056},{"className":16055},[13446],[16057],{"type":18,"value":103},{"type":13,"tag":68,"props":16059,"children":16061},{"className":16060,"style":13441},[13410],[],{"type":13,"tag":68,"props":16063,"children":16065},{"className":16064},[13362],[16066,16070,16075,16080,16085,16089,16094],{"type":13,"tag":68,"props":16067,"children":16069},{"className":16068,"style":13460},[13367],[],{"type":13,"tag":68,"props":16071,"children":16073},{"className":16072},[13392,13393],[16074],{"type":18,"value":13187},{"type":13,"tag":68,"props":16076,"children":16078},{"className":16077,"style":13399},[13392],[16079],{"type":18,"value":13291},{"type":13,"tag":68,"props":16081,"children":16083},{"className":16082,"style":13475},[13392,13393],[16084],{"type":18,"value":13329},{"type":13,"tag":68,"props":16086,"children":16088},{"className":16087,"style":13441},[13410],[],{"type":13,"tag":68,"props":16090,"children":16092},{"className":16091},[13446],[16093],{"type":18,"value":103},{"type":13,"tag":68,"props":16095,"children":16097},{"className":16096,"style":13441},[13410],[],{"type":13,"tag":68,"props":16099,"children":16101},{"className":16100},[13362],[16102,16106,16111,16116],{"type":13,"tag":68,"props":16103,"children":16105},{"className":16104,"style":13460},[13367],[],{"type":13,"tag":68,"props":16107,"children":16109},{"className":16108},[13392,13393],[16110],{"type":18,"value":13187},{"type":13,"tag":68,"props":16112,"children":16114},{"className":16113,"style":13399},[13392],[16115],{"type":18,"value":13291},{"type":13,"tag":68,"props":16117,"children":16119},{"className":16118,"style":13512},[13392,13393],[16120],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":16123,"children":16124},{"href":13746},[16125],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":16128,"children":16130},{"className":16129},[],[16131],{"type":18,"value":13757},{"type":18,"value":13759},{"type":13,"tag":64,"props":16134,"children":16136},{"className":16135},[],[16137],{"type":18,"value":13765},{"type":18,"value":13767},{"type":13,"tag":64,"props":16140,"children":16142},{"className":16141},[],[16143],{"type":18,"value":13773},{"type":18,"value":14523},{"type":13,"tag":10913,"props":16146,"children":16147},{},[16148,16154,16155,16159,16161,16384,16385,16389,16390,16395,16396,16401],{"type":13,"tag":64,"props":16149,"children":16151},{"className":16150},[],[16152],{"type":18,"value":16153},"VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16",{"type":18,"value":14923},{"type":13,"tag":13183,"props":16156,"children":16157},{},[16158],{"type":18,"value":13245},{"type":18,"value":16160}," that has a 10-bit G component\nin the top 10 bits of each 16-bit word of plane 0, and a two-component,\n32-bit BR plane 1 consisting of a 10-bit B component in the top 10 bits\nof the word in bytes 0..1, and a 10-bit R component in the top 10 bits\nof the word in bytes 2..3, with the bottom 6 bits of each word unused.\nThe horizontal dimension of the BR plane is halved relative to the image\ndimensions, and each R and B value is shared with the G components for\nwhich ",{"type":13,"tag":68,"props":16162,"children":16164},{"className":16163},[13251],[16165,16245],{"type":13,"tag":68,"props":16166,"children":16168},{"className":16167},[13256],[16169],{"type":13,"tag":13259,"props":16170,"children":16171},{"xmlns":13261},[16172],{"type":13,"tag":13264,"props":16173,"children":16174},{},[16175,16241],{"type":13,"tag":13268,"props":16176,"children":16177},{},[16178,16209,16213,16217,16221,16225,16229,16233,16237],{"type":13,"tag":13268,"props":16179,"children":16180},{},[16181,16185,16189,16193,16197,16201,16205],{"type":13,"tag":13275,"props":16182,"children":16183},{"fence":13277},[16184],{"type":18,"value":13280},{"type":13,"tag":13282,"props":16186,"children":16187},{},[16188],{"type":18,"value":13187},{"type":13,"tag":13282,"props":16190,"children":16191},{"mathvariant":13288},[16192],{"type":18,"value":13291},{"type":13,"tag":13282,"props":16194,"children":16195},{},[16196],{"type":18,"value":13296},{"type":13,"tag":13275,"props":16198,"children":16199},{},[16200],{"type":18,"value":13301},{"type":13,"tag":13303,"props":16202,"children":16203},{},[16204],{"type":18,"value":13307},{"type":13,"tag":13275,"props":16206,"children":16207},{"fence":13277},[16208],{"type":18,"value":13312},{"type":13,"tag":13275,"props":16210,"children":16211},{},[16212],{"type":18,"value":103},{"type":13,"tag":13282,"props":16214,"children":16215},{},[16216],{"type":18,"value":13187},{"type":13,"tag":13282,"props":16218,"children":16219},{"mathvariant":13288},[16220],{"type":18,"value":13291},{"type":13,"tag":13282,"props":16222,"children":16223},{},[16224],{"type":18,"value":13329},{"type":13,"tag":13275,"props":16226,"children":16227},{},[16228],{"type":18,"value":103},{"type":13,"tag":13282,"props":16230,"children":16231},{},[16232],{"type":18,"value":13187},{"type":13,"tag":13282,"props":16234,"children":16235},{"mathvariant":13288},[16236],{"type":18,"value":13291},{"type":13,"tag":13282,"props":16238,"children":16239},{},[16240],{"type":18,"value":13346},{"type":13,"tag":13348,"props":16242,"children":16243},{"encoding":13350},[16244],{"type":18,"value":14624},{"type":13,"tag":68,"props":16246,"children":16248},{"className":16247,"ariaHidden":13277},[13357],[16249,16325,16361],{"type":13,"tag":68,"props":16250,"children":16252},{"className":16251},[13362],[16253,16257,16312,16316,16321],{"type":13,"tag":68,"props":16254,"children":16256},{"className":16255,"style":13368},[13367],[],{"type":13,"tag":68,"props":16258,"children":16260},{"className":16259},[13373],[16261,16270,16275,16280,16285,16289,16294,16298,16303],{"type":13,"tag":68,"props":16262,"children":16264},{"className":16263,"style":13380},[13378,13379],[16265],{"type":13,"tag":68,"props":16266,"children":16268},{"className":16267},[13385,13386],[16269],{"type":18,"value":13280},{"type":13,"tag":68,"props":16271,"children":16273},{"className":16272},[13392,13393],[16274],{"type":18,"value":13187},{"type":13,"tag":68,"props":16276,"children":16278},{"className":16277,"style":13399},[13392],[16279],{"type":18,"value":13291},{"type":13,"tag":68,"props":16281,"children":16283},{"className":16282},[13392,13393],[16284],{"type":18,"value":13296},{"type":13,"tag":68,"props":16286,"children":16288},{"className":16287,"style":13411},[13410],[],{"type":13,"tag":68,"props":16290,"children":16292},{"className":16291},[13416],[16293],{"type":18,"value":13301},{"type":13,"tag":68,"props":16295,"children":16297},{"className":16296,"style":13411},[13410],[],{"type":13,"tag":68,"props":16299,"children":16301},{"className":16300},[13392],[16302],{"type":18,"value":13307},{"type":13,"tag":68,"props":16304,"children":16306},{"className":16305,"style":13380},[13431,13379],[16307],{"type":13,"tag":68,"props":16308,"children":16310},{"className":16309},[13385,13386],[16311],{"type":18,"value":13312},{"type":13,"tag":68,"props":16313,"children":16315},{"className":16314,"style":13441},[13410],[],{"type":13,"tag":68,"props":16317,"children":16319},{"className":16318},[13446],[16320],{"type":18,"value":103},{"type":13,"tag":68,"props":16322,"children":16324},{"className":16323,"style":13441},[13410],[],{"type":13,"tag":68,"props":16326,"children":16328},{"className":16327},[13362],[16329,16333,16338,16343,16348,16352,16357],{"type":13,"tag":68,"props":16330,"children":16332},{"className":16331,"style":13460},[13367],[],{"type":13,"tag":68,"props":16334,"children":16336},{"className":16335},[13392,13393],[16337],{"type":18,"value":13187},{"type":13,"tag":68,"props":16339,"children":16341},{"className":16340,"style":13399},[13392],[16342],{"type":18,"value":13291},{"type":13,"tag":68,"props":16344,"children":16346},{"className":16345,"style":13475},[13392,13393],[16347],{"type":18,"value":13329},{"type":13,"tag":68,"props":16349,"children":16351},{"className":16350,"style":13441},[13410],[],{"type":13,"tag":68,"props":16353,"children":16355},{"className":16354},[13446],[16356],{"type":18,"value":103},{"type":13,"tag":68,"props":16358,"children":16360},{"className":16359,"style":13441},[13410],[],{"type":13,"tag":68,"props":16362,"children":16364},{"className":16363},[13362],[16365,16369,16374,16379],{"type":13,"tag":68,"props":16366,"children":16368},{"className":16367,"style":13460},[13367],[],{"type":13,"tag":68,"props":16370,"children":16372},{"className":16371},[13392,13393],[16373],{"type":18,"value":13187},{"type":13,"tag":68,"props":16375,"children":16377},{"className":16376,"style":13399},[13392],[16378],{"type":18,"value":13291},{"type":13,"tag":68,"props":16380,"children":16382},{"className":16381,"style":13512},[13392,13393],[16383],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":16386,"children":16387},{"href":13746},[16388],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":16391,"children":16393},{"className":16392},[],[16394],{"type":18,"value":13757},{"type":18,"value":14251},{"type":13,"tag":64,"props":16397,"children":16399},{"className":16398},[],[16400],{"type":18,"value":13765},{"type":18,"value":14782},{"type":13,"tag":10913,"props":16403,"children":16404},{},[16405,16411,16412,16416,16418,16422,16423,16428,16429,16434,16435,16440],{"type":13,"tag":64,"props":16406,"children":16408},{"className":16407},[],[16409],{"type":18,"value":16410},"VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16",{"type":18,"value":14923},{"type":13,"tag":13183,"props":16413,"children":16414},{},[16415],{"type":18,"value":13245},{"type":18,"value":16417}," that has a 10-bit G component\nin the top 10 bits of each 16-bit word of plane 0, a 10-bit B component\nin the top 10 bits of each 16-bit word of plane 1, and a 10-bit R\ncomponent in the top 10 bits of each 16-bit word of plane 2, with the\nbottom 6 bits of each word unused.\nEach plane has the same dimensions and each R, G and B component\ncontributes to a single texel.\nThe location of each plane when this image is in linear layout can be\ndetermined via ",{"type":13,"tag":34,"props":16419,"children":16420},{"href":13746},[16421],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":16424,"children":16426},{"className":16425},[],[16427],{"type":18,"value":13757},{"type":18,"value":13759},{"type":13,"tag":64,"props":16430,"children":16432},{"className":16431},[],[16433],{"type":18,"value":13765},{"type":18,"value":13767},{"type":13,"tag":64,"props":16436,"children":16438},{"className":16437},[],[16439],{"type":18,"value":13773},{"type":18,"value":14822},{"type":13,"tag":10913,"props":16442,"children":16443},{},[16444,16450],{"type":13,"tag":64,"props":16445,"children":16447},{"className":16446},[],[16448],{"type":18,"value":16449},"VK_FORMAT_R12X4_UNORM_PACK16",{"type":18,"value":16451}," specifies a one-component, 16-bit\nunsigned normalized format that has a single 12-bit R component in the\ntop 12 bits of a 16-bit word, with the bottom 4 bits unused.",{"type":13,"tag":10913,"props":16453,"children":16454},{},[16455,16461],{"type":13,"tag":64,"props":16456,"children":16458},{"className":16457},[],[16459],{"type":18,"value":16460},"VK_FORMAT_R12X4G12X4_UNORM_2PACK16",{"type":18,"value":16462}," specifies a two-component,\n32-bit unsigned normalized format that has a 12-bit R component in the\ntop 12 bits of the word in bytes 0..1, and a 12-bit G component in the\ntop 12 bits of the word in bytes 2..3, with the bottom 4 bits of each\nword unused.",{"type":13,"tag":10913,"props":16464,"children":16465},{},[16466,16472],{"type":13,"tag":64,"props":16467,"children":16469},{"className":16468},[],[16470],{"type":18,"value":16471},"VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16",{"type":18,"value":16473}," specifies a\nfour-component, 64-bit unsigned normalized format that has a 12-bit R\ncomponent in the top 12 bits of the word in bytes 0..1, a 12-bit G\ncomponent in the top 12 bits of the word in bytes 2..3, a 12-bit B\ncomponent in the top 12 bits of the word in bytes 4..5, and a 12-bit A\ncomponent in the top 12 bits of the word in bytes 6..7, with the bottom\n4 bits of each word unused.",{"type":13,"tag":10913,"props":16475,"children":16476},{},[16477,16483,16484,16488,16490,16494,16496,16500],{"type":13,"tag":64,"props":16478,"children":16480},{"className":16479},[],[16481],{"type":18,"value":16482},"VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16",{"type":18,"value":14866},{"type":13,"tag":13183,"props":16485,"children":16486},{},[16487],{"type":18,"value":13187},{"type":18,"value":16489}," coordinate, with the B and R values\nshared across both G values and thus recorded at half the horizontal\nresolution of the image.\nThis format has a 12-bit G component for the even ",{"type":13,"tag":13183,"props":16491,"children":16492},{},[16493],{"type":18,"value":13187},{"type":18,"value":16495}," coordinate in the\ntop 12 bits of the word in bytes 0..1, a 12-bit B component in the top\n12 bits of the word in bytes 2..3, a 12-bit G component for the odd ",{"type":13,"tag":13183,"props":16497,"children":16498},{},[16499],{"type":18,"value":13187},{"type":18,"value":16501},"\ncoordinate in the top 12 bits of the word in bytes 4..5, and a 12-bit R\ncomponent in the top 12 bits of the word in bytes 6..7, with the bottom\n4 bits of each word unused.\nThis format only supports images with a width that is a multiple of two.\nFor the purposes of the constraints on copy extents, this format is\ntreated as a compressed format with a 2×1 compressed texel block.",{"type":13,"tag":10913,"props":16503,"children":16504},{},[16505,16511,16512,16516,16518,16522,16524,16528],{"type":13,"tag":64,"props":16506,"children":16508},{"className":16507},[],[16509],{"type":18,"value":16510},"VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16",{"type":18,"value":14866},{"type":13,"tag":13183,"props":16513,"children":16514},{},[16515],{"type":18,"value":13187},{"type":18,"value":16517}," coordinate, with the B and R values\nshared across both G values and thus recorded at half the horizontal\nresolution of the image.\nThis format has a 12-bit B component in the top 12 bits of the word in\nbytes 0..1, a 12-bit G component for the even ",{"type":13,"tag":13183,"props":16519,"children":16520},{},[16521],{"type":18,"value":13187},{"type":18,"value":16523}," coordinate in the top\n12 bits of the word in bytes 2..3, a 12-bit R component in the top 12\nbits of the word in bytes 4..5, and a 12-bit G component for the odd ",{"type":13,"tag":13183,"props":16525,"children":16526},{},[16527],{"type":18,"value":13187},{"type":18,"value":16529},"\ncoordinate in the top 12 bits of the word in bytes 6..7, with the bottom\n4 bits of each word unused.\nThis format only supports images with a width that is a multiple of two.\nFor the purposes of the constraints on copy extents, this format is\ntreated as a compressed format with a 2×1 compressed texel block.",{"type":13,"tag":10913,"props":16531,"children":16532},{},[16533,16539,16540,16544,16546,16769,16770,16993,16994,16998,16999,17004,17005,17010,17011,17016],{"type":13,"tag":64,"props":16534,"children":16536},{"className":16535},[],[16537],{"type":18,"value":16538},"VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16",{"type":18,"value":14923},{"type":13,"tag":13183,"props":16541,"children":16542},{},[16543],{"type":18,"value":13245},{"type":18,"value":16545}," that has a 12-bit G component\nin the top 12 bits of each 16-bit word of plane 0, a 12-bit B component\nin the top 12 bits of each 16-bit word of plane 1, and a 12-bit R\ncomponent in the top 12 bits of each 16-bit word of plane 2, with the\nbottom 4 bits of each word unused.\nThe horizontal and vertical dimensions of the R and B planes are halved\nrelative to the image dimensions, and each R and B component is shared\nwith the G components for which ",{"type":13,"tag":68,"props":16547,"children":16549},{"className":16548},[13251],[16550,16630],{"type":13,"tag":68,"props":16551,"children":16553},{"className":16552},[13256],[16554],{"type":13,"tag":13259,"props":16555,"children":16556},{"xmlns":13261},[16557],{"type":13,"tag":13264,"props":16558,"children":16559},{},[16560,16626],{"type":13,"tag":13268,"props":16561,"children":16562},{},[16563,16594,16598,16602,16606,16610,16614,16618,16622],{"type":13,"tag":13268,"props":16564,"children":16565},{},[16566,16570,16574,16578,16582,16586,16590],{"type":13,"tag":13275,"props":16567,"children":16568},{"fence":13277},[16569],{"type":18,"value":13280},{"type":13,"tag":13282,"props":16571,"children":16572},{},[16573],{"type":18,"value":13187},{"type":13,"tag":13282,"props":16575,"children":16576},{"mathvariant":13288},[16577],{"type":18,"value":13291},{"type":13,"tag":13282,"props":16579,"children":16580},{},[16581],{"type":18,"value":13296},{"type":13,"tag":13275,"props":16583,"children":16584},{},[16585],{"type":18,"value":13301},{"type":13,"tag":13303,"props":16587,"children":16588},{},[16589],{"type":18,"value":13307},{"type":13,"tag":13275,"props":16591,"children":16592},{"fence":13277},[16593],{"type":18,"value":13312},{"type":13,"tag":13275,"props":16595,"children":16596},{},[16597],{"type":18,"value":103},{"type":13,"tag":13282,"props":16599,"children":16600},{},[16601],{"type":18,"value":13187},{"type":13,"tag":13282,"props":16603,"children":16604},{"mathvariant":13288},[16605],{"type":18,"value":13291},{"type":13,"tag":13282,"props":16607,"children":16608},{},[16609],{"type":18,"value":13329},{"type":13,"tag":13275,"props":16611,"children":16612},{},[16613],{"type":18,"value":103},{"type":13,"tag":13282,"props":16615,"children":16616},{},[16617],{"type":18,"value":13187},{"type":13,"tag":13282,"props":16619,"children":16620},{"mathvariant":13288},[16621],{"type":18,"value":13291},{"type":13,"tag":13282,"props":16623,"children":16624},{},[16625],{"type":18,"value":13346},{"type":13,"tag":13348,"props":16627,"children":16628},{"encoding":13350},[16629],{"type":18,"value":13353},{"type":13,"tag":68,"props":16631,"children":16633},{"className":16632,"ariaHidden":13277},[13357],[16634,16710,16746],{"type":13,"tag":68,"props":16635,"children":16637},{"className":16636},[13362],[16638,16642,16697,16701,16706],{"type":13,"tag":68,"props":16639,"children":16641},{"className":16640,"style":13368},[13367],[],{"type":13,"tag":68,"props":16643,"children":16645},{"className":16644},[13373],[16646,16655,16660,16665,16670,16674,16679,16683,16688],{"type":13,"tag":68,"props":16647,"children":16649},{"className":16648,"style":13380},[13378,13379],[16650],{"type":13,"tag":68,"props":16651,"children":16653},{"className":16652},[13385,13386],[16654],{"type":18,"value":13280},{"type":13,"tag":68,"props":16656,"children":16658},{"className":16657},[13392,13393],[16659],{"type":18,"value":13187},{"type":13,"tag":68,"props":16661,"children":16663},{"className":16662,"style":13399},[13392],[16664],{"type":18,"value":13291},{"type":13,"tag":68,"props":16666,"children":16668},{"className":16667},[13392,13393],[16669],{"type":18,"value":13296},{"type":13,"tag":68,"props":16671,"children":16673},{"className":16672,"style":13411},[13410],[],{"type":13,"tag":68,"props":16675,"children":16677},{"className":16676},[13416],[16678],{"type":18,"value":13301},{"type":13,"tag":68,"props":16680,"children":16682},{"className":16681,"style":13411},[13410],[],{"type":13,"tag":68,"props":16684,"children":16686},{"className":16685},[13392],[16687],{"type":18,"value":13307},{"type":13,"tag":68,"props":16689,"children":16691},{"className":16690,"style":13380},[13431,13379],[16692],{"type":13,"tag":68,"props":16693,"children":16695},{"className":16694},[13385,13386],[16696],{"type":18,"value":13312},{"type":13,"tag":68,"props":16698,"children":16700},{"className":16699,"style":13441},[13410],[],{"type":13,"tag":68,"props":16702,"children":16704},{"className":16703},[13446],[16705],{"type":18,"value":103},{"type":13,"tag":68,"props":16707,"children":16709},{"className":16708,"style":13441},[13410],[],{"type":13,"tag":68,"props":16711,"children":16713},{"className":16712},[13362],[16714,16718,16723,16728,16733,16737,16742],{"type":13,"tag":68,"props":16715,"children":16717},{"className":16716,"style":13460},[13367],[],{"type":13,"tag":68,"props":16719,"children":16721},{"className":16720},[13392,13393],[16722],{"type":18,"value":13187},{"type":13,"tag":68,"props":16724,"children":16726},{"className":16725,"style":13399},[13392],[16727],{"type":18,"value":13291},{"type":13,"tag":68,"props":16729,"children":16731},{"className":16730,"style":13475},[13392,13393],[16732],{"type":18,"value":13329},{"type":13,"tag":68,"props":16734,"children":16736},{"className":16735,"style":13441},[13410],[],{"type":13,"tag":68,"props":16738,"children":16740},{"className":16739},[13446],[16741],{"type":18,"value":103},{"type":13,"tag":68,"props":16743,"children":16745},{"className":16744,"style":13441},[13410],[],{"type":13,"tag":68,"props":16747,"children":16749},{"className":16748},[13362],[16750,16754,16759,16764],{"type":13,"tag":68,"props":16751,"children":16753},{"className":16752,"style":13460},[13367],[],{"type":13,"tag":68,"props":16755,"children":16757},{"className":16756},[13392,13393],[16758],{"type":18,"value":13187},{"type":13,"tag":68,"props":16760,"children":16762},{"className":16761,"style":13399},[13392],[16763],{"type":18,"value":13291},{"type":13,"tag":68,"props":16765,"children":16767},{"className":16766,"style":13512},[13392,13393],[16768],{"type":18,"value":13346},{"type":18,"value":12317},{"type":13,"tag":68,"props":16771,"children":16773},{"className":16772},[13251],[16774,16854],{"type":13,"tag":68,"props":16775,"children":16777},{"className":16776},[13256],[16778],{"type":13,"tag":13259,"props":16779,"children":16780},{"xmlns":13261},[16781],{"type":13,"tag":13264,"props":16782,"children":16783},{},[16784,16850],{"type":13,"tag":13268,"props":16785,"children":16786},{},[16787,16818,16822,16826,16830,16834,16838,16842,16846],{"type":13,"tag":13268,"props":16788,"children":16789},{},[16790,16794,16798,16802,16806,16810,16814],{"type":13,"tag":13275,"props":16791,"children":16792},{"fence":13277},[16793],{"type":18,"value":13280},{"type":13,"tag":13282,"props":16795,"children":16796},{},[16797],{"type":18,"value":13544},{"type":13,"tag":13282,"props":16799,"children":16800},{"mathvariant":13288},[16801],{"type":18,"value":13291},{"type":13,"tag":13282,"props":16803,"children":16804},{},[16805],{"type":18,"value":13296},{"type":13,"tag":13275,"props":16807,"children":16808},{},[16809],{"type":18,"value":13301},{"type":13,"tag":13303,"props":16811,"children":16812},{},[16813],{"type":18,"value":13307},{"type":13,"tag":13275,"props":16815,"children":16816},{"fence":13277},[16817],{"type":18,"value":13312},{"type":13,"tag":13275,"props":16819,"children":16820},{},[16821],{"type":18,"value":103},{"type":13,"tag":13282,"props":16823,"children":16824},{},[16825],{"type":18,"value":13544},{"type":13,"tag":13282,"props":16827,"children":16828},{"mathvariant":13288},[16829],{"type":18,"value":13291},{"type":13,"tag":13282,"props":16831,"children":16832},{},[16833],{"type":18,"value":13329},{"type":13,"tag":13275,"props":16835,"children":16836},{},[16837],{"type":18,"value":103},{"type":13,"tag":13282,"props":16839,"children":16840},{},[16841],{"type":18,"value":13544},{"type":13,"tag":13282,"props":16843,"children":16844},{"mathvariant":13288},[16845],{"type":18,"value":13291},{"type":13,"tag":13282,"props":16847,"children":16848},{},[16849],{"type":18,"value":13346},{"type":13,"tag":13348,"props":16851,"children":16852},{"encoding":13350},[16853],{"type":18,"value":13601},{"type":13,"tag":68,"props":16855,"children":16857},{"className":16856,"ariaHidden":13277},[13357],[16858,16934,16970],{"type":13,"tag":68,"props":16859,"children":16861},{"className":16860},[13362],[16862,16866,16921,16925,16930],{"type":13,"tag":68,"props":16863,"children":16865},{"className":16864,"style":13368},[13367],[],{"type":13,"tag":68,"props":16867,"children":16869},{"className":16868},[13373],[16870,16879,16884,16889,16894,16898,16903,16907,16912],{"type":13,"tag":68,"props":16871,"children":16873},{"className":16872,"style":13380},[13378,13379],[16874],{"type":13,"tag":68,"props":16875,"children":16877},{"className":16876},[13385,13386],[16878],{"type":18,"value":13280},{"type":13,"tag":68,"props":16880,"children":16882},{"className":16881,"style":13630},[13392,13393],[16883],{"type":18,"value":13544},{"type":13,"tag":68,"props":16885,"children":16887},{"className":16886,"style":13399},[13392],[16888],{"type":18,"value":13291},{"type":13,"tag":68,"props":16890,"children":16892},{"className":16891},[13392,13393],[16893],{"type":18,"value":13296},{"type":13,"tag":68,"props":16895,"children":16897},{"className":16896,"style":13411},[13410],[],{"type":13,"tag":68,"props":16899,"children":16901},{"className":16900},[13416],[16902],{"type":18,"value":13301},{"type":13,"tag":68,"props":16904,"children":16906},{"className":16905,"style":13411},[13410],[],{"type":13,"tag":68,"props":16908,"children":16910},{"className":16909},[13392],[16911],{"type":18,"value":13307},{"type":13,"tag":68,"props":16913,"children":16915},{"className":16914,"style":13380},[13431,13379],[16916],{"type":13,"tag":68,"props":16917,"children":16919},{"className":16918},[13385,13386],[16920],{"type":18,"value":13312},{"type":13,"tag":68,"props":16922,"children":16924},{"className":16923,"style":13441},[13410],[],{"type":13,"tag":68,"props":16926,"children":16928},{"className":16927},[13446],[16929],{"type":18,"value":103},{"type":13,"tag":68,"props":16931,"children":16933},{"className":16932,"style":13441},[13410],[],{"type":13,"tag":68,"props":16935,"children":16937},{"className":16936},[13362],[16938,16942,16947,16952,16957,16961,16966],{"type":13,"tag":68,"props":16939,"children":16941},{"className":16940,"style":13460},[13367],[],{"type":13,"tag":68,"props":16943,"children":16945},{"className":16944,"style":13630},[13392,13393],[16946],{"type":18,"value":13544},{"type":13,"tag":68,"props":16948,"children":16950},{"className":16949,"style":13399},[13392],[16951],{"type":18,"value":13291},{"type":13,"tag":68,"props":16953,"children":16955},{"className":16954,"style":13475},[13392,13393],[16956],{"type":18,"value":13329},{"type":13,"tag":68,"props":16958,"children":16960},{"className":16959,"style":13441},[13410],[],{"type":13,"tag":68,"props":16962,"children":16964},{"className":16963},[13446],[16965],{"type":18,"value":103},{"type":13,"tag":68,"props":16967,"children":16969},{"className":16968,"style":13441},[13410],[],{"type":13,"tag":68,"props":16971,"children":16973},{"className":16972},[13362],[16974,16978,16983,16988],{"type":13,"tag":68,"props":16975,"children":16977},{"className":16976,"style":13460},[13367],[],{"type":13,"tag":68,"props":16979,"children":16981},{"className":16980,"style":13630},[13392,13393],[16982],{"type":18,"value":13544},{"type":13,"tag":68,"props":16984,"children":16986},{"className":16985,"style":13399},[13392],[16987],{"type":18,"value":13291},{"type":13,"tag":68,"props":16989,"children":16991},{"className":16990,"style":13512},[13392,13393],[16992],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":16995,"children":16996},{"href":13746},[16997],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":17000,"children":17002},{"className":17001},[],[17003],{"type":18,"value":13757},{"type":18,"value":13759},{"type":13,"tag":64,"props":17006,"children":17008},{"className":17007},[],[17009],{"type":18,"value":13765},{"type":18,"value":13767},{"type":13,"tag":64,"props":17012,"children":17014},{"className":17013},[],[17015],{"type":18,"value":13773},{"type":18,"value":13775},{"type":13,"tag":10913,"props":17018,"children":17019},{},[17020,17026,17027,17031,17033,17256,17257,17480,17481,17485,17486,17491,17492,17497],{"type":13,"tag":64,"props":17021,"children":17023},{"className":17022},[],[17024],{"type":18,"value":17025},"VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16",{"type":18,"value":14923},{"type":13,"tag":13183,"props":17028,"children":17029},{},[17030],{"type":18,"value":13245},{"type":18,"value":17032}," that has a 12-bit G component\nin the top 12 bits of each 16-bit word of plane 0, and a two-component,\n32-bit BR plane 1 consisting of a 12-bit B component in the top 12 bits\nof the word in bytes 0..1, and a 12-bit R component in the top 12 bits\nof the word in bytes 2..3, with the bottom 4 bits of each word unused.\nThe horizontal and vertical dimensions of the BR plane are halved\nrelative to the image dimensions, and each R and B value is shared with\nthe G components for which ",{"type":13,"tag":68,"props":17034,"children":17036},{"className":17035},[13251],[17037,17117],{"type":13,"tag":68,"props":17038,"children":17040},{"className":17039},[13256],[17041],{"type":13,"tag":13259,"props":17042,"children":17043},{"xmlns":13261},[17044],{"type":13,"tag":13264,"props":17045,"children":17046},{},[17047,17113],{"type":13,"tag":13268,"props":17048,"children":17049},{},[17050,17081,17085,17089,17093,17097,17101,17105,17109],{"type":13,"tag":13268,"props":17051,"children":17052},{},[17053,17057,17061,17065,17069,17073,17077],{"type":13,"tag":13275,"props":17054,"children":17055},{"fence":13277},[17056],{"type":18,"value":13280},{"type":13,"tag":13282,"props":17058,"children":17059},{},[17060],{"type":18,"value":13187},{"type":13,"tag":13282,"props":17062,"children":17063},{"mathvariant":13288},[17064],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17066,"children":17067},{},[17068],{"type":18,"value":13296},{"type":13,"tag":13275,"props":17070,"children":17071},{},[17072],{"type":18,"value":13301},{"type":13,"tag":13303,"props":17074,"children":17075},{},[17076],{"type":18,"value":13307},{"type":13,"tag":13275,"props":17078,"children":17079},{"fence":13277},[17080],{"type":18,"value":13312},{"type":13,"tag":13275,"props":17082,"children":17083},{},[17084],{"type":18,"value":103},{"type":13,"tag":13282,"props":17086,"children":17087},{},[17088],{"type":18,"value":13187},{"type":13,"tag":13282,"props":17090,"children":17091},{"mathvariant":13288},[17092],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17094,"children":17095},{},[17096],{"type":18,"value":13329},{"type":13,"tag":13275,"props":17098,"children":17099},{},[17100],{"type":18,"value":103},{"type":13,"tag":13282,"props":17102,"children":17103},{},[17104],{"type":18,"value":13187},{"type":13,"tag":13282,"props":17106,"children":17107},{"mathvariant":13288},[17108],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17110,"children":17111},{},[17112],{"type":18,"value":13346},{"type":13,"tag":13348,"props":17114,"children":17115},{"encoding":13350},[17116],{"type":18,"value":13353},{"type":13,"tag":68,"props":17118,"children":17120},{"className":17119,"ariaHidden":13277},[13357],[17121,17197,17233],{"type":13,"tag":68,"props":17122,"children":17124},{"className":17123},[13362],[17125,17129,17184,17188,17193],{"type":13,"tag":68,"props":17126,"children":17128},{"className":17127,"style":13368},[13367],[],{"type":13,"tag":68,"props":17130,"children":17132},{"className":17131},[13373],[17133,17142,17147,17152,17157,17161,17166,17170,17175],{"type":13,"tag":68,"props":17134,"children":17136},{"className":17135,"style":13380},[13378,13379],[17137],{"type":13,"tag":68,"props":17138,"children":17140},{"className":17139},[13385,13386],[17141],{"type":18,"value":13280},{"type":13,"tag":68,"props":17143,"children":17145},{"className":17144},[13392,13393],[17146],{"type":18,"value":13187},{"type":13,"tag":68,"props":17148,"children":17150},{"className":17149,"style":13399},[13392],[17151],{"type":18,"value":13291},{"type":13,"tag":68,"props":17153,"children":17155},{"className":17154},[13392,13393],[17156],{"type":18,"value":13296},{"type":13,"tag":68,"props":17158,"children":17160},{"className":17159,"style":13411},[13410],[],{"type":13,"tag":68,"props":17162,"children":17164},{"className":17163},[13416],[17165],{"type":18,"value":13301},{"type":13,"tag":68,"props":17167,"children":17169},{"className":17168,"style":13411},[13410],[],{"type":13,"tag":68,"props":17171,"children":17173},{"className":17172},[13392],[17174],{"type":18,"value":13307},{"type":13,"tag":68,"props":17176,"children":17178},{"className":17177,"style":13380},[13431,13379],[17179],{"type":13,"tag":68,"props":17180,"children":17182},{"className":17181},[13385,13386],[17183],{"type":18,"value":13312},{"type":13,"tag":68,"props":17185,"children":17187},{"className":17186,"style":13441},[13410],[],{"type":13,"tag":68,"props":17189,"children":17191},{"className":17190},[13446],[17192],{"type":18,"value":103},{"type":13,"tag":68,"props":17194,"children":17196},{"className":17195,"style":13441},[13410],[],{"type":13,"tag":68,"props":17198,"children":17200},{"className":17199},[13362],[17201,17205,17210,17215,17220,17224,17229],{"type":13,"tag":68,"props":17202,"children":17204},{"className":17203,"style":13460},[13367],[],{"type":13,"tag":68,"props":17206,"children":17208},{"className":17207},[13392,13393],[17209],{"type":18,"value":13187},{"type":13,"tag":68,"props":17211,"children":17213},{"className":17212,"style":13399},[13392],[17214],{"type":18,"value":13291},{"type":13,"tag":68,"props":17216,"children":17218},{"className":17217,"style":13475},[13392,13393],[17219],{"type":18,"value":13329},{"type":13,"tag":68,"props":17221,"children":17223},{"className":17222,"style":13441},[13410],[],{"type":13,"tag":68,"props":17225,"children":17227},{"className":17226},[13446],[17228],{"type":18,"value":103},{"type":13,"tag":68,"props":17230,"children":17232},{"className":17231,"style":13441},[13410],[],{"type":13,"tag":68,"props":17234,"children":17236},{"className":17235},[13362],[17237,17241,17246,17251],{"type":13,"tag":68,"props":17238,"children":17240},{"className":17239,"style":13460},[13367],[],{"type":13,"tag":68,"props":17242,"children":17244},{"className":17243},[13392,13393],[17245],{"type":18,"value":13187},{"type":13,"tag":68,"props":17247,"children":17249},{"className":17248,"style":13399},[13392],[17250],{"type":18,"value":13291},{"type":13,"tag":68,"props":17252,"children":17254},{"className":17253,"style":13512},[13392,13393],[17255],{"type":18,"value":13346},{"type":18,"value":12317},{"type":13,"tag":68,"props":17258,"children":17260},{"className":17259},[13251],[17261,17341],{"type":13,"tag":68,"props":17262,"children":17264},{"className":17263},[13256],[17265],{"type":13,"tag":13259,"props":17266,"children":17267},{"xmlns":13261},[17268],{"type":13,"tag":13264,"props":17269,"children":17270},{},[17271,17337],{"type":13,"tag":13268,"props":17272,"children":17273},{},[17274,17305,17309,17313,17317,17321,17325,17329,17333],{"type":13,"tag":13268,"props":17275,"children":17276},{},[17277,17281,17285,17289,17293,17297,17301],{"type":13,"tag":13275,"props":17278,"children":17279},{"fence":13277},[17280],{"type":18,"value":13280},{"type":13,"tag":13282,"props":17282,"children":17283},{},[17284],{"type":18,"value":13544},{"type":13,"tag":13282,"props":17286,"children":17287},{"mathvariant":13288},[17288],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17290,"children":17291},{},[17292],{"type":18,"value":13296},{"type":13,"tag":13275,"props":17294,"children":17295},{},[17296],{"type":18,"value":13301},{"type":13,"tag":13303,"props":17298,"children":17299},{},[17300],{"type":18,"value":13307},{"type":13,"tag":13275,"props":17302,"children":17303},{"fence":13277},[17304],{"type":18,"value":13312},{"type":13,"tag":13275,"props":17306,"children":17307},{},[17308],{"type":18,"value":103},{"type":13,"tag":13282,"props":17310,"children":17311},{},[17312],{"type":18,"value":13544},{"type":13,"tag":13282,"props":17314,"children":17315},{"mathvariant":13288},[17316],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17318,"children":17319},{},[17320],{"type":18,"value":13329},{"type":13,"tag":13275,"props":17322,"children":17323},{},[17324],{"type":18,"value":103},{"type":13,"tag":13282,"props":17326,"children":17327},{},[17328],{"type":18,"value":13544},{"type":13,"tag":13282,"props":17330,"children":17331},{"mathvariant":13288},[17332],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17334,"children":17335},{},[17336],{"type":18,"value":13346},{"type":13,"tag":13348,"props":17338,"children":17339},{"encoding":13350},[17340],{"type":18,"value":13601},{"type":13,"tag":68,"props":17342,"children":17344},{"className":17343,"ariaHidden":13277},[13357],[17345,17421,17457],{"type":13,"tag":68,"props":17346,"children":17348},{"className":17347},[13362],[17349,17353,17408,17412,17417],{"type":13,"tag":68,"props":17350,"children":17352},{"className":17351,"style":13368},[13367],[],{"type":13,"tag":68,"props":17354,"children":17356},{"className":17355},[13373],[17357,17366,17371,17376,17381,17385,17390,17394,17399],{"type":13,"tag":68,"props":17358,"children":17360},{"className":17359,"style":13380},[13378,13379],[17361],{"type":13,"tag":68,"props":17362,"children":17364},{"className":17363},[13385,13386],[17365],{"type":18,"value":13280},{"type":13,"tag":68,"props":17367,"children":17369},{"className":17368,"style":13630},[13392,13393],[17370],{"type":18,"value":13544},{"type":13,"tag":68,"props":17372,"children":17374},{"className":17373,"style":13399},[13392],[17375],{"type":18,"value":13291},{"type":13,"tag":68,"props":17377,"children":17379},{"className":17378},[13392,13393],[17380],{"type":18,"value":13296},{"type":13,"tag":68,"props":17382,"children":17384},{"className":17383,"style":13411},[13410],[],{"type":13,"tag":68,"props":17386,"children":17388},{"className":17387},[13416],[17389],{"type":18,"value":13301},{"type":13,"tag":68,"props":17391,"children":17393},{"className":17392,"style":13411},[13410],[],{"type":13,"tag":68,"props":17395,"children":17397},{"className":17396},[13392],[17398],{"type":18,"value":13307},{"type":13,"tag":68,"props":17400,"children":17402},{"className":17401,"style":13380},[13431,13379],[17403],{"type":13,"tag":68,"props":17404,"children":17406},{"className":17405},[13385,13386],[17407],{"type":18,"value":13312},{"type":13,"tag":68,"props":17409,"children":17411},{"className":17410,"style":13441},[13410],[],{"type":13,"tag":68,"props":17413,"children":17415},{"className":17414},[13446],[17416],{"type":18,"value":103},{"type":13,"tag":68,"props":17418,"children":17420},{"className":17419,"style":13441},[13410],[],{"type":13,"tag":68,"props":17422,"children":17424},{"className":17423},[13362],[17425,17429,17434,17439,17444,17448,17453],{"type":13,"tag":68,"props":17426,"children":17428},{"className":17427,"style":13460},[13367],[],{"type":13,"tag":68,"props":17430,"children":17432},{"className":17431,"style":13630},[13392,13393],[17433],{"type":18,"value":13544},{"type":13,"tag":68,"props":17435,"children":17437},{"className":17436,"style":13399},[13392],[17438],{"type":18,"value":13291},{"type":13,"tag":68,"props":17440,"children":17442},{"className":17441,"style":13475},[13392,13393],[17443],{"type":18,"value":13329},{"type":13,"tag":68,"props":17445,"children":17447},{"className":17446,"style":13441},[13410],[],{"type":13,"tag":68,"props":17449,"children":17451},{"className":17450},[13446],[17452],{"type":18,"value":103},{"type":13,"tag":68,"props":17454,"children":17456},{"className":17455,"style":13441},[13410],[],{"type":13,"tag":68,"props":17458,"children":17460},{"className":17459},[13362],[17461,17465,17470,17475],{"type":13,"tag":68,"props":17462,"children":17464},{"className":17463,"style":13460},[13367],[],{"type":13,"tag":68,"props":17466,"children":17468},{"className":17467,"style":13630},[13392,13393],[17469],{"type":18,"value":13544},{"type":13,"tag":68,"props":17471,"children":17473},{"className":17472,"style":13399},[13392],[17474],{"type":18,"value":13291},{"type":13,"tag":68,"props":17476,"children":17478},{"className":17477,"style":13512},[13392,13393],[17479],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":17482,"children":17483},{"href":13746},[17484],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":17487,"children":17489},{"className":17488},[],[17490],{"type":18,"value":13757},{"type":18,"value":14251},{"type":13,"tag":64,"props":17493,"children":17495},{"className":17494},[],[17496],{"type":18,"value":13765},{"type":18,"value":14258},{"type":13,"tag":10913,"props":17499,"children":17500},{},[17501,17507,17508,17512,17514,17737,17738,17742,17743,17748,17749,17754,17755,17760],{"type":13,"tag":64,"props":17502,"children":17504},{"className":17503},[],[17505],{"type":18,"value":17506},"VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16",{"type":18,"value":14923},{"type":13,"tag":13183,"props":17509,"children":17510},{},[17511],{"type":18,"value":13245},{"type":18,"value":17513}," that has a 12-bit G component\nin the top 12 bits of each 16-bit word of plane 0, a 12-bit B component\nin the top 12 bits of each 16-bit word of plane 1, and a 12-bit R\ncomponent in the top 12 bits of each 16-bit word of plane 2, with the\nbottom 4 bits of each word unused.\nThe horizontal dimension of the R and B plane is halved relative to the\nimage dimensions, and each R and B value is shared with the G components\nfor which ",{"type":13,"tag":68,"props":17515,"children":17517},{"className":17516},[13251],[17518,17598],{"type":13,"tag":68,"props":17519,"children":17521},{"className":17520},[13256],[17522],{"type":13,"tag":13259,"props":17523,"children":17524},{"xmlns":13261},[17525],{"type":13,"tag":13264,"props":17526,"children":17527},{},[17528,17594],{"type":13,"tag":13268,"props":17529,"children":17530},{},[17531,17562,17566,17570,17574,17578,17582,17586,17590],{"type":13,"tag":13268,"props":17532,"children":17533},{},[17534,17538,17542,17546,17550,17554,17558],{"type":13,"tag":13275,"props":17535,"children":17536},{"fence":13277},[17537],{"type":18,"value":13280},{"type":13,"tag":13282,"props":17539,"children":17540},{},[17541],{"type":18,"value":13187},{"type":13,"tag":13282,"props":17543,"children":17544},{"mathvariant":13288},[17545],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17547,"children":17548},{},[17549],{"type":18,"value":13296},{"type":13,"tag":13275,"props":17551,"children":17552},{},[17553],{"type":18,"value":13301},{"type":13,"tag":13303,"props":17555,"children":17556},{},[17557],{"type":18,"value":13307},{"type":13,"tag":13275,"props":17559,"children":17560},{"fence":13277},[17561],{"type":18,"value":13312},{"type":13,"tag":13275,"props":17563,"children":17564},{},[17565],{"type":18,"value":103},{"type":13,"tag":13282,"props":17567,"children":17568},{},[17569],{"type":18,"value":13187},{"type":13,"tag":13282,"props":17571,"children":17572},{"mathvariant":13288},[17573],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17575,"children":17576},{},[17577],{"type":18,"value":13329},{"type":13,"tag":13275,"props":17579,"children":17580},{},[17581],{"type":18,"value":103},{"type":13,"tag":13282,"props":17583,"children":17584},{},[17585],{"type":18,"value":13187},{"type":13,"tag":13282,"props":17587,"children":17588},{"mathvariant":13288},[17589],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17591,"children":17592},{},[17593],{"type":18,"value":13346},{"type":13,"tag":13348,"props":17595,"children":17596},{"encoding":13350},[17597],{"type":18,"value":14359},{"type":13,"tag":68,"props":17599,"children":17601},{"className":17600,"ariaHidden":13277},[13357],[17602,17678,17714],{"type":13,"tag":68,"props":17603,"children":17605},{"className":17604},[13362],[17606,17610,17665,17669,17674],{"type":13,"tag":68,"props":17607,"children":17609},{"className":17608,"style":13368},[13367],[],{"type":13,"tag":68,"props":17611,"children":17613},{"className":17612},[13373],[17614,17623,17628,17633,17638,17642,17647,17651,17656],{"type":13,"tag":68,"props":17615,"children":17617},{"className":17616,"style":13380},[13378,13379],[17618],{"type":13,"tag":68,"props":17619,"children":17621},{"className":17620},[13385,13386],[17622],{"type":18,"value":13280},{"type":13,"tag":68,"props":17624,"children":17626},{"className":17625},[13392,13393],[17627],{"type":18,"value":13187},{"type":13,"tag":68,"props":17629,"children":17631},{"className":17630,"style":13399},[13392],[17632],{"type":18,"value":13291},{"type":13,"tag":68,"props":17634,"children":17636},{"className":17635},[13392,13393],[17637],{"type":18,"value":13296},{"type":13,"tag":68,"props":17639,"children":17641},{"className":17640,"style":13411},[13410],[],{"type":13,"tag":68,"props":17643,"children":17645},{"className":17644},[13416],[17646],{"type":18,"value":13301},{"type":13,"tag":68,"props":17648,"children":17650},{"className":17649,"style":13411},[13410],[],{"type":13,"tag":68,"props":17652,"children":17654},{"className":17653},[13392],[17655],{"type":18,"value":13307},{"type":13,"tag":68,"props":17657,"children":17659},{"className":17658,"style":13380},[13431,13379],[17660],{"type":13,"tag":68,"props":17661,"children":17663},{"className":17662},[13385,13386],[17664],{"type":18,"value":13312},{"type":13,"tag":68,"props":17666,"children":17668},{"className":17667,"style":13441},[13410],[],{"type":13,"tag":68,"props":17670,"children":17672},{"className":17671},[13446],[17673],{"type":18,"value":103},{"type":13,"tag":68,"props":17675,"children":17677},{"className":17676,"style":13441},[13410],[],{"type":13,"tag":68,"props":17679,"children":17681},{"className":17680},[13362],[17682,17686,17691,17696,17701,17705,17710],{"type":13,"tag":68,"props":17683,"children":17685},{"className":17684,"style":13460},[13367],[],{"type":13,"tag":68,"props":17687,"children":17689},{"className":17688},[13392,13393],[17690],{"type":18,"value":13187},{"type":13,"tag":68,"props":17692,"children":17694},{"className":17693,"style":13399},[13392],[17695],{"type":18,"value":13291},{"type":13,"tag":68,"props":17697,"children":17699},{"className":17698,"style":13475},[13392,13393],[17700],{"type":18,"value":13329},{"type":13,"tag":68,"props":17702,"children":17704},{"className":17703,"style":13441},[13410],[],{"type":13,"tag":68,"props":17706,"children":17708},{"className":17707},[13446],[17709],{"type":18,"value":103},{"type":13,"tag":68,"props":17711,"children":17713},{"className":17712,"style":13441},[13410],[],{"type":13,"tag":68,"props":17715,"children":17717},{"className":17716},[13362],[17718,17722,17727,17732],{"type":13,"tag":68,"props":17719,"children":17721},{"className":17720,"style":13460},[13367],[],{"type":13,"tag":68,"props":17723,"children":17725},{"className":17724},[13392,13393],[17726],{"type":18,"value":13187},{"type":13,"tag":68,"props":17728,"children":17730},{"className":17729,"style":13399},[13392],[17731],{"type":18,"value":13291},{"type":13,"tag":68,"props":17733,"children":17735},{"className":17734,"style":13512},[13392,13393],[17736],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":17739,"children":17740},{"href":13746},[17741],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":17744,"children":17746},{"className":17745},[],[17747],{"type":18,"value":13757},{"type":18,"value":13759},{"type":13,"tag":64,"props":17750,"children":17752},{"className":17751},[],[17753],{"type":18,"value":13765},{"type":18,"value":13767},{"type":13,"tag":64,"props":17756,"children":17758},{"className":17757},[],[17759],{"type":18,"value":13773},{"type":18,"value":14523},{"type":13,"tag":10913,"props":17762,"children":17763},{},[17764,17770,17771,17775,17777,18000,18001,18005,18006,18011,18012,18017],{"type":13,"tag":64,"props":17765,"children":17767},{"className":17766},[],[17768],{"type":18,"value":17769},"VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16",{"type":18,"value":14923},{"type":13,"tag":13183,"props":17772,"children":17773},{},[17774],{"type":18,"value":13245},{"type":18,"value":17776}," that has a 12-bit G component\nin the top 12 bits of each 16-bit word of plane 0, and a two-component,\n32-bit BR plane 1 consisting of a 12-bit B component in the top 12 bits\nof the word in bytes 0..1, and a 12-bit R component in the top 12 bits\nof the word in bytes 2..3, with the bottom 4 bits of each word unused.\nThe horizontal dimension of the BR plane is halved relative to the image\ndimensions, and each R and B value is shared with the G components for\nwhich ",{"type":13,"tag":68,"props":17778,"children":17780},{"className":17779},[13251],[17781,17861],{"type":13,"tag":68,"props":17782,"children":17784},{"className":17783},[13256],[17785],{"type":13,"tag":13259,"props":17786,"children":17787},{"xmlns":13261},[17788],{"type":13,"tag":13264,"props":17789,"children":17790},{},[17791,17857],{"type":13,"tag":13268,"props":17792,"children":17793},{},[17794,17825,17829,17833,17837,17841,17845,17849,17853],{"type":13,"tag":13268,"props":17795,"children":17796},{},[17797,17801,17805,17809,17813,17817,17821],{"type":13,"tag":13275,"props":17798,"children":17799},{"fence":13277},[17800],{"type":18,"value":13280},{"type":13,"tag":13282,"props":17802,"children":17803},{},[17804],{"type":18,"value":13187},{"type":13,"tag":13282,"props":17806,"children":17807},{"mathvariant":13288},[17808],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17810,"children":17811},{},[17812],{"type":18,"value":13296},{"type":13,"tag":13275,"props":17814,"children":17815},{},[17816],{"type":18,"value":13301},{"type":13,"tag":13303,"props":17818,"children":17819},{},[17820],{"type":18,"value":13307},{"type":13,"tag":13275,"props":17822,"children":17823},{"fence":13277},[17824],{"type":18,"value":13312},{"type":13,"tag":13275,"props":17826,"children":17827},{},[17828],{"type":18,"value":103},{"type":13,"tag":13282,"props":17830,"children":17831},{},[17832],{"type":18,"value":13187},{"type":13,"tag":13282,"props":17834,"children":17835},{"mathvariant":13288},[17836],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17838,"children":17839},{},[17840],{"type":18,"value":13329},{"type":13,"tag":13275,"props":17842,"children":17843},{},[17844],{"type":18,"value":103},{"type":13,"tag":13282,"props":17846,"children":17847},{},[17848],{"type":18,"value":13187},{"type":13,"tag":13282,"props":17850,"children":17851},{"mathvariant":13288},[17852],{"type":18,"value":13291},{"type":13,"tag":13282,"props":17854,"children":17855},{},[17856],{"type":18,"value":13346},{"type":13,"tag":13348,"props":17858,"children":17859},{"encoding":13350},[17860],{"type":18,"value":14624},{"type":13,"tag":68,"props":17862,"children":17864},{"className":17863,"ariaHidden":13277},[13357],[17865,17941,17977],{"type":13,"tag":68,"props":17866,"children":17868},{"className":17867},[13362],[17869,17873,17928,17932,17937],{"type":13,"tag":68,"props":17870,"children":17872},{"className":17871,"style":13368},[13367],[],{"type":13,"tag":68,"props":17874,"children":17876},{"className":17875},[13373],[17877,17886,17891,17896,17901,17905,17910,17914,17919],{"type":13,"tag":68,"props":17878,"children":17880},{"className":17879,"style":13380},[13378,13379],[17881],{"type":13,"tag":68,"props":17882,"children":17884},{"className":17883},[13385,13386],[17885],{"type":18,"value":13280},{"type":13,"tag":68,"props":17887,"children":17889},{"className":17888},[13392,13393],[17890],{"type":18,"value":13187},{"type":13,"tag":68,"props":17892,"children":17894},{"className":17893,"style":13399},[13392],[17895],{"type":18,"value":13291},{"type":13,"tag":68,"props":17897,"children":17899},{"className":17898},[13392,13393],[17900],{"type":18,"value":13296},{"type":13,"tag":68,"props":17902,"children":17904},{"className":17903,"style":13411},[13410],[],{"type":13,"tag":68,"props":17906,"children":17908},{"className":17907},[13416],[17909],{"type":18,"value":13301},{"type":13,"tag":68,"props":17911,"children":17913},{"className":17912,"style":13411},[13410],[],{"type":13,"tag":68,"props":17915,"children":17917},{"className":17916},[13392],[17918],{"type":18,"value":13307},{"type":13,"tag":68,"props":17920,"children":17922},{"className":17921,"style":13380},[13431,13379],[17923],{"type":13,"tag":68,"props":17924,"children":17926},{"className":17925},[13385,13386],[17927],{"type":18,"value":13312},{"type":13,"tag":68,"props":17929,"children":17931},{"className":17930,"style":13441},[13410],[],{"type":13,"tag":68,"props":17933,"children":17935},{"className":17934},[13446],[17936],{"type":18,"value":103},{"type":13,"tag":68,"props":17938,"children":17940},{"className":17939,"style":13441},[13410],[],{"type":13,"tag":68,"props":17942,"children":17944},{"className":17943},[13362],[17945,17949,17954,17959,17964,17968,17973],{"type":13,"tag":68,"props":17946,"children":17948},{"className":17947,"style":13460},[13367],[],{"type":13,"tag":68,"props":17950,"children":17952},{"className":17951},[13392,13393],[17953],{"type":18,"value":13187},{"type":13,"tag":68,"props":17955,"children":17957},{"className":17956,"style":13399},[13392],[17958],{"type":18,"value":13291},{"type":13,"tag":68,"props":17960,"children":17962},{"className":17961,"style":13475},[13392,13393],[17963],{"type":18,"value":13329},{"type":13,"tag":68,"props":17965,"children":17967},{"className":17966,"style":13441},[13410],[],{"type":13,"tag":68,"props":17969,"children":17971},{"className":17970},[13446],[17972],{"type":18,"value":103},{"type":13,"tag":68,"props":17974,"children":17976},{"className":17975,"style":13441},[13410],[],{"type":13,"tag":68,"props":17978,"children":17980},{"className":17979},[13362],[17981,17985,17990,17995],{"type":13,"tag":68,"props":17982,"children":17984},{"className":17983,"style":13460},[13367],[],{"type":13,"tag":68,"props":17986,"children":17988},{"className":17987},[13392,13393],[17989],{"type":18,"value":13187},{"type":13,"tag":68,"props":17991,"children":17993},{"className":17992,"style":13399},[13392],[17994],{"type":18,"value":13291},{"type":13,"tag":68,"props":17996,"children":17998},{"className":17997,"style":13512},[13392,13393],[17999],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":18002,"children":18003},{"href":13746},[18004],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":18007,"children":18009},{"className":18008},[],[18010],{"type":18,"value":13757},{"type":18,"value":14251},{"type":13,"tag":64,"props":18013,"children":18015},{"className":18014},[],[18016],{"type":18,"value":13765},{"type":18,"value":14782},{"type":13,"tag":10913,"props":18019,"children":18020},{},[18021,18027,18028,18032,18034,18038,18039,18044,18045,18050,18051,18056],{"type":13,"tag":64,"props":18022,"children":18024},{"className":18023},[],[18025],{"type":18,"value":18026},"VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16",{"type":18,"value":14923},{"type":13,"tag":13183,"props":18029,"children":18030},{},[18031],{"type":18,"value":13245},{"type":18,"value":18033}," that has a 12-bit G component\nin the top 12 bits of each 16-bit word of plane 0, a 12-bit B component\nin the top 12 bits of each 16-bit word of plane 1, and a 12-bit R\ncomponent in the top 12 bits of each 16-bit word of plane 2, with the\nbottom 4 bits of each word unused.\nEach plane has the same dimensions and each R, G and B component\ncontributes to a single texel.\nThe location of each plane when this image is in linear layout can be\ndetermined via ",{"type":13,"tag":34,"props":18035,"children":18036},{"href":13746},[18037],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":18040,"children":18042},{"className":18041},[],[18043],{"type":18,"value":13757},{"type":18,"value":13759},{"type":13,"tag":64,"props":18046,"children":18048},{"className":18047},[],[18049],{"type":18,"value":13765},{"type":18,"value":13767},{"type":13,"tag":64,"props":18052,"children":18054},{"className":18053},[],[18055],{"type":18,"value":13773},{"type":18,"value":14822},{"type":13,"tag":10913,"props":18058,"children":18059},{},[18060,18066,18068,18072,18074,18078,18080,18084],{"type":13,"tag":64,"props":18061,"children":18063},{"className":18062},[],[18064],{"type":18,"value":18065},"VK_FORMAT_G16B16G16R16_422_UNORM",{"type":18,"value":18067}," specifies a four-component,\n64-bit format containing a pair of G components, an R component, and a B\ncomponent, collectively encoding a 2×1 rectangle of unsigned\nnormalized RGB texel data.\nOne G value is present at each ",{"type":13,"tag":13183,"props":18069,"children":18070},{},[18071],{"type":18,"value":13187},{"type":18,"value":18073}," coordinate, with the B and R values\nshared across both G values and thus recorded at half the horizontal\nresolution of the image.\nThis format has a 16-bit G component for the even ",{"type":13,"tag":13183,"props":18075,"children":18076},{},[18077],{"type":18,"value":13187},{"type":18,"value":18079}," coordinate in the\nword in bytes 0..1, a 16-bit B component in the word in bytes 2..3, a\n16-bit G component for the odd ",{"type":13,"tag":13183,"props":18081,"children":18082},{},[18083],{"type":18,"value":13187},{"type":18,"value":18085}," coordinate in the word in bytes 4..5,\nand a 16-bit R component in the word in bytes 6..7.\nThis format only supports images with a width that is a multiple of two.\nFor the purposes of the constraints on copy extents, this format is\ntreated as a compressed format with a 2×1 compressed texel block.",{"type":13,"tag":10913,"props":18087,"children":18088},{},[18089,18095,18096,18100,18102,18106,18108,18112],{"type":13,"tag":64,"props":18090,"children":18092},{"className":18091},[],[18093],{"type":18,"value":18094},"VK_FORMAT_B16G16R16G16_422_UNORM",{"type":18,"value":18067},{"type":13,"tag":13183,"props":18097,"children":18098},{},[18099],{"type":18,"value":13187},{"type":18,"value":18101}," coordinate, with the B and R values\nshared across both G values and thus recorded at half the horizontal\nresolution of the image.\nThis format has a 16-bit B component in the word in bytes 0..1, a 16-bit\nG component for the even ",{"type":13,"tag":13183,"props":18103,"children":18104},{},[18105],{"type":18,"value":13187},{"type":18,"value":18107}," coordinate in the word in bytes 2..3, a\n16-bit R component in the word in bytes 4..5, and a 16-bit G component\nfor the odd ",{"type":13,"tag":13183,"props":18109,"children":18110},{},[18111],{"type":18,"value":13187},{"type":18,"value":18113}," coordinate in the word in bytes 6..7.\nThis format only supports images with a width that is a multiple of two.\nFor the purposes of the constraints on copy extents, this format is\ntreated as a compressed format with a 2×1 compressed texel block.",{"type":13,"tag":10913,"props":18115,"children":18116},{},[18117,18123,18124,18128,18130,18353,18354,18577,18578,18582,18583,18588,18589,18594,18595,18600],{"type":13,"tag":64,"props":18118,"children":18120},{"className":18119},[],[18121],{"type":18,"value":18122},"VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM",{"type":18,"value":13240},{"type":13,"tag":13183,"props":18125,"children":18126},{},[18127],{"type":18,"value":13245},{"type":18,"value":18129}," that has a 16-bit G component in each\n16-bit word of plane 0, a 16-bit B component in each 16-bit word of\nplane 1, and a 16-bit R component in each 16-bit word of plane 2.\nThe horizontal and vertical dimensions of the R and B planes are halved\nrelative to the image dimensions, and each R and B component is shared\nwith the G components for which ",{"type":13,"tag":68,"props":18131,"children":18133},{"className":18132},[13251],[18134,18214],{"type":13,"tag":68,"props":18135,"children":18137},{"className":18136},[13256],[18138],{"type":13,"tag":13259,"props":18139,"children":18140},{"xmlns":13261},[18141],{"type":13,"tag":13264,"props":18142,"children":18143},{},[18144,18210],{"type":13,"tag":13268,"props":18145,"children":18146},{},[18147,18178,18182,18186,18190,18194,18198,18202,18206],{"type":13,"tag":13268,"props":18148,"children":18149},{},[18150,18154,18158,18162,18166,18170,18174],{"type":13,"tag":13275,"props":18151,"children":18152},{"fence":13277},[18153],{"type":18,"value":13280},{"type":13,"tag":13282,"props":18155,"children":18156},{},[18157],{"type":18,"value":13187},{"type":13,"tag":13282,"props":18159,"children":18160},{"mathvariant":13288},[18161],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18163,"children":18164},{},[18165],{"type":18,"value":13296},{"type":13,"tag":13275,"props":18167,"children":18168},{},[18169],{"type":18,"value":13301},{"type":13,"tag":13303,"props":18171,"children":18172},{},[18173],{"type":18,"value":13307},{"type":13,"tag":13275,"props":18175,"children":18176},{"fence":13277},[18177],{"type":18,"value":13312},{"type":13,"tag":13275,"props":18179,"children":18180},{},[18181],{"type":18,"value":103},{"type":13,"tag":13282,"props":18183,"children":18184},{},[18185],{"type":18,"value":13187},{"type":13,"tag":13282,"props":18187,"children":18188},{"mathvariant":13288},[18189],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18191,"children":18192},{},[18193],{"type":18,"value":13329},{"type":13,"tag":13275,"props":18195,"children":18196},{},[18197],{"type":18,"value":103},{"type":13,"tag":13282,"props":18199,"children":18200},{},[18201],{"type":18,"value":13187},{"type":13,"tag":13282,"props":18203,"children":18204},{"mathvariant":13288},[18205],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18207,"children":18208},{},[18209],{"type":18,"value":13346},{"type":13,"tag":13348,"props":18211,"children":18212},{"encoding":13350},[18213],{"type":18,"value":13353},{"type":13,"tag":68,"props":18215,"children":18217},{"className":18216,"ariaHidden":13277},[13357],[18218,18294,18330],{"type":13,"tag":68,"props":18219,"children":18221},{"className":18220},[13362],[18222,18226,18281,18285,18290],{"type":13,"tag":68,"props":18223,"children":18225},{"className":18224,"style":13368},[13367],[],{"type":13,"tag":68,"props":18227,"children":18229},{"className":18228},[13373],[18230,18239,18244,18249,18254,18258,18263,18267,18272],{"type":13,"tag":68,"props":18231,"children":18233},{"className":18232,"style":13380},[13378,13379],[18234],{"type":13,"tag":68,"props":18235,"children":18237},{"className":18236},[13385,13386],[18238],{"type":18,"value":13280},{"type":13,"tag":68,"props":18240,"children":18242},{"className":18241},[13392,13393],[18243],{"type":18,"value":13187},{"type":13,"tag":68,"props":18245,"children":18247},{"className":18246,"style":13399},[13392],[18248],{"type":18,"value":13291},{"type":13,"tag":68,"props":18250,"children":18252},{"className":18251},[13392,13393],[18253],{"type":18,"value":13296},{"type":13,"tag":68,"props":18255,"children":18257},{"className":18256,"style":13411},[13410],[],{"type":13,"tag":68,"props":18259,"children":18261},{"className":18260},[13416],[18262],{"type":18,"value":13301},{"type":13,"tag":68,"props":18264,"children":18266},{"className":18265,"style":13411},[13410],[],{"type":13,"tag":68,"props":18268,"children":18270},{"className":18269},[13392],[18271],{"type":18,"value":13307},{"type":13,"tag":68,"props":18273,"children":18275},{"className":18274,"style":13380},[13431,13379],[18276],{"type":13,"tag":68,"props":18277,"children":18279},{"className":18278},[13385,13386],[18280],{"type":18,"value":13312},{"type":13,"tag":68,"props":18282,"children":18284},{"className":18283,"style":13441},[13410],[],{"type":13,"tag":68,"props":18286,"children":18288},{"className":18287},[13446],[18289],{"type":18,"value":103},{"type":13,"tag":68,"props":18291,"children":18293},{"className":18292,"style":13441},[13410],[],{"type":13,"tag":68,"props":18295,"children":18297},{"className":18296},[13362],[18298,18302,18307,18312,18317,18321,18326],{"type":13,"tag":68,"props":18299,"children":18301},{"className":18300,"style":13460},[13367],[],{"type":13,"tag":68,"props":18303,"children":18305},{"className":18304},[13392,13393],[18306],{"type":18,"value":13187},{"type":13,"tag":68,"props":18308,"children":18310},{"className":18309,"style":13399},[13392],[18311],{"type":18,"value":13291},{"type":13,"tag":68,"props":18313,"children":18315},{"className":18314,"style":13475},[13392,13393],[18316],{"type":18,"value":13329},{"type":13,"tag":68,"props":18318,"children":18320},{"className":18319,"style":13441},[13410],[],{"type":13,"tag":68,"props":18322,"children":18324},{"className":18323},[13446],[18325],{"type":18,"value":103},{"type":13,"tag":68,"props":18327,"children":18329},{"className":18328,"style":13441},[13410],[],{"type":13,"tag":68,"props":18331,"children":18333},{"className":18332},[13362],[18334,18338,18343,18348],{"type":13,"tag":68,"props":18335,"children":18337},{"className":18336,"style":13460},[13367],[],{"type":13,"tag":68,"props":18339,"children":18341},{"className":18340},[13392,13393],[18342],{"type":18,"value":13187},{"type":13,"tag":68,"props":18344,"children":18346},{"className":18345,"style":13399},[13392],[18347],{"type":18,"value":13291},{"type":13,"tag":68,"props":18349,"children":18351},{"className":18350,"style":13512},[13392,13393],[18352],{"type":18,"value":13346},{"type":18,"value":12317},{"type":13,"tag":68,"props":18355,"children":18357},{"className":18356},[13251],[18358,18438],{"type":13,"tag":68,"props":18359,"children":18361},{"className":18360},[13256],[18362],{"type":13,"tag":13259,"props":18363,"children":18364},{"xmlns":13261},[18365],{"type":13,"tag":13264,"props":18366,"children":18367},{},[18368,18434],{"type":13,"tag":13268,"props":18369,"children":18370},{},[18371,18402,18406,18410,18414,18418,18422,18426,18430],{"type":13,"tag":13268,"props":18372,"children":18373},{},[18374,18378,18382,18386,18390,18394,18398],{"type":13,"tag":13275,"props":18375,"children":18376},{"fence":13277},[18377],{"type":18,"value":13280},{"type":13,"tag":13282,"props":18379,"children":18380},{},[18381],{"type":18,"value":13544},{"type":13,"tag":13282,"props":18383,"children":18384},{"mathvariant":13288},[18385],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18387,"children":18388},{},[18389],{"type":18,"value":13296},{"type":13,"tag":13275,"props":18391,"children":18392},{},[18393],{"type":18,"value":13301},{"type":13,"tag":13303,"props":18395,"children":18396},{},[18397],{"type":18,"value":13307},{"type":13,"tag":13275,"props":18399,"children":18400},{"fence":13277},[18401],{"type":18,"value":13312},{"type":13,"tag":13275,"props":18403,"children":18404},{},[18405],{"type":18,"value":103},{"type":13,"tag":13282,"props":18407,"children":18408},{},[18409],{"type":18,"value":13544},{"type":13,"tag":13282,"props":18411,"children":18412},{"mathvariant":13288},[18413],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18415,"children":18416},{},[18417],{"type":18,"value":13329},{"type":13,"tag":13275,"props":18419,"children":18420},{},[18421],{"type":18,"value":103},{"type":13,"tag":13282,"props":18423,"children":18424},{},[18425],{"type":18,"value":13544},{"type":13,"tag":13282,"props":18427,"children":18428},{"mathvariant":13288},[18429],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18431,"children":18432},{},[18433],{"type":18,"value":13346},{"type":13,"tag":13348,"props":18435,"children":18436},{"encoding":13350},[18437],{"type":18,"value":13601},{"type":13,"tag":68,"props":18439,"children":18441},{"className":18440,"ariaHidden":13277},[13357],[18442,18518,18554],{"type":13,"tag":68,"props":18443,"children":18445},{"className":18444},[13362],[18446,18450,18505,18509,18514],{"type":13,"tag":68,"props":18447,"children":18449},{"className":18448,"style":13368},[13367],[],{"type":13,"tag":68,"props":18451,"children":18453},{"className":18452},[13373],[18454,18463,18468,18473,18478,18482,18487,18491,18496],{"type":13,"tag":68,"props":18455,"children":18457},{"className":18456,"style":13380},[13378,13379],[18458],{"type":13,"tag":68,"props":18459,"children":18461},{"className":18460},[13385,13386],[18462],{"type":18,"value":13280},{"type":13,"tag":68,"props":18464,"children":18466},{"className":18465,"style":13630},[13392,13393],[18467],{"type":18,"value":13544},{"type":13,"tag":68,"props":18469,"children":18471},{"className":18470,"style":13399},[13392],[18472],{"type":18,"value":13291},{"type":13,"tag":68,"props":18474,"children":18476},{"className":18475},[13392,13393],[18477],{"type":18,"value":13296},{"type":13,"tag":68,"props":18479,"children":18481},{"className":18480,"style":13411},[13410],[],{"type":13,"tag":68,"props":18483,"children":18485},{"className":18484},[13416],[18486],{"type":18,"value":13301},{"type":13,"tag":68,"props":18488,"children":18490},{"className":18489,"style":13411},[13410],[],{"type":13,"tag":68,"props":18492,"children":18494},{"className":18493},[13392],[18495],{"type":18,"value":13307},{"type":13,"tag":68,"props":18497,"children":18499},{"className":18498,"style":13380},[13431,13379],[18500],{"type":13,"tag":68,"props":18501,"children":18503},{"className":18502},[13385,13386],[18504],{"type":18,"value":13312},{"type":13,"tag":68,"props":18506,"children":18508},{"className":18507,"style":13441},[13410],[],{"type":13,"tag":68,"props":18510,"children":18512},{"className":18511},[13446],[18513],{"type":18,"value":103},{"type":13,"tag":68,"props":18515,"children":18517},{"className":18516,"style":13441},[13410],[],{"type":13,"tag":68,"props":18519,"children":18521},{"className":18520},[13362],[18522,18526,18531,18536,18541,18545,18550],{"type":13,"tag":68,"props":18523,"children":18525},{"className":18524,"style":13460},[13367],[],{"type":13,"tag":68,"props":18527,"children":18529},{"className":18528,"style":13630},[13392,13393],[18530],{"type":18,"value":13544},{"type":13,"tag":68,"props":18532,"children":18534},{"className":18533,"style":13399},[13392],[18535],{"type":18,"value":13291},{"type":13,"tag":68,"props":18537,"children":18539},{"className":18538,"style":13475},[13392,13393],[18540],{"type":18,"value":13329},{"type":13,"tag":68,"props":18542,"children":18544},{"className":18543,"style":13441},[13410],[],{"type":13,"tag":68,"props":18546,"children":18548},{"className":18547},[13446],[18549],{"type":18,"value":103},{"type":13,"tag":68,"props":18551,"children":18553},{"className":18552,"style":13441},[13410],[],{"type":13,"tag":68,"props":18555,"children":18557},{"className":18556},[13362],[18558,18562,18567,18572],{"type":13,"tag":68,"props":18559,"children":18561},{"className":18560,"style":13460},[13367],[],{"type":13,"tag":68,"props":18563,"children":18565},{"className":18564,"style":13630},[13392,13393],[18566],{"type":18,"value":13544},{"type":13,"tag":68,"props":18568,"children":18570},{"className":18569,"style":13399},[13392],[18571],{"type":18,"value":13291},{"type":13,"tag":68,"props":18573,"children":18575},{"className":18574,"style":13512},[13392,13393],[18576],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":18579,"children":18580},{"href":13746},[18581],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":18584,"children":18586},{"className":18585},[],[18587],{"type":18,"value":13757},{"type":18,"value":13759},{"type":13,"tag":64,"props":18590,"children":18592},{"className":18591},[],[18593],{"type":18,"value":13765},{"type":18,"value":13767},{"type":13,"tag":64,"props":18596,"children":18598},{"className":18597},[],[18599],{"type":18,"value":13773},{"type":18,"value":13775},{"type":13,"tag":10913,"props":18602,"children":18603},{},[18604,18610,18611,18615,18617,18840,18841,19064,19065,19069,19070,19075,19076,19081],{"type":13,"tag":64,"props":18605,"children":18607},{"className":18606},[],[18608],{"type":18,"value":18609},"VK_FORMAT_G16_B16R16_2PLANE_420_UNORM",{"type":18,"value":13240},{"type":13,"tag":13183,"props":18612,"children":18613},{},[18614],{"type":18,"value":13245},{"type":18,"value":18616}," that has a 16-bit G component in each\n16-bit word of plane 0, and a two-component, 32-bit BR plane 1\nconsisting of a 16-bit B component in the word in bytes 0..1, and a\n16-bit R component in the word in bytes 2..3.\nThe horizontal and vertical dimensions of the BR plane are halved\nrelative to the image dimensions, and each R and B value is shared with\nthe G components for which ",{"type":13,"tag":68,"props":18618,"children":18620},{"className":18619},[13251],[18621,18701],{"type":13,"tag":68,"props":18622,"children":18624},{"className":18623},[13256],[18625],{"type":13,"tag":13259,"props":18626,"children":18627},{"xmlns":13261},[18628],{"type":13,"tag":13264,"props":18629,"children":18630},{},[18631,18697],{"type":13,"tag":13268,"props":18632,"children":18633},{},[18634,18665,18669,18673,18677,18681,18685,18689,18693],{"type":13,"tag":13268,"props":18635,"children":18636},{},[18637,18641,18645,18649,18653,18657,18661],{"type":13,"tag":13275,"props":18638,"children":18639},{"fence":13277},[18640],{"type":18,"value":13280},{"type":13,"tag":13282,"props":18642,"children":18643},{},[18644],{"type":18,"value":13187},{"type":13,"tag":13282,"props":18646,"children":18647},{"mathvariant":13288},[18648],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18650,"children":18651},{},[18652],{"type":18,"value":13296},{"type":13,"tag":13275,"props":18654,"children":18655},{},[18656],{"type":18,"value":13301},{"type":13,"tag":13303,"props":18658,"children":18659},{},[18660],{"type":18,"value":13307},{"type":13,"tag":13275,"props":18662,"children":18663},{"fence":13277},[18664],{"type":18,"value":13312},{"type":13,"tag":13275,"props":18666,"children":18667},{},[18668],{"type":18,"value":103},{"type":13,"tag":13282,"props":18670,"children":18671},{},[18672],{"type":18,"value":13187},{"type":13,"tag":13282,"props":18674,"children":18675},{"mathvariant":13288},[18676],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18678,"children":18679},{},[18680],{"type":18,"value":13329},{"type":13,"tag":13275,"props":18682,"children":18683},{},[18684],{"type":18,"value":103},{"type":13,"tag":13282,"props":18686,"children":18687},{},[18688],{"type":18,"value":13187},{"type":13,"tag":13282,"props":18690,"children":18691},{"mathvariant":13288},[18692],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18694,"children":18695},{},[18696],{"type":18,"value":13346},{"type":13,"tag":13348,"props":18698,"children":18699},{"encoding":13350},[18700],{"type":18,"value":13353},{"type":13,"tag":68,"props":18702,"children":18704},{"className":18703,"ariaHidden":13277},[13357],[18705,18781,18817],{"type":13,"tag":68,"props":18706,"children":18708},{"className":18707},[13362],[18709,18713,18768,18772,18777],{"type":13,"tag":68,"props":18710,"children":18712},{"className":18711,"style":13368},[13367],[],{"type":13,"tag":68,"props":18714,"children":18716},{"className":18715},[13373],[18717,18726,18731,18736,18741,18745,18750,18754,18759],{"type":13,"tag":68,"props":18718,"children":18720},{"className":18719,"style":13380},[13378,13379],[18721],{"type":13,"tag":68,"props":18722,"children":18724},{"className":18723},[13385,13386],[18725],{"type":18,"value":13280},{"type":13,"tag":68,"props":18727,"children":18729},{"className":18728},[13392,13393],[18730],{"type":18,"value":13187},{"type":13,"tag":68,"props":18732,"children":18734},{"className":18733,"style":13399},[13392],[18735],{"type":18,"value":13291},{"type":13,"tag":68,"props":18737,"children":18739},{"className":18738},[13392,13393],[18740],{"type":18,"value":13296},{"type":13,"tag":68,"props":18742,"children":18744},{"className":18743,"style":13411},[13410],[],{"type":13,"tag":68,"props":18746,"children":18748},{"className":18747},[13416],[18749],{"type":18,"value":13301},{"type":13,"tag":68,"props":18751,"children":18753},{"className":18752,"style":13411},[13410],[],{"type":13,"tag":68,"props":18755,"children":18757},{"className":18756},[13392],[18758],{"type":18,"value":13307},{"type":13,"tag":68,"props":18760,"children":18762},{"className":18761,"style":13380},[13431,13379],[18763],{"type":13,"tag":68,"props":18764,"children":18766},{"className":18765},[13385,13386],[18767],{"type":18,"value":13312},{"type":13,"tag":68,"props":18769,"children":18771},{"className":18770,"style":13441},[13410],[],{"type":13,"tag":68,"props":18773,"children":18775},{"className":18774},[13446],[18776],{"type":18,"value":103},{"type":13,"tag":68,"props":18778,"children":18780},{"className":18779,"style":13441},[13410],[],{"type":13,"tag":68,"props":18782,"children":18784},{"className":18783},[13362],[18785,18789,18794,18799,18804,18808,18813],{"type":13,"tag":68,"props":18786,"children":18788},{"className":18787,"style":13460},[13367],[],{"type":13,"tag":68,"props":18790,"children":18792},{"className":18791},[13392,13393],[18793],{"type":18,"value":13187},{"type":13,"tag":68,"props":18795,"children":18797},{"className":18796,"style":13399},[13392],[18798],{"type":18,"value":13291},{"type":13,"tag":68,"props":18800,"children":18802},{"className":18801,"style":13475},[13392,13393],[18803],{"type":18,"value":13329},{"type":13,"tag":68,"props":18805,"children":18807},{"className":18806,"style":13441},[13410],[],{"type":13,"tag":68,"props":18809,"children":18811},{"className":18810},[13446],[18812],{"type":18,"value":103},{"type":13,"tag":68,"props":18814,"children":18816},{"className":18815,"style":13441},[13410],[],{"type":13,"tag":68,"props":18818,"children":18820},{"className":18819},[13362],[18821,18825,18830,18835],{"type":13,"tag":68,"props":18822,"children":18824},{"className":18823,"style":13460},[13367],[],{"type":13,"tag":68,"props":18826,"children":18828},{"className":18827},[13392,13393],[18829],{"type":18,"value":13187},{"type":13,"tag":68,"props":18831,"children":18833},{"className":18832,"style":13399},[13392],[18834],{"type":18,"value":13291},{"type":13,"tag":68,"props":18836,"children":18838},{"className":18837,"style":13512},[13392,13393],[18839],{"type":18,"value":13346},{"type":18,"value":12317},{"type":13,"tag":68,"props":18842,"children":18844},{"className":18843},[13251],[18845,18925],{"type":13,"tag":68,"props":18846,"children":18848},{"className":18847},[13256],[18849],{"type":13,"tag":13259,"props":18850,"children":18851},{"xmlns":13261},[18852],{"type":13,"tag":13264,"props":18853,"children":18854},{},[18855,18921],{"type":13,"tag":13268,"props":18856,"children":18857},{},[18858,18889,18893,18897,18901,18905,18909,18913,18917],{"type":13,"tag":13268,"props":18859,"children":18860},{},[18861,18865,18869,18873,18877,18881,18885],{"type":13,"tag":13275,"props":18862,"children":18863},{"fence":13277},[18864],{"type":18,"value":13280},{"type":13,"tag":13282,"props":18866,"children":18867},{},[18868],{"type":18,"value":13544},{"type":13,"tag":13282,"props":18870,"children":18871},{"mathvariant":13288},[18872],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18874,"children":18875},{},[18876],{"type":18,"value":13296},{"type":13,"tag":13275,"props":18878,"children":18879},{},[18880],{"type":18,"value":13301},{"type":13,"tag":13303,"props":18882,"children":18883},{},[18884],{"type":18,"value":13307},{"type":13,"tag":13275,"props":18886,"children":18887},{"fence":13277},[18888],{"type":18,"value":13312},{"type":13,"tag":13275,"props":18890,"children":18891},{},[18892],{"type":18,"value":103},{"type":13,"tag":13282,"props":18894,"children":18895},{},[18896],{"type":18,"value":13544},{"type":13,"tag":13282,"props":18898,"children":18899},{"mathvariant":13288},[18900],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18902,"children":18903},{},[18904],{"type":18,"value":13329},{"type":13,"tag":13275,"props":18906,"children":18907},{},[18908],{"type":18,"value":103},{"type":13,"tag":13282,"props":18910,"children":18911},{},[18912],{"type":18,"value":13544},{"type":13,"tag":13282,"props":18914,"children":18915},{"mathvariant":13288},[18916],{"type":18,"value":13291},{"type":13,"tag":13282,"props":18918,"children":18919},{},[18920],{"type":18,"value":13346},{"type":13,"tag":13348,"props":18922,"children":18923},{"encoding":13350},[18924],{"type":18,"value":13601},{"type":13,"tag":68,"props":18926,"children":18928},{"className":18927,"ariaHidden":13277},[13357],[18929,19005,19041],{"type":13,"tag":68,"props":18930,"children":18932},{"className":18931},[13362],[18933,18937,18992,18996,19001],{"type":13,"tag":68,"props":18934,"children":18936},{"className":18935,"style":13368},[13367],[],{"type":13,"tag":68,"props":18938,"children":18940},{"className":18939},[13373],[18941,18950,18955,18960,18965,18969,18974,18978,18983],{"type":13,"tag":68,"props":18942,"children":18944},{"className":18943,"style":13380},[13378,13379],[18945],{"type":13,"tag":68,"props":18946,"children":18948},{"className":18947},[13385,13386],[18949],{"type":18,"value":13280},{"type":13,"tag":68,"props":18951,"children":18953},{"className":18952,"style":13630},[13392,13393],[18954],{"type":18,"value":13544},{"type":13,"tag":68,"props":18956,"children":18958},{"className":18957,"style":13399},[13392],[18959],{"type":18,"value":13291},{"type":13,"tag":68,"props":18961,"children":18963},{"className":18962},[13392,13393],[18964],{"type":18,"value":13296},{"type":13,"tag":68,"props":18966,"children":18968},{"className":18967,"style":13411},[13410],[],{"type":13,"tag":68,"props":18970,"children":18972},{"className":18971},[13416],[18973],{"type":18,"value":13301},{"type":13,"tag":68,"props":18975,"children":18977},{"className":18976,"style":13411},[13410],[],{"type":13,"tag":68,"props":18979,"children":18981},{"className":18980},[13392],[18982],{"type":18,"value":13307},{"type":13,"tag":68,"props":18984,"children":18986},{"className":18985,"style":13380},[13431,13379],[18987],{"type":13,"tag":68,"props":18988,"children":18990},{"className":18989},[13385,13386],[18991],{"type":18,"value":13312},{"type":13,"tag":68,"props":18993,"children":18995},{"className":18994,"style":13441},[13410],[],{"type":13,"tag":68,"props":18997,"children":18999},{"className":18998},[13446],[19000],{"type":18,"value":103},{"type":13,"tag":68,"props":19002,"children":19004},{"className":19003,"style":13441},[13410],[],{"type":13,"tag":68,"props":19006,"children":19008},{"className":19007},[13362],[19009,19013,19018,19023,19028,19032,19037],{"type":13,"tag":68,"props":19010,"children":19012},{"className":19011,"style":13460},[13367],[],{"type":13,"tag":68,"props":19014,"children":19016},{"className":19015,"style":13630},[13392,13393],[19017],{"type":18,"value":13544},{"type":13,"tag":68,"props":19019,"children":19021},{"className":19020,"style":13399},[13392],[19022],{"type":18,"value":13291},{"type":13,"tag":68,"props":19024,"children":19026},{"className":19025,"style":13475},[13392,13393],[19027],{"type":18,"value":13329},{"type":13,"tag":68,"props":19029,"children":19031},{"className":19030,"style":13441},[13410],[],{"type":13,"tag":68,"props":19033,"children":19035},{"className":19034},[13446],[19036],{"type":18,"value":103},{"type":13,"tag":68,"props":19038,"children":19040},{"className":19039,"style":13441},[13410],[],{"type":13,"tag":68,"props":19042,"children":19044},{"className":19043},[13362],[19045,19049,19054,19059],{"type":13,"tag":68,"props":19046,"children":19048},{"className":19047,"style":13460},[13367],[],{"type":13,"tag":68,"props":19050,"children":19052},{"className":19051,"style":13630},[13392,13393],[19053],{"type":18,"value":13544},{"type":13,"tag":68,"props":19055,"children":19057},{"className":19056,"style":13399},[13392],[19058],{"type":18,"value":13291},{"type":13,"tag":68,"props":19060,"children":19062},{"className":19061,"style":13512},[13392,13393],[19063],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":19066,"children":19067},{"href":13746},[19068],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":19071,"children":19073},{"className":19072},[],[19074],{"type":18,"value":13757},{"type":18,"value":14251},{"type":13,"tag":64,"props":19077,"children":19079},{"className":19078},[],[19080],{"type":18,"value":13765},{"type":18,"value":14258},{"type":13,"tag":10913,"props":19083,"children":19084},{},[19085,19091,19092,19096,19098,19321,19322,19326,19327,19332,19333,19338,19339,19344],{"type":13,"tag":64,"props":19086,"children":19088},{"className":19087},[],[19089],{"type":18,"value":19090},"VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM",{"type":18,"value":13240},{"type":13,"tag":13183,"props":19093,"children":19094},{},[19095],{"type":18,"value":13245},{"type":18,"value":19097}," that has a 16-bit G component in each\n16-bit word of plane 0, a 16-bit B component in each 16-bit word of\nplane 1, and a 16-bit R component in each 16-bit word of plane 2.\nThe horizontal dimension of the R and B plane is halved relative to the\nimage dimensions, and each R and B value is shared with the G components\nfor which ",{"type":13,"tag":68,"props":19099,"children":19101},{"className":19100},[13251],[19102,19182],{"type":13,"tag":68,"props":19103,"children":19105},{"className":19104},[13256],[19106],{"type":13,"tag":13259,"props":19107,"children":19108},{"xmlns":13261},[19109],{"type":13,"tag":13264,"props":19110,"children":19111},{},[19112,19178],{"type":13,"tag":13268,"props":19113,"children":19114},{},[19115,19146,19150,19154,19158,19162,19166,19170,19174],{"type":13,"tag":13268,"props":19116,"children":19117},{},[19118,19122,19126,19130,19134,19138,19142],{"type":13,"tag":13275,"props":19119,"children":19120},{"fence":13277},[19121],{"type":18,"value":13280},{"type":13,"tag":13282,"props":19123,"children":19124},{},[19125],{"type":18,"value":13187},{"type":13,"tag":13282,"props":19127,"children":19128},{"mathvariant":13288},[19129],{"type":18,"value":13291},{"type":13,"tag":13282,"props":19131,"children":19132},{},[19133],{"type":18,"value":13296},{"type":13,"tag":13275,"props":19135,"children":19136},{},[19137],{"type":18,"value":13301},{"type":13,"tag":13303,"props":19139,"children":19140},{},[19141],{"type":18,"value":13307},{"type":13,"tag":13275,"props":19143,"children":19144},{"fence":13277},[19145],{"type":18,"value":13312},{"type":13,"tag":13275,"props":19147,"children":19148},{},[19149],{"type":18,"value":103},{"type":13,"tag":13282,"props":19151,"children":19152},{},[19153],{"type":18,"value":13187},{"type":13,"tag":13282,"props":19155,"children":19156},{"mathvariant":13288},[19157],{"type":18,"value":13291},{"type":13,"tag":13282,"props":19159,"children":19160},{},[19161],{"type":18,"value":13329},{"type":13,"tag":13275,"props":19163,"children":19164},{},[19165],{"type":18,"value":103},{"type":13,"tag":13282,"props":19167,"children":19168},{},[19169],{"type":18,"value":13187},{"type":13,"tag":13282,"props":19171,"children":19172},{"mathvariant":13288},[19173],{"type":18,"value":13291},{"type":13,"tag":13282,"props":19175,"children":19176},{},[19177],{"type":18,"value":13346},{"type":13,"tag":13348,"props":19179,"children":19180},{"encoding":13350},[19181],{"type":18,"value":14359},{"type":13,"tag":68,"props":19183,"children":19185},{"className":19184,"ariaHidden":13277},[13357],[19186,19262,19298],{"type":13,"tag":68,"props":19187,"children":19189},{"className":19188},[13362],[19190,19194,19249,19253,19258],{"type":13,"tag":68,"props":19191,"children":19193},{"className":19192,"style":13368},[13367],[],{"type":13,"tag":68,"props":19195,"children":19197},{"className":19196},[13373],[19198,19207,19212,19217,19222,19226,19231,19235,19240],{"type":13,"tag":68,"props":19199,"children":19201},{"className":19200,"style":13380},[13378,13379],[19202],{"type":13,"tag":68,"props":19203,"children":19205},{"className":19204},[13385,13386],[19206],{"type":18,"value":13280},{"type":13,"tag":68,"props":19208,"children":19210},{"className":19209},[13392,13393],[19211],{"type":18,"value":13187},{"type":13,"tag":68,"props":19213,"children":19215},{"className":19214,"style":13399},[13392],[19216],{"type":18,"value":13291},{"type":13,"tag":68,"props":19218,"children":19220},{"className":19219},[13392,13393],[19221],{"type":18,"value":13296},{"type":13,"tag":68,"props":19223,"children":19225},{"className":19224,"style":13411},[13410],[],{"type":13,"tag":68,"props":19227,"children":19229},{"className":19228},[13416],[19230],{"type":18,"value":13301},{"type":13,"tag":68,"props":19232,"children":19234},{"className":19233,"style":13411},[13410],[],{"type":13,"tag":68,"props":19236,"children":19238},{"className":19237},[13392],[19239],{"type":18,"value":13307},{"type":13,"tag":68,"props":19241,"children":19243},{"className":19242,"style":13380},[13431,13379],[19244],{"type":13,"tag":68,"props":19245,"children":19247},{"className":19246},[13385,13386],[19248],{"type":18,"value":13312},{"type":13,"tag":68,"props":19250,"children":19252},{"className":19251,"style":13441},[13410],[],{"type":13,"tag":68,"props":19254,"children":19256},{"className":19255},[13446],[19257],{"type":18,"value":103},{"type":13,"tag":68,"props":19259,"children":19261},{"className":19260,"style":13441},[13410],[],{"type":13,"tag":68,"props":19263,"children":19265},{"className":19264},[13362],[19266,19270,19275,19280,19285,19289,19294],{"type":13,"tag":68,"props":19267,"children":19269},{"className":19268,"style":13460},[13367],[],{"type":13,"tag":68,"props":19271,"children":19273},{"className":19272},[13392,13393],[19274],{"type":18,"value":13187},{"type":13,"tag":68,"props":19276,"children":19278},{"className":19277,"style":13399},[13392],[19279],{"type":18,"value":13291},{"type":13,"tag":68,"props":19281,"children":19283},{"className":19282,"style":13475},[13392,13393],[19284],{"type":18,"value":13329},{"type":13,"tag":68,"props":19286,"children":19288},{"className":19287,"style":13441},[13410],[],{"type":13,"tag":68,"props":19290,"children":19292},{"className":19291},[13446],[19293],{"type":18,"value":103},{"type":13,"tag":68,"props":19295,"children":19297},{"className":19296,"style":13441},[13410],[],{"type":13,"tag":68,"props":19299,"children":19301},{"className":19300},[13362],[19302,19306,19311,19316],{"type":13,"tag":68,"props":19303,"children":19305},{"className":19304,"style":13460},[13367],[],{"type":13,"tag":68,"props":19307,"children":19309},{"className":19308},[13392,13393],[19310],{"type":18,"value":13187},{"type":13,"tag":68,"props":19312,"children":19314},{"className":19313,"style":13399},[13392],[19315],{"type":18,"value":13291},{"type":13,"tag":68,"props":19317,"children":19319},{"className":19318,"style":13512},[13392,13393],[19320],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":19323,"children":19324},{"href":13746},[19325],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":19328,"children":19330},{"className":19329},[],[19331],{"type":18,"value":13757},{"type":18,"value":13759},{"type":13,"tag":64,"props":19334,"children":19336},{"className":19335},[],[19337],{"type":18,"value":13765},{"type":18,"value":13767},{"type":13,"tag":64,"props":19340,"children":19342},{"className":19341},[],[19343],{"type":18,"value":13773},{"type":18,"value":14523},{"type":13,"tag":10913,"props":19346,"children":19347},{},[19348,19354,19355,19359,19361,19584,19585,19589,19590,19595,19596,19601],{"type":13,"tag":64,"props":19349,"children":19351},{"className":19350},[],[19352],{"type":18,"value":19353},"VK_FORMAT_G16_B16R16_2PLANE_422_UNORM",{"type":18,"value":13240},{"type":13,"tag":13183,"props":19356,"children":19357},{},[19358],{"type":18,"value":13245},{"type":18,"value":19360}," that has a 16-bit G component in each\n16-bit word of plane 0, and a two-component, 32-bit BR plane 1\nconsisting of a 16-bit B component in the word in bytes 0..1, and a\n16-bit R component in the word in bytes 2..3.\nThe horizontal dimension of the BR plane is halved relative to the image\ndimensions, and each R and B value is shared with the G components for\nwhich ",{"type":13,"tag":68,"props":19362,"children":19364},{"className":19363},[13251],[19365,19445],{"type":13,"tag":68,"props":19366,"children":19368},{"className":19367},[13256],[19369],{"type":13,"tag":13259,"props":19370,"children":19371},{"xmlns":13261},[19372],{"type":13,"tag":13264,"props":19373,"children":19374},{},[19375,19441],{"type":13,"tag":13268,"props":19376,"children":19377},{},[19378,19409,19413,19417,19421,19425,19429,19433,19437],{"type":13,"tag":13268,"props":19379,"children":19380},{},[19381,19385,19389,19393,19397,19401,19405],{"type":13,"tag":13275,"props":19382,"children":19383},{"fence":13277},[19384],{"type":18,"value":13280},{"type":13,"tag":13282,"props":19386,"children":19387},{},[19388],{"type":18,"value":13187},{"type":13,"tag":13282,"props":19390,"children":19391},{"mathvariant":13288},[19392],{"type":18,"value":13291},{"type":13,"tag":13282,"props":19394,"children":19395},{},[19396],{"type":18,"value":13296},{"type":13,"tag":13275,"props":19398,"children":19399},{},[19400],{"type":18,"value":13301},{"type":13,"tag":13303,"props":19402,"children":19403},{},[19404],{"type":18,"value":13307},{"type":13,"tag":13275,"props":19406,"children":19407},{"fence":13277},[19408],{"type":18,"value":13312},{"type":13,"tag":13275,"props":19410,"children":19411},{},[19412],{"type":18,"value":103},{"type":13,"tag":13282,"props":19414,"children":19415},{},[19416],{"type":18,"value":13187},{"type":13,"tag":13282,"props":19418,"children":19419},{"mathvariant":13288},[19420],{"type":18,"value":13291},{"type":13,"tag":13282,"props":19422,"children":19423},{},[19424],{"type":18,"value":13329},{"type":13,"tag":13275,"props":19426,"children":19427},{},[19428],{"type":18,"value":103},{"type":13,"tag":13282,"props":19430,"children":19431},{},[19432],{"type":18,"value":13187},{"type":13,"tag":13282,"props":19434,"children":19435},{"mathvariant":13288},[19436],{"type":18,"value":13291},{"type":13,"tag":13282,"props":19438,"children":19439},{},[19440],{"type":18,"value":13346},{"type":13,"tag":13348,"props":19442,"children":19443},{"encoding":13350},[19444],{"type":18,"value":14624},{"type":13,"tag":68,"props":19446,"children":19448},{"className":19447,"ariaHidden":13277},[13357],[19449,19525,19561],{"type":13,"tag":68,"props":19450,"children":19452},{"className":19451},[13362],[19453,19457,19512,19516,19521],{"type":13,"tag":68,"props":19454,"children":19456},{"className":19455,"style":13368},[13367],[],{"type":13,"tag":68,"props":19458,"children":19460},{"className":19459},[13373],[19461,19470,19475,19480,19485,19489,19494,19498,19503],{"type":13,"tag":68,"props":19462,"children":19464},{"className":19463,"style":13380},[13378,13379],[19465],{"type":13,"tag":68,"props":19466,"children":19468},{"className":19467},[13385,13386],[19469],{"type":18,"value":13280},{"type":13,"tag":68,"props":19471,"children":19473},{"className":19472},[13392,13393],[19474],{"type":18,"value":13187},{"type":13,"tag":68,"props":19476,"children":19478},{"className":19477,"style":13399},[13392],[19479],{"type":18,"value":13291},{"type":13,"tag":68,"props":19481,"children":19483},{"className":19482},[13392,13393],[19484],{"type":18,"value":13296},{"type":13,"tag":68,"props":19486,"children":19488},{"className":19487,"style":13411},[13410],[],{"type":13,"tag":68,"props":19490,"children":19492},{"className":19491},[13416],[19493],{"type":18,"value":13301},{"type":13,"tag":68,"props":19495,"children":19497},{"className":19496,"style":13411},[13410],[],{"type":13,"tag":68,"props":19499,"children":19501},{"className":19500},[13392],[19502],{"type":18,"value":13307},{"type":13,"tag":68,"props":19504,"children":19506},{"className":19505,"style":13380},[13431,13379],[19507],{"type":13,"tag":68,"props":19508,"children":19510},{"className":19509},[13385,13386],[19511],{"type":18,"value":13312},{"type":13,"tag":68,"props":19513,"children":19515},{"className":19514,"style":13441},[13410],[],{"type":13,"tag":68,"props":19517,"children":19519},{"className":19518},[13446],[19520],{"type":18,"value":103},{"type":13,"tag":68,"props":19522,"children":19524},{"className":19523,"style":13441},[13410],[],{"type":13,"tag":68,"props":19526,"children":19528},{"className":19527},[13362],[19529,19533,19538,19543,19548,19552,19557],{"type":13,"tag":68,"props":19530,"children":19532},{"className":19531,"style":13460},[13367],[],{"type":13,"tag":68,"props":19534,"children":19536},{"className":19535},[13392,13393],[19537],{"type":18,"value":13187},{"type":13,"tag":68,"props":19539,"children":19541},{"className":19540,"style":13399},[13392],[19542],{"type":18,"value":13291},{"type":13,"tag":68,"props":19544,"children":19546},{"className":19545,"style":13475},[13392,13393],[19547],{"type":18,"value":13329},{"type":13,"tag":68,"props":19549,"children":19551},{"className":19550,"style":13441},[13410],[],{"type":13,"tag":68,"props":19553,"children":19555},{"className":19554},[13446],[19556],{"type":18,"value":103},{"type":13,"tag":68,"props":19558,"children":19560},{"className":19559,"style":13441},[13410],[],{"type":13,"tag":68,"props":19562,"children":19564},{"className":19563},[13362],[19565,19569,19574,19579],{"type":13,"tag":68,"props":19566,"children":19568},{"className":19567,"style":13460},[13367],[],{"type":13,"tag":68,"props":19570,"children":19572},{"className":19571},[13392,13393],[19573],{"type":18,"value":13187},{"type":13,"tag":68,"props":19575,"children":19577},{"className":19576,"style":13399},[13392],[19578],{"type":18,"value":13291},{"type":13,"tag":68,"props":19580,"children":19582},{"className":19581,"style":13512},[13392,13393],[19583],{"type":18,"value":13346},{"type":18,"value":13743},{"type":13,"tag":34,"props":19586,"children":19587},{"href":13746},[19588],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":19591,"children":19593},{"className":19592},[],[19594],{"type":18,"value":13757},{"type":18,"value":14251},{"type":13,"tag":64,"props":19597,"children":19599},{"className":19598},[],[19600],{"type":18,"value":13765},{"type":18,"value":14782},{"type":13,"tag":10913,"props":19603,"children":19604},{},[19605,19611,19612,19616,19618,19622,19623,19628,19629,19634,19635,19640],{"type":13,"tag":64,"props":19606,"children":19608},{"className":19607},[],[19609],{"type":18,"value":19610},"VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM",{"type":18,"value":13240},{"type":13,"tag":13183,"props":19613,"children":19614},{},[19615],{"type":18,"value":13245},{"type":18,"value":19617}," that has a 16-bit G component in each\n16-bit word of plane 0, a 16-bit B component in each 16-bit word of\nplane 1, and a 16-bit R component in each 16-bit word of plane 2.\nEach plane has the same dimensions and each R, G and B component\ncontributes to a single texel.\nThe location of each plane when this image is in linear layout can be\ndetermined via ",{"type":13,"tag":34,"props":19619,"children":19620},{"href":13746},[19621],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":19624,"children":19626},{"className":19625},[],[19627],{"type":18,"value":13757},{"type":18,"value":13759},{"type":13,"tag":64,"props":19630,"children":19632},{"className":19631},[],[19633],{"type":18,"value":13765},{"type":18,"value":13767},{"type":13,"tag":64,"props":19636,"children":19638},{"className":19637},[],[19639],{"type":18,"value":13773},{"type":18,"value":14822},{"type":13,"tag":10913,"props":19642,"children":19643},{},[19644,19650,19651,19655,19657,19661,19662,19667,19668,19673],{"type":13,"tag":64,"props":19645,"children":19647},{"className":19646},[],[19648],{"type":18,"value":19649},"VK_FORMAT_G8_B8R8_2PLANE_444_UNORM",{"type":18,"value":13240},{"type":13,"tag":13183,"props":19652,"children":19653},{},[19654],{"type":18,"value":13245},{"type":18,"value":19656}," that has an 8-bit G component in plane\n0, and a two-component, 16-bit BR plane 1 consisting of an 8-bit B\ncomponent in byte 0 and an 8-bit R component in byte 1.\nBoth planes have the same dimensions and each R, G and B component\ncontributes to a single texel.\nThe location of each plane when this image is in linear layout can be\ndetermined via ",{"type":13,"tag":34,"props":19658,"children":19659},{"href":13746},[19660],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":19663,"children":19665},{"className":19664},[],[19666],{"type":18,"value":13757},{"type":18,"value":14251},{"type":13,"tag":64,"props":19669,"children":19671},{"className":19670},[],[19672],{"type":18,"value":13765},{"type":18,"value":19674}," for the BR plane.",{"type":13,"tag":10913,"props":19676,"children":19677},{},[19678,19684,19685,19689,19691,19695,19696,19701,19702,19707],{"type":13,"tag":64,"props":19679,"children":19681},{"className":19680},[],[19682],{"type":18,"value":19683},"VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16",{"type":18,"value":14923},{"type":13,"tag":13183,"props":19686,"children":19687},{},[19688],{"type":18,"value":13245},{"type":18,"value":19690}," that has a 10-bit G component\nin the top 10 bits of each 16-bit word of plane 0, and a two-component,\n32-bit BR plane 1 consisting of a 10-bit B component in the top 10 bits\nof the word in bytes 0..1, and a 10-bit R component in the top 10 bits\nof the word in bytes 2..3, the bottom 6 bits of each word unused.\nBoth planes have the same dimensions and each R, G and B component\ncontributes to a single texel.\nThe location of each plane when this image is in linear layout can be\ndetermined via ",{"type":13,"tag":34,"props":19692,"children":19693},{"href":13746},[19694],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":19697,"children":19699},{"className":19698},[],[19700],{"type":18,"value":13757},{"type":18,"value":14251},{"type":13,"tag":64,"props":19703,"children":19705},{"className":19704},[],[19706],{"type":18,"value":13765},{"type":18,"value":19674},{"type":13,"tag":10913,"props":19709,"children":19710},{},[19711,19717,19718,19722,19724,19728,19729,19734,19735,19740],{"type":13,"tag":64,"props":19712,"children":19714},{"className":19713},[],[19715],{"type":18,"value":19716},"VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16",{"type":18,"value":14923},{"type":13,"tag":13183,"props":19719,"children":19720},{},[19721],{"type":18,"value":13245},{"type":18,"value":19723}," that has a 12-bit G component\nin the top 12 bits of each 16-bit word of plane 0, and a two-component,\n32-bit BR plane 1 consisting of a 12-bit B component in the top 12 bits\nof the word in bytes 0..1, and a 12-bit R component in the top 12 bits\nof the word in bytes 2..3, the bottom 4 bits of each word unused.\nBoth planes have the same dimensions and each R, G and B component\ncontributes to a single texel.\nThe location of each plane when this image is in linear layout can be\ndetermined via ",{"type":13,"tag":34,"props":19725,"children":19726},{"href":13746},[19727],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":19730,"children":19732},{"className":19731},[],[19733],{"type":18,"value":13757},{"type":18,"value":14251},{"type":13,"tag":64,"props":19736,"children":19738},{"className":19737},[],[19739],{"type":18,"value":13765},{"type":18,"value":19674},{"type":13,"tag":10913,"props":19742,"children":19743},{},[19744,19750,19751,19755,19757,19761,19762,19767,19768,19773],{"type":13,"tag":64,"props":19745,"children":19747},{"className":19746},[],[19748],{"type":18,"value":19749},"VK_FORMAT_G16_B16R16_2PLANE_444_UNORM",{"type":18,"value":13240},{"type":13,"tag":13183,"props":19752,"children":19753},{},[19754],{"type":18,"value":13245},{"type":18,"value":19756}," that has a 16-bit G component in each\n16-bit word of plane 0, and a two-component, 32-bit BR plane 1\nconsisting of a 16-bit B component in the word in bytes 0..1, and a\n16-bit R component in the word in bytes 2..3.\nBoth planes have the same dimensions and each R, G and B component\ncontributes to a single texel.\nThe location of each plane when this image is in linear layout can be\ndetermined via ",{"type":13,"tag":34,"props":19758,"children":19759},{"href":13746},[19760],{"type":18,"value":13749},{"type":18,"value":13751},{"type":13,"tag":64,"props":19763,"children":19765},{"className":19764},[],[19766],{"type":18,"value":13757},{"type":18,"value":14251},{"type":13,"tag":64,"props":19769,"children":19771},{"className":19770},[],[19772],{"type":18,"value":13765},{"type":18,"value":19674},{"type":13,"tag":10913,"props":19775,"children":19776},{},[19777,19783],{"type":13,"tag":64,"props":19778,"children":19780},{"className":19779},[],[19781],{"type":18,"value":19782},"VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG",{"type":18,"value":19784}," specifies a four-component,\nPVRTC compressed format where each 64-bit compressed texel block encodes\nan 8×4 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":19786,"children":19787},{},[19788,19794],{"type":13,"tag":64,"props":19789,"children":19791},{"className":19790},[],[19792],{"type":18,"value":19793},"VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG",{"type":18,"value":19795}," specifies a four-component,\nPVRTC compressed format where each 64-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized RGBA texel data.",{"type":13,"tag":10913,"props":19797,"children":19798},{},[19799,19805],{"type":13,"tag":64,"props":19800,"children":19802},{"className":19801},[],[19803],{"type":18,"value":19804},"VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG",{"type":18,"value":19784},{"type":13,"tag":10913,"props":19807,"children":19808},{},[19809,19815],{"type":13,"tag":64,"props":19810,"children":19812},{"className":19811},[],[19813],{"type":18,"value":19814},"VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG",{"type":18,"value":19795},{"type":13,"tag":10913,"props":19817,"children":19818},{},[19819,19825],{"type":13,"tag":64,"props":19820,"children":19822},{"className":19821},[],[19823],{"type":18,"value":19824},"VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG",{"type":18,"value":19826}," specifies a four-component,\nPVRTC compressed format where each 64-bit compressed texel block encodes\nan 8×4 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":19828,"children":19829},{},[19830,19836],{"type":13,"tag":64,"props":19831,"children":19833},{"className":19832},[],[19834],{"type":18,"value":19835},"VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG",{"type":18,"value":19837}," specifies a four-component,\nPVRTC compressed format where each 64-bit compressed texel block encodes\na 4×4 rectangle of unsigned normalized RGBA texel data with sRGB\nnonlinear encoding applied to the RGB components.",{"type":13,"tag":10913,"props":19839,"children":19840},{},[19841,19847],{"type":13,"tag":64,"props":19842,"children":19844},{"className":19843},[],[19845],{"type":18,"value":19846},"VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG",{"type":18,"value":19826},{"type":13,"tag":10913,"props":19849,"children":19850},{},[19851,19857],{"type":13,"tag":64,"props":19852,"children":19854},{"className":19853},[],[19855],{"type":18,"value":19856},"VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG",{"type":18,"value":19837},{"type":13,"tag":10913,"props":19859,"children":19860},{},[19861,19867,19869,19872,19874,19880],{"type":13,"tag":64,"props":19862,"children":19864},{"className":19863},[],[19865],{"type":18,"value":19866},"VK_FORMAT_R16G16_SFIXED5_NV",{"type":18,"value":19868}," specifies a two-component, 16-bit\nsigned fixed-point format with linear encoding.\nThe components are signed two’s-complement integers where the most\nsignificant bit specifies the sign bit, the next 10 bits specify the\ninteger value, and the last 5 bits represent the fractional value.\nThe signed 16-bit values ",{"type":13,"tag":21,"props":19870,"children":19871},{"type":23},[],{"type":18,"value":19873}," be converted to floats in the range\n[-1024,1023.96875] by dividing the value by 32 (2",{"type":13,"tag":19875,"props":19876,"children":19877},"sup",{},[19878],{"type":18,"value":19879},"5",{"type":18,"value":19881},").",{"type":13,"tag":19883,"props":19884,"children":19885},"style",{},[19886],{"type":18,"value":19887},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":61,"searchDepth":92,"depth":92,"links":19889},[],"markdown",1725732553822]