[{"data":1,"prerenderedAt":5552},["ShallowReactive",2],{"y9y2nLYKo3":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":5551,"_id":4},"VkFormatFeatureFlagBits2","Bitmask specifying features supported by a buffer","VK_VERSION_1_3","enums",[],{"type":10,"children":11,"toc":5549},"root",[12,61,3701,3706,3786,3863,5245,5286,5543],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,25,27,34,36,43,45,51,53,59],{"type":18,"value":19},"text","Bits which ",{"type":13,"tag":21,"props":22,"children":24},"normative",{"type":23},"can",[],{"type":18,"value":26}," be set in the ",{"type":13,"tag":28,"props":29,"children":31},"a",{"href":30},"/man/VkFormatProperties3",[32],{"type":18,"value":33},"VkFormatProperties3",{"type":18,"value":35}," features\n",{"type":13,"tag":37,"props":38,"children":40},"code",{"className":39},[],[41],{"type":18,"value":42},"linearTilingFeatures",{"type":18,"value":44},", ",{"type":13,"tag":37,"props":46,"children":48},{"className":47},[],[49],{"type":18,"value":50},"optimalTilingFeatures",{"type":18,"value":52},", and\n",{"type":13,"tag":37,"props":54,"children":56},{"className":55},[],[57],{"type":18,"value":58},"bufferFeatures",{"type":18,"value":60}," are:",{"type":13,"tag":62,"props":63,"children":64},"code-group",{},[65,1410],{"type":13,"tag":66,"props":67,"children":73},"pre",{"className":68,"code":69,"filename":70,"language":71,"meta":72,"style":72},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkFormatFeatureFlagBits2 {\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT = 0x00000001ULL,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR = VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT,\n VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT = 0x00000002ULL,\n VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR = VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT,\n VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT = 0x00000004ULL,\n VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR = VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT,\n VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT = 0x00000008ULL,\n VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR = VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT,\n VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT = 0x00000010ULL,\n VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR = VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT,\n VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT = 0x00000020ULL,\n VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR = VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT,\n VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT = 0x00000040ULL,\n VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR = VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT,\n VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT = 0x00000080ULL,\n VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR = VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT,\n VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT = 0x00000100ULL,\n VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR = VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT,\n VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT = 0x00000200ULL,\n VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR = VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT,\n VK_FORMAT_FEATURE_2_BLIT_SRC_BIT = 0x00000400ULL,\n VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR = VK_FORMAT_FEATURE_2_BLIT_SRC_BIT,\n VK_FORMAT_FEATURE_2_BLIT_DST_BIT = 0x00000800ULL,\n VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR = VK_FORMAT_FEATURE_2_BLIT_DST_BIT,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT = 0x00001000ULL,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR = VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT = 0x00002000ULL,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT = VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT,\n VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT = 0x00004000ULL,\n VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR = VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT,\n VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT = 0x00008000ULL,\n VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR = VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT = 0x00010000ULL,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR = VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT,\n VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT = 0x00020000ULL,\n VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR = VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT = 0x00040000ULL,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR = VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT = 0x00080000ULL,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR = VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT = 0x00100000ULL,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR = VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT = 0x00200000ULL,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR = VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT,\n VK_FORMAT_FEATURE_2_DISJOINT_BIT = 0x00400000ULL,\n VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR = VK_FORMAT_FEATURE_2_DISJOINT_BIT,\n VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT = 0x00800000ULL,\n VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR = VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT,\n VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT = 0x80000000ULL,\n VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR = VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT,\n VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT = 0x100000000ULL,\n VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR = VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT = 0x200000000ULL,\n VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR = VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT,\n} VkFormatFeatureFlagBits2;\n","C","c","",[74],{"type":13,"tag":37,"props":75,"children":76},{"__ignoreMap":72},[77,100,135,153,183,201,231,249,279,297,327,345,375,393,423,441,471,489,519,537,567,585,615,633,663,681,711,729,759,777,807,825,855,873,903,921,951,969,999,1017,1047,1065,1095,1113,1143,1161,1191,1209,1239,1257,1287,1305,1335,1353,1383,1401],{"type":13,"tag":78,"props":79,"children":82},"span",{"class":80,"line":81},"line",1,[83,89,94],{"type":13,"tag":78,"props":84,"children":86},{"style":85},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[87],{"type":18,"value":88},"typedef",{"type":13,"tag":78,"props":90,"children":91},{"style":85},[92],{"type":18,"value":93}," enum",{"type":13,"tag":78,"props":95,"children":97},{"style":96},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[98],{"type":18,"value":99}," VkFormatFeatureFlagBits2 {\n",{"type":13,"tag":78,"props":101,"children":103},{"class":80,"line":102},2,[104,109,114,119,125,130],{"type":13,"tag":78,"props":105,"children":106},{"style":96},[107],{"type":18,"value":108}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT ",{"type":13,"tag":78,"props":110,"children":111},{"style":85},[112],{"type":18,"value":113},"=",{"type":13,"tag":78,"props":115,"children":116},{"style":85},[117],{"type":18,"value":118}," 0x",{"type":13,"tag":78,"props":120,"children":122},{"style":121},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[123],{"type":18,"value":124},"00000001",{"type":13,"tag":78,"props":126,"children":127},{"style":85},[128],{"type":18,"value":129},"ULL",{"type":13,"tag":78,"props":131,"children":132},{"style":96},[133],{"type":18,"value":134},",\n",{"type":13,"tag":78,"props":136,"children":138},{"class":80,"line":137},3,[139,144,148],{"type":13,"tag":78,"props":140,"children":141},{"style":96},[142],{"type":18,"value":143}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR ",{"type":13,"tag":78,"props":145,"children":146},{"style":85},[147],{"type":18,"value":113},{"type":13,"tag":78,"props":149,"children":150},{"style":96},[151],{"type":18,"value":152}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT,\n",{"type":13,"tag":78,"props":154,"children":156},{"class":80,"line":155},4,[157,162,166,170,175,179],{"type":13,"tag":78,"props":158,"children":159},{"style":96},[160],{"type":18,"value":161}," VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT ",{"type":13,"tag":78,"props":163,"children":164},{"style":85},[165],{"type":18,"value":113},{"type":13,"tag":78,"props":167,"children":168},{"style":85},[169],{"type":18,"value":118},{"type":13,"tag":78,"props":171,"children":172},{"style":121},[173],{"type":18,"value":174},"00000002",{"type":13,"tag":78,"props":176,"children":177},{"style":85},[178],{"type":18,"value":129},{"type":13,"tag":78,"props":180,"children":181},{"style":96},[182],{"type":18,"value":134},{"type":13,"tag":78,"props":184,"children":186},{"class":80,"line":185},5,[187,192,196],{"type":13,"tag":78,"props":188,"children":189},{"style":96},[190],{"type":18,"value":191}," VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR ",{"type":13,"tag":78,"props":193,"children":194},{"style":85},[195],{"type":18,"value":113},{"type":13,"tag":78,"props":197,"children":198},{"style":96},[199],{"type":18,"value":200}," VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT,\n",{"type":13,"tag":78,"props":202,"children":204},{"class":80,"line":203},6,[205,210,214,218,223,227],{"type":13,"tag":78,"props":206,"children":207},{"style":96},[208],{"type":18,"value":209}," VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT ",{"type":13,"tag":78,"props":211,"children":212},{"style":85},[213],{"type":18,"value":113},{"type":13,"tag":78,"props":215,"children":216},{"style":85},[217],{"type":18,"value":118},{"type":13,"tag":78,"props":219,"children":220},{"style":121},[221],{"type":18,"value":222},"00000004",{"type":13,"tag":78,"props":224,"children":225},{"style":85},[226],{"type":18,"value":129},{"type":13,"tag":78,"props":228,"children":229},{"style":96},[230],{"type":18,"value":134},{"type":13,"tag":78,"props":232,"children":234},{"class":80,"line":233},7,[235,240,244],{"type":13,"tag":78,"props":236,"children":237},{"style":96},[238],{"type":18,"value":239}," VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR ",{"type":13,"tag":78,"props":241,"children":242},{"style":85},[243],{"type":18,"value":113},{"type":13,"tag":78,"props":245,"children":246},{"style":96},[247],{"type":18,"value":248}," VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT,\n",{"type":13,"tag":78,"props":250,"children":252},{"class":80,"line":251},8,[253,258,262,266,271,275],{"type":13,"tag":78,"props":254,"children":255},{"style":96},[256],{"type":18,"value":257}," VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT ",{"type":13,"tag":78,"props":259,"children":260},{"style":85},[261],{"type":18,"value":113},{"type":13,"tag":78,"props":263,"children":264},{"style":85},[265],{"type":18,"value":118},{"type":13,"tag":78,"props":267,"children":268},{"style":121},[269],{"type":18,"value":270},"00000008",{"type":13,"tag":78,"props":272,"children":273},{"style":85},[274],{"type":18,"value":129},{"type":13,"tag":78,"props":276,"children":277},{"style":96},[278],{"type":18,"value":134},{"type":13,"tag":78,"props":280,"children":282},{"class":80,"line":281},9,[283,288,292],{"type":13,"tag":78,"props":284,"children":285},{"style":96},[286],{"type":18,"value":287}," VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR ",{"type":13,"tag":78,"props":289,"children":290},{"style":85},[291],{"type":18,"value":113},{"type":13,"tag":78,"props":293,"children":294},{"style":96},[295],{"type":18,"value":296}," VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT,\n",{"type":13,"tag":78,"props":298,"children":300},{"class":80,"line":299},10,[301,306,310,314,319,323],{"type":13,"tag":78,"props":302,"children":303},{"style":96},[304],{"type":18,"value":305}," VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT ",{"type":13,"tag":78,"props":307,"children":308},{"style":85},[309],{"type":18,"value":113},{"type":13,"tag":78,"props":311,"children":312},{"style":85},[313],{"type":18,"value":118},{"type":13,"tag":78,"props":315,"children":316},{"style":121},[317],{"type":18,"value":318},"00000010",{"type":13,"tag":78,"props":320,"children":321},{"style":85},[322],{"type":18,"value":129},{"type":13,"tag":78,"props":324,"children":325},{"style":96},[326],{"type":18,"value":134},{"type":13,"tag":78,"props":328,"children":330},{"class":80,"line":329},11,[331,336,340],{"type":13,"tag":78,"props":332,"children":333},{"style":96},[334],{"type":18,"value":335}," VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR ",{"type":13,"tag":78,"props":337,"children":338},{"style":85},[339],{"type":18,"value":113},{"type":13,"tag":78,"props":341,"children":342},{"style":96},[343],{"type":18,"value":344}," VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT,\n",{"type":13,"tag":78,"props":346,"children":348},{"class":80,"line":347},12,[349,354,358,362,367,371],{"type":13,"tag":78,"props":350,"children":351},{"style":96},[352],{"type":18,"value":353}," VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT ",{"type":13,"tag":78,"props":355,"children":356},{"style":85},[357],{"type":18,"value":113},{"type":13,"tag":78,"props":359,"children":360},{"style":85},[361],{"type":18,"value":118},{"type":13,"tag":78,"props":363,"children":364},{"style":121},[365],{"type":18,"value":366},"00000020",{"type":13,"tag":78,"props":368,"children":369},{"style":85},[370],{"type":18,"value":129},{"type":13,"tag":78,"props":372,"children":373},{"style":96},[374],{"type":18,"value":134},{"type":13,"tag":78,"props":376,"children":378},{"class":80,"line":377},13,[379,384,388],{"type":13,"tag":78,"props":380,"children":381},{"style":96},[382],{"type":18,"value":383}," VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR ",{"type":13,"tag":78,"props":385,"children":386},{"style":85},[387],{"type":18,"value":113},{"type":13,"tag":78,"props":389,"children":390},{"style":96},[391],{"type":18,"value":392}," VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT,\n",{"type":13,"tag":78,"props":394,"children":396},{"class":80,"line":395},14,[397,402,406,410,415,419],{"type":13,"tag":78,"props":398,"children":399},{"style":96},[400],{"type":18,"value":401}," VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT ",{"type":13,"tag":78,"props":403,"children":404},{"style":85},[405],{"type":18,"value":113},{"type":13,"tag":78,"props":407,"children":408},{"style":85},[409],{"type":18,"value":118},{"type":13,"tag":78,"props":411,"children":412},{"style":121},[413],{"type":18,"value":414},"00000040",{"type":13,"tag":78,"props":416,"children":417},{"style":85},[418],{"type":18,"value":129},{"type":13,"tag":78,"props":420,"children":421},{"style":96},[422],{"type":18,"value":134},{"type":13,"tag":78,"props":424,"children":426},{"class":80,"line":425},15,[427,432,436],{"type":13,"tag":78,"props":428,"children":429},{"style":96},[430],{"type":18,"value":431}," VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR ",{"type":13,"tag":78,"props":433,"children":434},{"style":85},[435],{"type":18,"value":113},{"type":13,"tag":78,"props":437,"children":438},{"style":96},[439],{"type":18,"value":440}," VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT,\n",{"type":13,"tag":78,"props":442,"children":444},{"class":80,"line":443},16,[445,450,454,458,463,467],{"type":13,"tag":78,"props":446,"children":447},{"style":96},[448],{"type":18,"value":449}," VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT ",{"type":13,"tag":78,"props":451,"children":452},{"style":85},[453],{"type":18,"value":113},{"type":13,"tag":78,"props":455,"children":456},{"style":85},[457],{"type":18,"value":118},{"type":13,"tag":78,"props":459,"children":460},{"style":121},[461],{"type":18,"value":462},"00000080",{"type":13,"tag":78,"props":464,"children":465},{"style":85},[466],{"type":18,"value":129},{"type":13,"tag":78,"props":468,"children":469},{"style":96},[470],{"type":18,"value":134},{"type":13,"tag":78,"props":472,"children":474},{"class":80,"line":473},17,[475,480,484],{"type":13,"tag":78,"props":476,"children":477},{"style":96},[478],{"type":18,"value":479}," VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR ",{"type":13,"tag":78,"props":481,"children":482},{"style":85},[483],{"type":18,"value":113},{"type":13,"tag":78,"props":485,"children":486},{"style":96},[487],{"type":18,"value":488}," VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT,\n",{"type":13,"tag":78,"props":490,"children":492},{"class":80,"line":491},18,[493,498,502,506,511,515],{"type":13,"tag":78,"props":494,"children":495},{"style":96},[496],{"type":18,"value":497}," VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT ",{"type":13,"tag":78,"props":499,"children":500},{"style":85},[501],{"type":18,"value":113},{"type":13,"tag":78,"props":503,"children":504},{"style":85},[505],{"type":18,"value":118},{"type":13,"tag":78,"props":507,"children":508},{"style":121},[509],{"type":18,"value":510},"00000100",{"type":13,"tag":78,"props":512,"children":513},{"style":85},[514],{"type":18,"value":129},{"type":13,"tag":78,"props":516,"children":517},{"style":96},[518],{"type":18,"value":134},{"type":13,"tag":78,"props":520,"children":522},{"class":80,"line":521},19,[523,528,532],{"type":13,"tag":78,"props":524,"children":525},{"style":96},[526],{"type":18,"value":527}," VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR ",{"type":13,"tag":78,"props":529,"children":530},{"style":85},[531],{"type":18,"value":113},{"type":13,"tag":78,"props":533,"children":534},{"style":96},[535],{"type":18,"value":536}," VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT,\n",{"type":13,"tag":78,"props":538,"children":540},{"class":80,"line":539},20,[541,546,550,554,559,563],{"type":13,"tag":78,"props":542,"children":543},{"style":96},[544],{"type":18,"value":545}," VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT ",{"type":13,"tag":78,"props":547,"children":548},{"style":85},[549],{"type":18,"value":113},{"type":13,"tag":78,"props":551,"children":552},{"style":85},[553],{"type":18,"value":118},{"type":13,"tag":78,"props":555,"children":556},{"style":121},[557],{"type":18,"value":558},"00000200",{"type":13,"tag":78,"props":560,"children":561},{"style":85},[562],{"type":18,"value":129},{"type":13,"tag":78,"props":564,"children":565},{"style":96},[566],{"type":18,"value":134},{"type":13,"tag":78,"props":568,"children":570},{"class":80,"line":569},21,[571,576,580],{"type":13,"tag":78,"props":572,"children":573},{"style":96},[574],{"type":18,"value":575}," VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR ",{"type":13,"tag":78,"props":577,"children":578},{"style":85},[579],{"type":18,"value":113},{"type":13,"tag":78,"props":581,"children":582},{"style":96},[583],{"type":18,"value":584}," VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT,\n",{"type":13,"tag":78,"props":586,"children":588},{"class":80,"line":587},22,[589,594,598,602,607,611],{"type":13,"tag":78,"props":590,"children":591},{"style":96},[592],{"type":18,"value":593}," VK_FORMAT_FEATURE_2_BLIT_SRC_BIT ",{"type":13,"tag":78,"props":595,"children":596},{"style":85},[597],{"type":18,"value":113},{"type":13,"tag":78,"props":599,"children":600},{"style":85},[601],{"type":18,"value":118},{"type":13,"tag":78,"props":603,"children":604},{"style":121},[605],{"type":18,"value":606},"00000400",{"type":13,"tag":78,"props":608,"children":609},{"style":85},[610],{"type":18,"value":129},{"type":13,"tag":78,"props":612,"children":613},{"style":96},[614],{"type":18,"value":134},{"type":13,"tag":78,"props":616,"children":618},{"class":80,"line":617},23,[619,624,628],{"type":13,"tag":78,"props":620,"children":621},{"style":96},[622],{"type":18,"value":623}," VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR ",{"type":13,"tag":78,"props":625,"children":626},{"style":85},[627],{"type":18,"value":113},{"type":13,"tag":78,"props":629,"children":630},{"style":96},[631],{"type":18,"value":632}," VK_FORMAT_FEATURE_2_BLIT_SRC_BIT,\n",{"type":13,"tag":78,"props":634,"children":636},{"class":80,"line":635},24,[637,642,646,650,655,659],{"type":13,"tag":78,"props":638,"children":639},{"style":96},[640],{"type":18,"value":641}," VK_FORMAT_FEATURE_2_BLIT_DST_BIT ",{"type":13,"tag":78,"props":643,"children":644},{"style":85},[645],{"type":18,"value":113},{"type":13,"tag":78,"props":647,"children":648},{"style":85},[649],{"type":18,"value":118},{"type":13,"tag":78,"props":651,"children":652},{"style":121},[653],{"type":18,"value":654},"00000800",{"type":13,"tag":78,"props":656,"children":657},{"style":85},[658],{"type":18,"value":129},{"type":13,"tag":78,"props":660,"children":661},{"style":96},[662],{"type":18,"value":134},{"type":13,"tag":78,"props":664,"children":666},{"class":80,"line":665},25,[667,672,676],{"type":13,"tag":78,"props":668,"children":669},{"style":96},[670],{"type":18,"value":671}," VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR ",{"type":13,"tag":78,"props":673,"children":674},{"style":85},[675],{"type":18,"value":113},{"type":13,"tag":78,"props":677,"children":678},{"style":96},[679],{"type":18,"value":680}," VK_FORMAT_FEATURE_2_BLIT_DST_BIT,\n",{"type":13,"tag":78,"props":682,"children":684},{"class":80,"line":683},26,[685,690,694,698,703,707],{"type":13,"tag":78,"props":686,"children":687},{"style":96},[688],{"type":18,"value":689}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT ",{"type":13,"tag":78,"props":691,"children":692},{"style":85},[693],{"type":18,"value":113},{"type":13,"tag":78,"props":695,"children":696},{"style":85},[697],{"type":18,"value":118},{"type":13,"tag":78,"props":699,"children":700},{"style":121},[701],{"type":18,"value":702},"00001000",{"type":13,"tag":78,"props":704,"children":705},{"style":85},[706],{"type":18,"value":129},{"type":13,"tag":78,"props":708,"children":709},{"style":96},[710],{"type":18,"value":134},{"type":13,"tag":78,"props":712,"children":714},{"class":80,"line":713},27,[715,720,724],{"type":13,"tag":78,"props":716,"children":717},{"style":96},[718],{"type":18,"value":719}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR ",{"type":13,"tag":78,"props":721,"children":722},{"style":85},[723],{"type":18,"value":113},{"type":13,"tag":78,"props":725,"children":726},{"style":96},[727],{"type":18,"value":728}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT,\n",{"type":13,"tag":78,"props":730,"children":732},{"class":80,"line":731},28,[733,738,742,746,751,755],{"type":13,"tag":78,"props":734,"children":735},{"style":96},[736],{"type":18,"value":737}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT ",{"type":13,"tag":78,"props":739,"children":740},{"style":85},[741],{"type":18,"value":113},{"type":13,"tag":78,"props":743,"children":744},{"style":85},[745],{"type":18,"value":118},{"type":13,"tag":78,"props":747,"children":748},{"style":121},[749],{"type":18,"value":750},"00002000",{"type":13,"tag":78,"props":752,"children":753},{"style":85},[754],{"type":18,"value":129},{"type":13,"tag":78,"props":756,"children":757},{"style":96},[758],{"type":18,"value":134},{"type":13,"tag":78,"props":760,"children":762},{"class":80,"line":761},29,[763,768,772],{"type":13,"tag":78,"props":764,"children":765},{"style":96},[766],{"type":18,"value":767}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT ",{"type":13,"tag":78,"props":769,"children":770},{"style":85},[771],{"type":18,"value":113},{"type":13,"tag":78,"props":773,"children":774},{"style":96},[775],{"type":18,"value":776}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT,\n",{"type":13,"tag":78,"props":778,"children":780},{"class":80,"line":779},30,[781,786,790,794,799,803],{"type":13,"tag":78,"props":782,"children":783},{"style":96},[784],{"type":18,"value":785}," VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT ",{"type":13,"tag":78,"props":787,"children":788},{"style":85},[789],{"type":18,"value":113},{"type":13,"tag":78,"props":791,"children":792},{"style":85},[793],{"type":18,"value":118},{"type":13,"tag":78,"props":795,"children":796},{"style":121},[797],{"type":18,"value":798},"00004000",{"type":13,"tag":78,"props":800,"children":801},{"style":85},[802],{"type":18,"value":129},{"type":13,"tag":78,"props":804,"children":805},{"style":96},[806],{"type":18,"value":134},{"type":13,"tag":78,"props":808,"children":810},{"class":80,"line":809},31,[811,816,820],{"type":13,"tag":78,"props":812,"children":813},{"style":96},[814],{"type":18,"value":815}," VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR ",{"type":13,"tag":78,"props":817,"children":818},{"style":85},[819],{"type":18,"value":113},{"type":13,"tag":78,"props":821,"children":822},{"style":96},[823],{"type":18,"value":824}," VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT,\n",{"type":13,"tag":78,"props":826,"children":828},{"class":80,"line":827},32,[829,834,838,842,847,851],{"type":13,"tag":78,"props":830,"children":831},{"style":96},[832],{"type":18,"value":833}," VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT ",{"type":13,"tag":78,"props":835,"children":836},{"style":85},[837],{"type":18,"value":113},{"type":13,"tag":78,"props":839,"children":840},{"style":85},[841],{"type":18,"value":118},{"type":13,"tag":78,"props":843,"children":844},{"style":121},[845],{"type":18,"value":846},"00008000",{"type":13,"tag":78,"props":848,"children":849},{"style":85},[850],{"type":18,"value":129},{"type":13,"tag":78,"props":852,"children":853},{"style":96},[854],{"type":18,"value":134},{"type":13,"tag":78,"props":856,"children":858},{"class":80,"line":857},33,[859,864,868],{"type":13,"tag":78,"props":860,"children":861},{"style":96},[862],{"type":18,"value":863}," VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR ",{"type":13,"tag":78,"props":865,"children":866},{"style":85},[867],{"type":18,"value":113},{"type":13,"tag":78,"props":869,"children":870},{"style":96},[871],{"type":18,"value":872}," VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT,\n",{"type":13,"tag":78,"props":874,"children":876},{"class":80,"line":875},34,[877,882,886,890,895,899],{"type":13,"tag":78,"props":878,"children":879},{"style":96},[880],{"type":18,"value":881}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT ",{"type":13,"tag":78,"props":883,"children":884},{"style":85},[885],{"type":18,"value":113},{"type":13,"tag":78,"props":887,"children":888},{"style":85},[889],{"type":18,"value":118},{"type":13,"tag":78,"props":891,"children":892},{"style":121},[893],{"type":18,"value":894},"00010000",{"type":13,"tag":78,"props":896,"children":897},{"style":85},[898],{"type":18,"value":129},{"type":13,"tag":78,"props":900,"children":901},{"style":96},[902],{"type":18,"value":134},{"type":13,"tag":78,"props":904,"children":906},{"class":80,"line":905},35,[907,912,916],{"type":13,"tag":78,"props":908,"children":909},{"style":96},[910],{"type":18,"value":911}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR ",{"type":13,"tag":78,"props":913,"children":914},{"style":85},[915],{"type":18,"value":113},{"type":13,"tag":78,"props":917,"children":918},{"style":96},[919],{"type":18,"value":920}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT,\n",{"type":13,"tag":78,"props":922,"children":924},{"class":80,"line":923},36,[925,930,934,938,943,947],{"type":13,"tag":78,"props":926,"children":927},{"style":96},[928],{"type":18,"value":929}," VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT ",{"type":13,"tag":78,"props":931,"children":932},{"style":85},[933],{"type":18,"value":113},{"type":13,"tag":78,"props":935,"children":936},{"style":85},[937],{"type":18,"value":118},{"type":13,"tag":78,"props":939,"children":940},{"style":121},[941],{"type":18,"value":942},"00020000",{"type":13,"tag":78,"props":944,"children":945},{"style":85},[946],{"type":18,"value":129},{"type":13,"tag":78,"props":948,"children":949},{"style":96},[950],{"type":18,"value":134},{"type":13,"tag":78,"props":952,"children":954},{"class":80,"line":953},37,[955,960,964],{"type":13,"tag":78,"props":956,"children":957},{"style":96},[958],{"type":18,"value":959}," VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR ",{"type":13,"tag":78,"props":961,"children":962},{"style":85},[963],{"type":18,"value":113},{"type":13,"tag":78,"props":965,"children":966},{"style":96},[967],{"type":18,"value":968}," VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT,\n",{"type":13,"tag":78,"props":970,"children":972},{"class":80,"line":971},38,[973,978,982,986,991,995],{"type":13,"tag":78,"props":974,"children":975},{"style":96},[976],{"type":18,"value":977}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT ",{"type":13,"tag":78,"props":979,"children":980},{"style":85},[981],{"type":18,"value":113},{"type":13,"tag":78,"props":983,"children":984},{"style":85},[985],{"type":18,"value":118},{"type":13,"tag":78,"props":987,"children":988},{"style":121},[989],{"type":18,"value":990},"00040000",{"type":13,"tag":78,"props":992,"children":993},{"style":85},[994],{"type":18,"value":129},{"type":13,"tag":78,"props":996,"children":997},{"style":96},[998],{"type":18,"value":134},{"type":13,"tag":78,"props":1000,"children":1002},{"class":80,"line":1001},39,[1003,1008,1012],{"type":13,"tag":78,"props":1004,"children":1005},{"style":96},[1006],{"type":18,"value":1007}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR ",{"type":13,"tag":78,"props":1009,"children":1010},{"style":85},[1011],{"type":18,"value":113},{"type":13,"tag":78,"props":1013,"children":1014},{"style":96},[1015],{"type":18,"value":1016}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT,\n",{"type":13,"tag":78,"props":1018,"children":1020},{"class":80,"line":1019},40,[1021,1026,1030,1034,1039,1043],{"type":13,"tag":78,"props":1022,"children":1023},{"style":96},[1024],{"type":18,"value":1025}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT ",{"type":13,"tag":78,"props":1027,"children":1028},{"style":85},[1029],{"type":18,"value":113},{"type":13,"tag":78,"props":1031,"children":1032},{"style":85},[1033],{"type":18,"value":118},{"type":13,"tag":78,"props":1035,"children":1036},{"style":121},[1037],{"type":18,"value":1038},"00080000",{"type":13,"tag":78,"props":1040,"children":1041},{"style":85},[1042],{"type":18,"value":129},{"type":13,"tag":78,"props":1044,"children":1045},{"style":96},[1046],{"type":18,"value":134},{"type":13,"tag":78,"props":1048,"children":1050},{"class":80,"line":1049},41,[1051,1056,1060],{"type":13,"tag":78,"props":1052,"children":1053},{"style":96},[1054],{"type":18,"value":1055}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR ",{"type":13,"tag":78,"props":1057,"children":1058},{"style":85},[1059],{"type":18,"value":113},{"type":13,"tag":78,"props":1061,"children":1062},{"style":96},[1063],{"type":18,"value":1064}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT,\n",{"type":13,"tag":78,"props":1066,"children":1068},{"class":80,"line":1067},42,[1069,1074,1078,1082,1087,1091],{"type":13,"tag":78,"props":1070,"children":1071},{"style":96},[1072],{"type":18,"value":1073}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT ",{"type":13,"tag":78,"props":1075,"children":1076},{"style":85},[1077],{"type":18,"value":113},{"type":13,"tag":78,"props":1079,"children":1080},{"style":85},[1081],{"type":18,"value":118},{"type":13,"tag":78,"props":1083,"children":1084},{"style":121},[1085],{"type":18,"value":1086},"00100000",{"type":13,"tag":78,"props":1088,"children":1089},{"style":85},[1090],{"type":18,"value":129},{"type":13,"tag":78,"props":1092,"children":1093},{"style":96},[1094],{"type":18,"value":134},{"type":13,"tag":78,"props":1096,"children":1098},{"class":80,"line":1097},43,[1099,1104,1108],{"type":13,"tag":78,"props":1100,"children":1101},{"style":96},[1102],{"type":18,"value":1103}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR ",{"type":13,"tag":78,"props":1105,"children":1106},{"style":85},[1107],{"type":18,"value":113},{"type":13,"tag":78,"props":1109,"children":1110},{"style":96},[1111],{"type":18,"value":1112}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT,\n",{"type":13,"tag":78,"props":1114,"children":1116},{"class":80,"line":1115},44,[1117,1122,1126,1130,1135,1139],{"type":13,"tag":78,"props":1118,"children":1119},{"style":96},[1120],{"type":18,"value":1121}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT ",{"type":13,"tag":78,"props":1123,"children":1124},{"style":85},[1125],{"type":18,"value":113},{"type":13,"tag":78,"props":1127,"children":1128},{"style":85},[1129],{"type":18,"value":118},{"type":13,"tag":78,"props":1131,"children":1132},{"style":121},[1133],{"type":18,"value":1134},"00200000",{"type":13,"tag":78,"props":1136,"children":1137},{"style":85},[1138],{"type":18,"value":129},{"type":13,"tag":78,"props":1140,"children":1141},{"style":96},[1142],{"type":18,"value":134},{"type":13,"tag":78,"props":1144,"children":1146},{"class":80,"line":1145},45,[1147,1152,1156],{"type":13,"tag":78,"props":1148,"children":1149},{"style":96},[1150],{"type":18,"value":1151}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR ",{"type":13,"tag":78,"props":1153,"children":1154},{"style":85},[1155],{"type":18,"value":113},{"type":13,"tag":78,"props":1157,"children":1158},{"style":96},[1159],{"type":18,"value":1160}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT,\n",{"type":13,"tag":78,"props":1162,"children":1164},{"class":80,"line":1163},46,[1165,1170,1174,1178,1183,1187],{"type":13,"tag":78,"props":1166,"children":1167},{"style":96},[1168],{"type":18,"value":1169}," VK_FORMAT_FEATURE_2_DISJOINT_BIT ",{"type":13,"tag":78,"props":1171,"children":1172},{"style":85},[1173],{"type":18,"value":113},{"type":13,"tag":78,"props":1175,"children":1176},{"style":85},[1177],{"type":18,"value":118},{"type":13,"tag":78,"props":1179,"children":1180},{"style":121},[1181],{"type":18,"value":1182},"00400000",{"type":13,"tag":78,"props":1184,"children":1185},{"style":85},[1186],{"type":18,"value":129},{"type":13,"tag":78,"props":1188,"children":1189},{"style":96},[1190],{"type":18,"value":134},{"type":13,"tag":78,"props":1192,"children":1194},{"class":80,"line":1193},47,[1195,1200,1204],{"type":13,"tag":78,"props":1196,"children":1197},{"style":96},[1198],{"type":18,"value":1199}," VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR ",{"type":13,"tag":78,"props":1201,"children":1202},{"style":85},[1203],{"type":18,"value":113},{"type":13,"tag":78,"props":1205,"children":1206},{"style":96},[1207],{"type":18,"value":1208}," VK_FORMAT_FEATURE_2_DISJOINT_BIT,\n",{"type":13,"tag":78,"props":1210,"children":1212},{"class":80,"line":1211},48,[1213,1218,1222,1226,1231,1235],{"type":13,"tag":78,"props":1214,"children":1215},{"style":96},[1216],{"type":18,"value":1217}," VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT ",{"type":13,"tag":78,"props":1219,"children":1220},{"style":85},[1221],{"type":18,"value":113},{"type":13,"tag":78,"props":1223,"children":1224},{"style":85},[1225],{"type":18,"value":118},{"type":13,"tag":78,"props":1227,"children":1228},{"style":121},[1229],{"type":18,"value":1230},"00800000",{"type":13,"tag":78,"props":1232,"children":1233},{"style":85},[1234],{"type":18,"value":129},{"type":13,"tag":78,"props":1236,"children":1237},{"style":96},[1238],{"type":18,"value":134},{"type":13,"tag":78,"props":1240,"children":1242},{"class":80,"line":1241},49,[1243,1248,1252],{"type":13,"tag":78,"props":1244,"children":1245},{"style":96},[1246],{"type":18,"value":1247}," VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR ",{"type":13,"tag":78,"props":1249,"children":1250},{"style":85},[1251],{"type":18,"value":113},{"type":13,"tag":78,"props":1253,"children":1254},{"style":96},[1255],{"type":18,"value":1256}," VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT,\n",{"type":13,"tag":78,"props":1258,"children":1260},{"class":80,"line":1259},50,[1261,1266,1270,1274,1279,1283],{"type":13,"tag":78,"props":1262,"children":1263},{"style":96},[1264],{"type":18,"value":1265}," VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT ",{"type":13,"tag":78,"props":1267,"children":1268},{"style":85},[1269],{"type":18,"value":113},{"type":13,"tag":78,"props":1271,"children":1272},{"style":85},[1273],{"type":18,"value":118},{"type":13,"tag":78,"props":1275,"children":1276},{"style":121},[1277],{"type":18,"value":1278},"80000000",{"type":13,"tag":78,"props":1280,"children":1281},{"style":85},[1282],{"type":18,"value":129},{"type":13,"tag":78,"props":1284,"children":1285},{"style":96},[1286],{"type":18,"value":134},{"type":13,"tag":78,"props":1288,"children":1290},{"class":80,"line":1289},51,[1291,1296,1300],{"type":13,"tag":78,"props":1292,"children":1293},{"style":96},[1294],{"type":18,"value":1295}," VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR ",{"type":13,"tag":78,"props":1297,"children":1298},{"style":85},[1299],{"type":18,"value":113},{"type":13,"tag":78,"props":1301,"children":1302},{"style":96},[1303],{"type":18,"value":1304}," VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT,\n",{"type":13,"tag":78,"props":1306,"children":1308},{"class":80,"line":1307},52,[1309,1314,1318,1322,1327,1331],{"type":13,"tag":78,"props":1310,"children":1311},{"style":96},[1312],{"type":18,"value":1313}," VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT ",{"type":13,"tag":78,"props":1315,"children":1316},{"style":85},[1317],{"type":18,"value":113},{"type":13,"tag":78,"props":1319,"children":1320},{"style":85},[1321],{"type":18,"value":118},{"type":13,"tag":78,"props":1323,"children":1324},{"style":121},[1325],{"type":18,"value":1326},"100000000",{"type":13,"tag":78,"props":1328,"children":1329},{"style":85},[1330],{"type":18,"value":129},{"type":13,"tag":78,"props":1332,"children":1333},{"style":96},[1334],{"type":18,"value":134},{"type":13,"tag":78,"props":1336,"children":1338},{"class":80,"line":1337},53,[1339,1344,1348],{"type":13,"tag":78,"props":1340,"children":1341},{"style":96},[1342],{"type":18,"value":1343}," VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR ",{"type":13,"tag":78,"props":1345,"children":1346},{"style":85},[1347],{"type":18,"value":113},{"type":13,"tag":78,"props":1349,"children":1350},{"style":96},[1351],{"type":18,"value":1352}," VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT,\n",{"type":13,"tag":78,"props":1354,"children":1356},{"class":80,"line":1355},54,[1357,1362,1366,1370,1375,1379],{"type":13,"tag":78,"props":1358,"children":1359},{"style":96},[1360],{"type":18,"value":1361}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT ",{"type":13,"tag":78,"props":1363,"children":1364},{"style":85},[1365],{"type":18,"value":113},{"type":13,"tag":78,"props":1367,"children":1368},{"style":85},[1369],{"type":18,"value":118},{"type":13,"tag":78,"props":1371,"children":1372},{"style":121},[1373],{"type":18,"value":1374},"200000000",{"type":13,"tag":78,"props":1376,"children":1377},{"style":85},[1378],{"type":18,"value":129},{"type":13,"tag":78,"props":1380,"children":1381},{"style":96},[1382],{"type":18,"value":134},{"type":13,"tag":78,"props":1384,"children":1386},{"class":80,"line":1385},55,[1387,1392,1396],{"type":13,"tag":78,"props":1388,"children":1389},{"style":96},[1390],{"type":18,"value":1391}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR ",{"type":13,"tag":78,"props":1393,"children":1394},{"style":85},[1395],{"type":18,"value":113},{"type":13,"tag":78,"props":1397,"children":1398},{"style":96},[1399],{"type":18,"value":1400}," VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT,\n",{"type":13,"tag":78,"props":1402,"children":1404},{"class":80,"line":1403},56,[1405],{"type":13,"tag":78,"props":1406,"children":1407},{"style":96},[1408],{"type":18,"value":1409},"} VkFormatFeatureFlagBits2;\n",{"type":13,"tag":66,"props":1411,"children":1416},{"className":1412,"code":1413,"filename":1414,"language":1415,"meta":72,"style":72},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct FormatFeatureFlagBits2(u64);\nimpl FormatFeatureFlagBits2 {\n pub const SAMPLED_IMAGE: Self = 0x00000001;\n pub const SAMPLED_IMAGE_KHR: Self = Self::SAMPLED_IMAGE;\n pub const STORAGE_IMAGE: Self = 0x00000002;\n pub const STORAGE_IMAGE_KHR: Self = Self::STORAGE_IMAGE;\n pub const STORAGE_IMAGE_ATOMIC: Self = 0x00000004;\n pub const STORAGE_IMAGE_ATOMIC_KHR: Self = Self::STORAGE_IMAGE_ATOMIC;\n pub const UNIFORM_TEXEL_BUFFER: Self = 0x00000008;\n pub const UNIFORM_TEXEL_BUFFER_KHR: Self = Self::UNIFORM_TEXEL_BUFFER;\n pub const STORAGE_TEXEL_BUFFER: Self = 0x00000010;\n pub const STORAGE_TEXEL_BUFFER_KHR: Self = Self::STORAGE_TEXEL_BUFFER;\n pub const STORAGE_TEXEL_BUFFER_ATOMIC: Self = 0x00000020;\n pub const STORAGE_TEXEL_BUFFER_ATOMIC_KHR: Self = Self::STORAGE_TEXEL_BUFFER_ATOMIC;\n pub const VERTEX_BUFFER: Self = 0x00000040;\n pub const VERTEX_BUFFER_KHR: Self = Self::VERTEX_BUFFER;\n pub const COLOR_ATTACHMENT: Self = 0x00000080;\n pub const COLOR_ATTACHMENT_KHR: Self = Self::COLOR_ATTACHMENT;\n pub const COLOR_ATTACHMENT_BLEND: Self = 0x00000100;\n pub const COLOR_ATTACHMENT_BLEND_KHR: Self = Self::COLOR_ATTACHMENT_BLEND;\n pub const DEPTH_STENCIL_ATTACHMENT: Self = 0x00000200;\n pub const DEPTH_STENCIL_ATTACHMENT_KHR: Self = Self::DEPTH_STENCIL_ATTACHMENT;\n pub const BLIT_SRC: Self = 0x00000400;\n pub const BLIT_SRC_KHR: Self = Self::BLIT_SRC;\n pub const BLIT_DST: Self = 0x00000800;\n pub const BLIT_DST_KHR: Self = Self::BLIT_DST;\n pub const SAMPLED_IMAGE_FILTER_LINEAR: Self = 0x00001000;\n pub const SAMPLED_IMAGE_FILTER_LINEAR_KHR: Self = Self::SAMPLED_IMAGE_FILTER_LINEAR;\n pub const SAMPLED_IMAGE_FILTER_CUBIC: Self = 0x00002000;\n pub const SAMPLED_IMAGE_FILTER_CUBIC_EXT: Self = Self::SAMPLED_IMAGE_FILTER_CUBIC;\n pub const TRANSFER_SRC: Self = 0x00004000;\n pub const TRANSFER_SRC_KHR: Self = Self::TRANSFER_SRC;\n pub const TRANSFER_DST: Self = 0x00008000;\n pub const TRANSFER_DST_KHR: Self = Self::TRANSFER_DST;\n pub const SAMPLED_IMAGE_FILTER_MINMAX: Self = 0x00010000;\n pub const SAMPLED_IMAGE_FILTER_MINMAX_KHR: Self = Self::SAMPLED_IMAGE_FILTER_MINMAX;\n pub const MIDPOINT_CHROMA_SAMPLES: Self = 0x00020000;\n pub const MIDPOINT_CHROMA_SAMPLES_KHR: Self = Self::MIDPOINT_CHROMA_SAMPLES;\n pub const SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER: Self = 0x00040000;\n pub const SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_KHR: Self = Self::SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER;\n pub const SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER: Self = 0x00080000;\n pub const SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_KHR: Self = Self::SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER;\n pub const SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT: Self = 0x00100000;\n pub const SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_KHR: Self = Self::SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT;\n pub const SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE: Self = 0x00200000;\n pub const SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_KHR: Self = Self::SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE;\n pub const DISJOINT: Self = 0x00400000;\n pub const DISJOINT_KHR: Self = Self::DISJOINT;\n pub const COSITED_CHROMA_SAMPLES: Self = 0x00800000;\n pub const COSITED_CHROMA_SAMPLES_KHR: Self = Self::COSITED_CHROMA_SAMPLES;\n pub const STORAGE_READ_WITHOUT_FORMAT: Self = 0x80000000;\n pub const STORAGE_READ_WITHOUT_FORMAT_KHR: Self = Self::STORAGE_READ_WITHOUT_FORMAT;\n pub const STORAGE_WRITE_WITHOUT_FORMAT: Self = 0x100000000;\n pub const STORAGE_WRITE_WITHOUT_FORMAT_KHR: Self = Self::STORAGE_WRITE_WITHOUT_FORMAT;\n pub const SAMPLED_IMAGE_DEPTH_COMPARISON: Self = 0x200000000;\n pub const SAMPLED_IMAGE_DEPTH_COMPARISON_KHR: Self = Self::SAMPLED_IMAGE_DEPTH_COMPARISON;\n}\n","Rust","rs",[1417],{"type":13,"tag":37,"props":1418,"children":1419},{"__ignoreMap":72},[1420,1454,1471,1514,1560,1597,1642,1679,1724,1761,1806,1843,1888,1925,1970,2007,2052,2089,2134,2171,2216,2253,2298,2335,2380,2417,2462,2499,2544,2581,2626,2663,2708,2745,2790,2827,2872,2909,2954,2991,3036,3073,3118,3155,3200,3237,3282,3319,3364,3401,3446,3483,3528,3565,3610,3647,3692],{"type":13,"tag":78,"props":1421,"children":1422},{"class":80,"line":81},[1423,1428,1433,1439,1444,1449],{"type":13,"tag":78,"props":1424,"children":1425},{"style":85},[1426],{"type":18,"value":1427},"pub",{"type":13,"tag":78,"props":1429,"children":1430},{"style":85},[1431],{"type":18,"value":1432}," struct",{"type":13,"tag":78,"props":1434,"children":1436},{"style":1435},"--shiki-default:#953800;--shiki-dark:#FFA657",[1437],{"type":18,"value":1438}," FormatFeatureFlagBits2",{"type":13,"tag":78,"props":1440,"children":1441},{"style":96},[1442],{"type":18,"value":1443},"(",{"type":13,"tag":78,"props":1445,"children":1446},{"style":1435},[1447],{"type":18,"value":1448},"u64",{"type":13,"tag":78,"props":1450,"children":1451},{"style":96},[1452],{"type":18,"value":1453},");\n",{"type":13,"tag":78,"props":1455,"children":1456},{"class":80,"line":102},[1457,1462,1466],{"type":13,"tag":78,"props":1458,"children":1459},{"style":85},[1460],{"type":18,"value":1461},"impl",{"type":13,"tag":78,"props":1463,"children":1464},{"style":1435},[1465],{"type":18,"value":1438},{"type":13,"tag":78,"props":1467,"children":1468},{"style":96},[1469],{"type":18,"value":1470}," {\n",{"type":13,"tag":78,"props":1472,"children":1473},{"class":80,"line":137},[1474,1479,1484,1489,1494,1499,1504,1509],{"type":13,"tag":78,"props":1475,"children":1476},{"style":85},[1477],{"type":18,"value":1478}," pub",{"type":13,"tag":78,"props":1480,"children":1481},{"style":85},[1482],{"type":18,"value":1483}," const",{"type":13,"tag":78,"props":1485,"children":1486},{"style":121},[1487],{"type":18,"value":1488}," SAMPLED_IMAGE",{"type":13,"tag":78,"props":1490,"children":1491},{"style":85},[1492],{"type":18,"value":1493},":",{"type":13,"tag":78,"props":1495,"children":1496},{"style":121},[1497],{"type":18,"value":1498}," Self",{"type":13,"tag":78,"props":1500,"children":1501},{"style":85},[1502],{"type":18,"value":1503}," =",{"type":13,"tag":78,"props":1505,"children":1506},{"style":121},[1507],{"type":18,"value":1508}," 0x00000001",{"type":13,"tag":78,"props":1510,"children":1511},{"style":96},[1512],{"type":18,"value":1513},";\n",{"type":13,"tag":78,"props":1515,"children":1516},{"class":80,"line":155},[1517,1521,1525,1530,1534,1538,1542,1546,1551,1556],{"type":13,"tag":78,"props":1518,"children":1519},{"style":85},[1520],{"type":18,"value":1478},{"type":13,"tag":78,"props":1522,"children":1523},{"style":85},[1524],{"type":18,"value":1483},{"type":13,"tag":78,"props":1526,"children":1527},{"style":121},[1528],{"type":18,"value":1529}," SAMPLED_IMAGE_KHR",{"type":13,"tag":78,"props":1531,"children":1532},{"style":85},[1533],{"type":18,"value":1493},{"type":13,"tag":78,"props":1535,"children":1536},{"style":121},[1537],{"type":18,"value":1498},{"type":13,"tag":78,"props":1539,"children":1540},{"style":85},[1541],{"type":18,"value":1503},{"type":13,"tag":78,"props":1543,"children":1544},{"style":121},[1545],{"type":18,"value":1498},{"type":13,"tag":78,"props":1547,"children":1548},{"style":85},[1549],{"type":18,"value":1550},"::",{"type":13,"tag":78,"props":1552,"children":1553},{"style":121},[1554],{"type":18,"value":1555},"SAMPLED_IMAGE",{"type":13,"tag":78,"props":1557,"children":1558},{"style":96},[1559],{"type":18,"value":1513},{"type":13,"tag":78,"props":1561,"children":1562},{"class":80,"line":185},[1563,1567,1571,1576,1580,1584,1588,1593],{"type":13,"tag":78,"props":1564,"children":1565},{"style":85},[1566],{"type":18,"value":1478},{"type":13,"tag":78,"props":1568,"children":1569},{"style":85},[1570],{"type":18,"value":1483},{"type":13,"tag":78,"props":1572,"children":1573},{"style":121},[1574],{"type":18,"value":1575}," STORAGE_IMAGE",{"type":13,"tag":78,"props":1577,"children":1578},{"style":85},[1579],{"type":18,"value":1493},{"type":13,"tag":78,"props":1581,"children":1582},{"style":121},[1583],{"type":18,"value":1498},{"type":13,"tag":78,"props":1585,"children":1586},{"style":85},[1587],{"type":18,"value":1503},{"type":13,"tag":78,"props":1589,"children":1590},{"style":121},[1591],{"type":18,"value":1592}," 0x00000002",{"type":13,"tag":78,"props":1594,"children":1595},{"style":96},[1596],{"type":18,"value":1513},{"type":13,"tag":78,"props":1598,"children":1599},{"class":80,"line":203},[1600,1604,1608,1613,1617,1621,1625,1629,1633,1638],{"type":13,"tag":78,"props":1601,"children":1602},{"style":85},[1603],{"type":18,"value":1478},{"type":13,"tag":78,"props":1605,"children":1606},{"style":85},[1607],{"type":18,"value":1483},{"type":13,"tag":78,"props":1609,"children":1610},{"style":121},[1611],{"type":18,"value":1612}," STORAGE_IMAGE_KHR",{"type":13,"tag":78,"props":1614,"children":1615},{"style":85},[1616],{"type":18,"value":1493},{"type":13,"tag":78,"props":1618,"children":1619},{"style":121},[1620],{"type":18,"value":1498},{"type":13,"tag":78,"props":1622,"children":1623},{"style":85},[1624],{"type":18,"value":1503},{"type":13,"tag":78,"props":1626,"children":1627},{"style":121},[1628],{"type":18,"value":1498},{"type":13,"tag":78,"props":1630,"children":1631},{"style":85},[1632],{"type":18,"value":1550},{"type":13,"tag":78,"props":1634,"children":1635},{"style":121},[1636],{"type":18,"value":1637},"STORAGE_IMAGE",{"type":13,"tag":78,"props":1639,"children":1640},{"style":96},[1641],{"type":18,"value":1513},{"type":13,"tag":78,"props":1643,"children":1644},{"class":80,"line":233},[1645,1649,1653,1658,1662,1666,1670,1675],{"type":13,"tag":78,"props":1646,"children":1647},{"style":85},[1648],{"type":18,"value":1478},{"type":13,"tag":78,"props":1650,"children":1651},{"style":85},[1652],{"type":18,"value":1483},{"type":13,"tag":78,"props":1654,"children":1655},{"style":121},[1656],{"type":18,"value":1657}," STORAGE_IMAGE_ATOMIC",{"type":13,"tag":78,"props":1659,"children":1660},{"style":85},[1661],{"type":18,"value":1493},{"type":13,"tag":78,"props":1663,"children":1664},{"style":121},[1665],{"type":18,"value":1498},{"type":13,"tag":78,"props":1667,"children":1668},{"style":85},[1669],{"type":18,"value":1503},{"type":13,"tag":78,"props":1671,"children":1672},{"style":121},[1673],{"type":18,"value":1674}," 0x00000004",{"type":13,"tag":78,"props":1676,"children":1677},{"style":96},[1678],{"type":18,"value":1513},{"type":13,"tag":78,"props":1680,"children":1681},{"class":80,"line":251},[1682,1686,1690,1695,1699,1703,1707,1711,1715,1720],{"type":13,"tag":78,"props":1683,"children":1684},{"style":85},[1685],{"type":18,"value":1478},{"type":13,"tag":78,"props":1687,"children":1688},{"style":85},[1689],{"type":18,"value":1483},{"type":13,"tag":78,"props":1691,"children":1692},{"style":121},[1693],{"type":18,"value":1694}," STORAGE_IMAGE_ATOMIC_KHR",{"type":13,"tag":78,"props":1696,"children":1697},{"style":85},[1698],{"type":18,"value":1493},{"type":13,"tag":78,"props":1700,"children":1701},{"style":121},[1702],{"type":18,"value":1498},{"type":13,"tag":78,"props":1704,"children":1705},{"style":85},[1706],{"type":18,"value":1503},{"type":13,"tag":78,"props":1708,"children":1709},{"style":121},[1710],{"type":18,"value":1498},{"type":13,"tag":78,"props":1712,"children":1713},{"style":85},[1714],{"type":18,"value":1550},{"type":13,"tag":78,"props":1716,"children":1717},{"style":121},[1718],{"type":18,"value":1719},"STORAGE_IMAGE_ATOMIC",{"type":13,"tag":78,"props":1721,"children":1722},{"style":96},[1723],{"type":18,"value":1513},{"type":13,"tag":78,"props":1725,"children":1726},{"class":80,"line":281},[1727,1731,1735,1740,1744,1748,1752,1757],{"type":13,"tag":78,"props":1728,"children":1729},{"style":85},[1730],{"type":18,"value":1478},{"type":13,"tag":78,"props":1732,"children":1733},{"style":85},[1734],{"type":18,"value":1483},{"type":13,"tag":78,"props":1736,"children":1737},{"style":121},[1738],{"type":18,"value":1739}," UNIFORM_TEXEL_BUFFER",{"type":13,"tag":78,"props":1741,"children":1742},{"style":85},[1743],{"type":18,"value":1493},{"type":13,"tag":78,"props":1745,"children":1746},{"style":121},[1747],{"type":18,"value":1498},{"type":13,"tag":78,"props":1749,"children":1750},{"style":85},[1751],{"type":18,"value":1503},{"type":13,"tag":78,"props":1753,"children":1754},{"style":121},[1755],{"type":18,"value":1756}," 0x00000008",{"type":13,"tag":78,"props":1758,"children":1759},{"style":96},[1760],{"type":18,"value":1513},{"type":13,"tag":78,"props":1762,"children":1763},{"class":80,"line":299},[1764,1768,1772,1777,1781,1785,1789,1793,1797,1802],{"type":13,"tag":78,"props":1765,"children":1766},{"style":85},[1767],{"type":18,"value":1478},{"type":13,"tag":78,"props":1769,"children":1770},{"style":85},[1771],{"type":18,"value":1483},{"type":13,"tag":78,"props":1773,"children":1774},{"style":121},[1775],{"type":18,"value":1776}," UNIFORM_TEXEL_BUFFER_KHR",{"type":13,"tag":78,"props":1778,"children":1779},{"style":85},[1780],{"type":18,"value":1493},{"type":13,"tag":78,"props":1782,"children":1783},{"style":121},[1784],{"type":18,"value":1498},{"type":13,"tag":78,"props":1786,"children":1787},{"style":85},[1788],{"type":18,"value":1503},{"type":13,"tag":78,"props":1790,"children":1791},{"style":121},[1792],{"type":18,"value":1498},{"type":13,"tag":78,"props":1794,"children":1795},{"style":85},[1796],{"type":18,"value":1550},{"type":13,"tag":78,"props":1798,"children":1799},{"style":121},[1800],{"type":18,"value":1801},"UNIFORM_TEXEL_BUFFER",{"type":13,"tag":78,"props":1803,"children":1804},{"style":96},[1805],{"type":18,"value":1513},{"type":13,"tag":78,"props":1807,"children":1808},{"class":80,"line":329},[1809,1813,1817,1822,1826,1830,1834,1839],{"type":13,"tag":78,"props":1810,"children":1811},{"style":85},[1812],{"type":18,"value":1478},{"type":13,"tag":78,"props":1814,"children":1815},{"style":85},[1816],{"type":18,"value":1483},{"type":13,"tag":78,"props":1818,"children":1819},{"style":121},[1820],{"type":18,"value":1821}," STORAGE_TEXEL_BUFFER",{"type":13,"tag":78,"props":1823,"children":1824},{"style":85},[1825],{"type":18,"value":1493},{"type":13,"tag":78,"props":1827,"children":1828},{"style":121},[1829],{"type":18,"value":1498},{"type":13,"tag":78,"props":1831,"children":1832},{"style":85},[1833],{"type":18,"value":1503},{"type":13,"tag":78,"props":1835,"children":1836},{"style":121},[1837],{"type":18,"value":1838}," 0x00000010",{"type":13,"tag":78,"props":1840,"children":1841},{"style":96},[1842],{"type":18,"value":1513},{"type":13,"tag":78,"props":1844,"children":1845},{"class":80,"line":347},[1846,1850,1854,1859,1863,1867,1871,1875,1879,1884],{"type":13,"tag":78,"props":1847,"children":1848},{"style":85},[1849],{"type":18,"value":1478},{"type":13,"tag":78,"props":1851,"children":1852},{"style":85},[1853],{"type":18,"value":1483},{"type":13,"tag":78,"props":1855,"children":1856},{"style":121},[1857],{"type":18,"value":1858}," STORAGE_TEXEL_BUFFER_KHR",{"type":13,"tag":78,"props":1860,"children":1861},{"style":85},[1862],{"type":18,"value":1493},{"type":13,"tag":78,"props":1864,"children":1865},{"style":121},[1866],{"type":18,"value":1498},{"type":13,"tag":78,"props":1868,"children":1869},{"style":85},[1870],{"type":18,"value":1503},{"type":13,"tag":78,"props":1872,"children":1873},{"style":121},[1874],{"type":18,"value":1498},{"type":13,"tag":78,"props":1876,"children":1877},{"style":85},[1878],{"type":18,"value":1550},{"type":13,"tag":78,"props":1880,"children":1881},{"style":121},[1882],{"type":18,"value":1883},"STORAGE_TEXEL_BUFFER",{"type":13,"tag":78,"props":1885,"children":1886},{"style":96},[1887],{"type":18,"value":1513},{"type":13,"tag":78,"props":1889,"children":1890},{"class":80,"line":377},[1891,1895,1899,1904,1908,1912,1916,1921],{"type":13,"tag":78,"props":1892,"children":1893},{"style":85},[1894],{"type":18,"value":1478},{"type":13,"tag":78,"props":1896,"children":1897},{"style":85},[1898],{"type":18,"value":1483},{"type":13,"tag":78,"props":1900,"children":1901},{"style":121},[1902],{"type":18,"value":1903}," STORAGE_TEXEL_BUFFER_ATOMIC",{"type":13,"tag":78,"props":1905,"children":1906},{"style":85},[1907],{"type":18,"value":1493},{"type":13,"tag":78,"props":1909,"children":1910},{"style":121},[1911],{"type":18,"value":1498},{"type":13,"tag":78,"props":1913,"children":1914},{"style":85},[1915],{"type":18,"value":1503},{"type":13,"tag":78,"props":1917,"children":1918},{"style":121},[1919],{"type":18,"value":1920}," 0x00000020",{"type":13,"tag":78,"props":1922,"children":1923},{"style":96},[1924],{"type":18,"value":1513},{"type":13,"tag":78,"props":1926,"children":1927},{"class":80,"line":395},[1928,1932,1936,1941,1945,1949,1953,1957,1961,1966],{"type":13,"tag":78,"props":1929,"children":1930},{"style":85},[1931],{"type":18,"value":1478},{"type":13,"tag":78,"props":1933,"children":1934},{"style":85},[1935],{"type":18,"value":1483},{"type":13,"tag":78,"props":1937,"children":1938},{"style":121},[1939],{"type":18,"value":1940}," STORAGE_TEXEL_BUFFER_ATOMIC_KHR",{"type":13,"tag":78,"props":1942,"children":1943},{"style":85},[1944],{"type":18,"value":1493},{"type":13,"tag":78,"props":1946,"children":1947},{"style":121},[1948],{"type":18,"value":1498},{"type":13,"tag":78,"props":1950,"children":1951},{"style":85},[1952],{"type":18,"value":1503},{"type":13,"tag":78,"props":1954,"children":1955},{"style":121},[1956],{"type":18,"value":1498},{"type":13,"tag":78,"props":1958,"children":1959},{"style":85},[1960],{"type":18,"value":1550},{"type":13,"tag":78,"props":1962,"children":1963},{"style":121},[1964],{"type":18,"value":1965},"STORAGE_TEXEL_BUFFER_ATOMIC",{"type":13,"tag":78,"props":1967,"children":1968},{"style":96},[1969],{"type":18,"value":1513},{"type":13,"tag":78,"props":1971,"children":1972},{"class":80,"line":425},[1973,1977,1981,1986,1990,1994,1998,2003],{"type":13,"tag":78,"props":1974,"children":1975},{"style":85},[1976],{"type":18,"value":1478},{"type":13,"tag":78,"props":1978,"children":1979},{"style":85},[1980],{"type":18,"value":1483},{"type":13,"tag":78,"props":1982,"children":1983},{"style":121},[1984],{"type":18,"value":1985}," VERTEX_BUFFER",{"type":13,"tag":78,"props":1987,"children":1988},{"style":85},[1989],{"type":18,"value":1493},{"type":13,"tag":78,"props":1991,"children":1992},{"style":121},[1993],{"type":18,"value":1498},{"type":13,"tag":78,"props":1995,"children":1996},{"style":85},[1997],{"type":18,"value":1503},{"type":13,"tag":78,"props":1999,"children":2000},{"style":121},[2001],{"type":18,"value":2002}," 0x00000040",{"type":13,"tag":78,"props":2004,"children":2005},{"style":96},[2006],{"type":18,"value":1513},{"type":13,"tag":78,"props":2008,"children":2009},{"class":80,"line":443},[2010,2014,2018,2023,2027,2031,2035,2039,2043,2048],{"type":13,"tag":78,"props":2011,"children":2012},{"style":85},[2013],{"type":18,"value":1478},{"type":13,"tag":78,"props":2015,"children":2016},{"style":85},[2017],{"type":18,"value":1483},{"type":13,"tag":78,"props":2019,"children":2020},{"style":121},[2021],{"type":18,"value":2022}," VERTEX_BUFFER_KHR",{"type":13,"tag":78,"props":2024,"children":2025},{"style":85},[2026],{"type":18,"value":1493},{"type":13,"tag":78,"props":2028,"children":2029},{"style":121},[2030],{"type":18,"value":1498},{"type":13,"tag":78,"props":2032,"children":2033},{"style":85},[2034],{"type":18,"value":1503},{"type":13,"tag":78,"props":2036,"children":2037},{"style":121},[2038],{"type":18,"value":1498},{"type":13,"tag":78,"props":2040,"children":2041},{"style":85},[2042],{"type":18,"value":1550},{"type":13,"tag":78,"props":2044,"children":2045},{"style":121},[2046],{"type":18,"value":2047},"VERTEX_BUFFER",{"type":13,"tag":78,"props":2049,"children":2050},{"style":96},[2051],{"type":18,"value":1513},{"type":13,"tag":78,"props":2053,"children":2054},{"class":80,"line":473},[2055,2059,2063,2068,2072,2076,2080,2085],{"type":13,"tag":78,"props":2056,"children":2057},{"style":85},[2058],{"type":18,"value":1478},{"type":13,"tag":78,"props":2060,"children":2061},{"style":85},[2062],{"type":18,"value":1483},{"type":13,"tag":78,"props":2064,"children":2065},{"style":121},[2066],{"type":18,"value":2067}," COLOR_ATTACHMENT",{"type":13,"tag":78,"props":2069,"children":2070},{"style":85},[2071],{"type":18,"value":1493},{"type":13,"tag":78,"props":2073,"children":2074},{"style":121},[2075],{"type":18,"value":1498},{"type":13,"tag":78,"props":2077,"children":2078},{"style":85},[2079],{"type":18,"value":1503},{"type":13,"tag":78,"props":2081,"children":2082},{"style":121},[2083],{"type":18,"value":2084}," 0x00000080",{"type":13,"tag":78,"props":2086,"children":2087},{"style":96},[2088],{"type":18,"value":1513},{"type":13,"tag":78,"props":2090,"children":2091},{"class":80,"line":491},[2092,2096,2100,2105,2109,2113,2117,2121,2125,2130],{"type":13,"tag":78,"props":2093,"children":2094},{"style":85},[2095],{"type":18,"value":1478},{"type":13,"tag":78,"props":2097,"children":2098},{"style":85},[2099],{"type":18,"value":1483},{"type":13,"tag":78,"props":2101,"children":2102},{"style":121},[2103],{"type":18,"value":2104}," COLOR_ATTACHMENT_KHR",{"type":13,"tag":78,"props":2106,"children":2107},{"style":85},[2108],{"type":18,"value":1493},{"type":13,"tag":78,"props":2110,"children":2111},{"style":121},[2112],{"type":18,"value":1498},{"type":13,"tag":78,"props":2114,"children":2115},{"style":85},[2116],{"type":18,"value":1503},{"type":13,"tag":78,"props":2118,"children":2119},{"style":121},[2120],{"type":18,"value":1498},{"type":13,"tag":78,"props":2122,"children":2123},{"style":85},[2124],{"type":18,"value":1550},{"type":13,"tag":78,"props":2126,"children":2127},{"style":121},[2128],{"type":18,"value":2129},"COLOR_ATTACHMENT",{"type":13,"tag":78,"props":2131,"children":2132},{"style":96},[2133],{"type":18,"value":1513},{"type":13,"tag":78,"props":2135,"children":2136},{"class":80,"line":521},[2137,2141,2145,2150,2154,2158,2162,2167],{"type":13,"tag":78,"props":2138,"children":2139},{"style":85},[2140],{"type":18,"value":1478},{"type":13,"tag":78,"props":2142,"children":2143},{"style":85},[2144],{"type":18,"value":1483},{"type":13,"tag":78,"props":2146,"children":2147},{"style":121},[2148],{"type":18,"value":2149}," COLOR_ATTACHMENT_BLEND",{"type":13,"tag":78,"props":2151,"children":2152},{"style":85},[2153],{"type":18,"value":1493},{"type":13,"tag":78,"props":2155,"children":2156},{"style":121},[2157],{"type":18,"value":1498},{"type":13,"tag":78,"props":2159,"children":2160},{"style":85},[2161],{"type":18,"value":1503},{"type":13,"tag":78,"props":2163,"children":2164},{"style":121},[2165],{"type":18,"value":2166}," 0x00000100",{"type":13,"tag":78,"props":2168,"children":2169},{"style":96},[2170],{"type":18,"value":1513},{"type":13,"tag":78,"props":2172,"children":2173},{"class":80,"line":539},[2174,2178,2182,2187,2191,2195,2199,2203,2207,2212],{"type":13,"tag":78,"props":2175,"children":2176},{"style":85},[2177],{"type":18,"value":1478},{"type":13,"tag":78,"props":2179,"children":2180},{"style":85},[2181],{"type":18,"value":1483},{"type":13,"tag":78,"props":2183,"children":2184},{"style":121},[2185],{"type":18,"value":2186}," COLOR_ATTACHMENT_BLEND_KHR",{"type":13,"tag":78,"props":2188,"children":2189},{"style":85},[2190],{"type":18,"value":1493},{"type":13,"tag":78,"props":2192,"children":2193},{"style":121},[2194],{"type":18,"value":1498},{"type":13,"tag":78,"props":2196,"children":2197},{"style":85},[2198],{"type":18,"value":1503},{"type":13,"tag":78,"props":2200,"children":2201},{"style":121},[2202],{"type":18,"value":1498},{"type":13,"tag":78,"props":2204,"children":2205},{"style":85},[2206],{"type":18,"value":1550},{"type":13,"tag":78,"props":2208,"children":2209},{"style":121},[2210],{"type":18,"value":2211},"COLOR_ATTACHMENT_BLEND",{"type":13,"tag":78,"props":2213,"children":2214},{"style":96},[2215],{"type":18,"value":1513},{"type":13,"tag":78,"props":2217,"children":2218},{"class":80,"line":569},[2219,2223,2227,2232,2236,2240,2244,2249],{"type":13,"tag":78,"props":2220,"children":2221},{"style":85},[2222],{"type":18,"value":1478},{"type":13,"tag":78,"props":2224,"children":2225},{"style":85},[2226],{"type":18,"value":1483},{"type":13,"tag":78,"props":2228,"children":2229},{"style":121},[2230],{"type":18,"value":2231}," DEPTH_STENCIL_ATTACHMENT",{"type":13,"tag":78,"props":2233,"children":2234},{"style":85},[2235],{"type":18,"value":1493},{"type":13,"tag":78,"props":2237,"children":2238},{"style":121},[2239],{"type":18,"value":1498},{"type":13,"tag":78,"props":2241,"children":2242},{"style":85},[2243],{"type":18,"value":1503},{"type":13,"tag":78,"props":2245,"children":2246},{"style":121},[2247],{"type":18,"value":2248}," 0x00000200",{"type":13,"tag":78,"props":2250,"children":2251},{"style":96},[2252],{"type":18,"value":1513},{"type":13,"tag":78,"props":2254,"children":2255},{"class":80,"line":587},[2256,2260,2264,2269,2273,2277,2281,2285,2289,2294],{"type":13,"tag":78,"props":2257,"children":2258},{"style":85},[2259],{"type":18,"value":1478},{"type":13,"tag":78,"props":2261,"children":2262},{"style":85},[2263],{"type":18,"value":1483},{"type":13,"tag":78,"props":2265,"children":2266},{"style":121},[2267],{"type":18,"value":2268}," DEPTH_STENCIL_ATTACHMENT_KHR",{"type":13,"tag":78,"props":2270,"children":2271},{"style":85},[2272],{"type":18,"value":1493},{"type":13,"tag":78,"props":2274,"children":2275},{"style":121},[2276],{"type":18,"value":1498},{"type":13,"tag":78,"props":2278,"children":2279},{"style":85},[2280],{"type":18,"value":1503},{"type":13,"tag":78,"props":2282,"children":2283},{"style":121},[2284],{"type":18,"value":1498},{"type":13,"tag":78,"props":2286,"children":2287},{"style":85},[2288],{"type":18,"value":1550},{"type":13,"tag":78,"props":2290,"children":2291},{"style":121},[2292],{"type":18,"value":2293},"DEPTH_STENCIL_ATTACHMENT",{"type":13,"tag":78,"props":2295,"children":2296},{"style":96},[2297],{"type":18,"value":1513},{"type":13,"tag":78,"props":2299,"children":2300},{"class":80,"line":617},[2301,2305,2309,2314,2318,2322,2326,2331],{"type":13,"tag":78,"props":2302,"children":2303},{"style":85},[2304],{"type":18,"value":1478},{"type":13,"tag":78,"props":2306,"children":2307},{"style":85},[2308],{"type":18,"value":1483},{"type":13,"tag":78,"props":2310,"children":2311},{"style":121},[2312],{"type":18,"value":2313}," BLIT_SRC",{"type":13,"tag":78,"props":2315,"children":2316},{"style":85},[2317],{"type":18,"value":1493},{"type":13,"tag":78,"props":2319,"children":2320},{"style":121},[2321],{"type":18,"value":1498},{"type":13,"tag":78,"props":2323,"children":2324},{"style":85},[2325],{"type":18,"value":1503},{"type":13,"tag":78,"props":2327,"children":2328},{"style":121},[2329],{"type":18,"value":2330}," 0x00000400",{"type":13,"tag":78,"props":2332,"children":2333},{"style":96},[2334],{"type":18,"value":1513},{"type":13,"tag":78,"props":2336,"children":2337},{"class":80,"line":635},[2338,2342,2346,2351,2355,2359,2363,2367,2371,2376],{"type":13,"tag":78,"props":2339,"children":2340},{"style":85},[2341],{"type":18,"value":1478},{"type":13,"tag":78,"props":2343,"children":2344},{"style":85},[2345],{"type":18,"value":1483},{"type":13,"tag":78,"props":2347,"children":2348},{"style":121},[2349],{"type":18,"value":2350}," BLIT_SRC_KHR",{"type":13,"tag":78,"props":2352,"children":2353},{"style":85},[2354],{"type":18,"value":1493},{"type":13,"tag":78,"props":2356,"children":2357},{"style":121},[2358],{"type":18,"value":1498},{"type":13,"tag":78,"props":2360,"children":2361},{"style":85},[2362],{"type":18,"value":1503},{"type":13,"tag":78,"props":2364,"children":2365},{"style":121},[2366],{"type":18,"value":1498},{"type":13,"tag":78,"props":2368,"children":2369},{"style":85},[2370],{"type":18,"value":1550},{"type":13,"tag":78,"props":2372,"children":2373},{"style":121},[2374],{"type":18,"value":2375},"BLIT_SRC",{"type":13,"tag":78,"props":2377,"children":2378},{"style":96},[2379],{"type":18,"value":1513},{"type":13,"tag":78,"props":2381,"children":2382},{"class":80,"line":665},[2383,2387,2391,2396,2400,2404,2408,2413],{"type":13,"tag":78,"props":2384,"children":2385},{"style":85},[2386],{"type":18,"value":1478},{"type":13,"tag":78,"props":2388,"children":2389},{"style":85},[2390],{"type":18,"value":1483},{"type":13,"tag":78,"props":2392,"children":2393},{"style":121},[2394],{"type":18,"value":2395}," BLIT_DST",{"type":13,"tag":78,"props":2397,"children":2398},{"style":85},[2399],{"type":18,"value":1493},{"type":13,"tag":78,"props":2401,"children":2402},{"style":121},[2403],{"type":18,"value":1498},{"type":13,"tag":78,"props":2405,"children":2406},{"style":85},[2407],{"type":18,"value":1503},{"type":13,"tag":78,"props":2409,"children":2410},{"style":121},[2411],{"type":18,"value":2412}," 0x00000800",{"type":13,"tag":78,"props":2414,"children":2415},{"style":96},[2416],{"type":18,"value":1513},{"type":13,"tag":78,"props":2418,"children":2419},{"class":80,"line":683},[2420,2424,2428,2433,2437,2441,2445,2449,2453,2458],{"type":13,"tag":78,"props":2421,"children":2422},{"style":85},[2423],{"type":18,"value":1478},{"type":13,"tag":78,"props":2425,"children":2426},{"style":85},[2427],{"type":18,"value":1483},{"type":13,"tag":78,"props":2429,"children":2430},{"style":121},[2431],{"type":18,"value":2432}," BLIT_DST_KHR",{"type":13,"tag":78,"props":2434,"children":2435},{"style":85},[2436],{"type":18,"value":1493},{"type":13,"tag":78,"props":2438,"children":2439},{"style":121},[2440],{"type":18,"value":1498},{"type":13,"tag":78,"props":2442,"children":2443},{"style":85},[2444],{"type":18,"value":1503},{"type":13,"tag":78,"props":2446,"children":2447},{"style":121},[2448],{"type":18,"value":1498},{"type":13,"tag":78,"props":2450,"children":2451},{"style":85},[2452],{"type":18,"value":1550},{"type":13,"tag":78,"props":2454,"children":2455},{"style":121},[2456],{"type":18,"value":2457},"BLIT_DST",{"type":13,"tag":78,"props":2459,"children":2460},{"style":96},[2461],{"type":18,"value":1513},{"type":13,"tag":78,"props":2463,"children":2464},{"class":80,"line":713},[2465,2469,2473,2478,2482,2486,2490,2495],{"type":13,"tag":78,"props":2466,"children":2467},{"style":85},[2468],{"type":18,"value":1478},{"type":13,"tag":78,"props":2470,"children":2471},{"style":85},[2472],{"type":18,"value":1483},{"type":13,"tag":78,"props":2474,"children":2475},{"style":121},[2476],{"type":18,"value":2477}," SAMPLED_IMAGE_FILTER_LINEAR",{"type":13,"tag":78,"props":2479,"children":2480},{"style":85},[2481],{"type":18,"value":1493},{"type":13,"tag":78,"props":2483,"children":2484},{"style":121},[2485],{"type":18,"value":1498},{"type":13,"tag":78,"props":2487,"children":2488},{"style":85},[2489],{"type":18,"value":1503},{"type":13,"tag":78,"props":2491,"children":2492},{"style":121},[2493],{"type":18,"value":2494}," 0x00001000",{"type":13,"tag":78,"props":2496,"children":2497},{"style":96},[2498],{"type":18,"value":1513},{"type":13,"tag":78,"props":2500,"children":2501},{"class":80,"line":731},[2502,2506,2510,2515,2519,2523,2527,2531,2535,2540],{"type":13,"tag":78,"props":2503,"children":2504},{"style":85},[2505],{"type":18,"value":1478},{"type":13,"tag":78,"props":2507,"children":2508},{"style":85},[2509],{"type":18,"value":1483},{"type":13,"tag":78,"props":2511,"children":2512},{"style":121},[2513],{"type":18,"value":2514}," SAMPLED_IMAGE_FILTER_LINEAR_KHR",{"type":13,"tag":78,"props":2516,"children":2517},{"style":85},[2518],{"type":18,"value":1493},{"type":13,"tag":78,"props":2520,"children":2521},{"style":121},[2522],{"type":18,"value":1498},{"type":13,"tag":78,"props":2524,"children":2525},{"style":85},[2526],{"type":18,"value":1503},{"type":13,"tag":78,"props":2528,"children":2529},{"style":121},[2530],{"type":18,"value":1498},{"type":13,"tag":78,"props":2532,"children":2533},{"style":85},[2534],{"type":18,"value":1550},{"type":13,"tag":78,"props":2536,"children":2537},{"style":121},[2538],{"type":18,"value":2539},"SAMPLED_IMAGE_FILTER_LINEAR",{"type":13,"tag":78,"props":2541,"children":2542},{"style":96},[2543],{"type":18,"value":1513},{"type":13,"tag":78,"props":2545,"children":2546},{"class":80,"line":761},[2547,2551,2555,2560,2564,2568,2572,2577],{"type":13,"tag":78,"props":2548,"children":2549},{"style":85},[2550],{"type":18,"value":1478},{"type":13,"tag":78,"props":2552,"children":2553},{"style":85},[2554],{"type":18,"value":1483},{"type":13,"tag":78,"props":2556,"children":2557},{"style":121},[2558],{"type":18,"value":2559}," SAMPLED_IMAGE_FILTER_CUBIC",{"type":13,"tag":78,"props":2561,"children":2562},{"style":85},[2563],{"type":18,"value":1493},{"type":13,"tag":78,"props":2565,"children":2566},{"style":121},[2567],{"type":18,"value":1498},{"type":13,"tag":78,"props":2569,"children":2570},{"style":85},[2571],{"type":18,"value":1503},{"type":13,"tag":78,"props":2573,"children":2574},{"style":121},[2575],{"type":18,"value":2576}," 0x00002000",{"type":13,"tag":78,"props":2578,"children":2579},{"style":96},[2580],{"type":18,"value":1513},{"type":13,"tag":78,"props":2582,"children":2583},{"class":80,"line":779},[2584,2588,2592,2597,2601,2605,2609,2613,2617,2622],{"type":13,"tag":78,"props":2585,"children":2586},{"style":85},[2587],{"type":18,"value":1478},{"type":13,"tag":78,"props":2589,"children":2590},{"style":85},[2591],{"type":18,"value":1483},{"type":13,"tag":78,"props":2593,"children":2594},{"style":121},[2595],{"type":18,"value":2596}," SAMPLED_IMAGE_FILTER_CUBIC_EXT",{"type":13,"tag":78,"props":2598,"children":2599},{"style":85},[2600],{"type":18,"value":1493},{"type":13,"tag":78,"props":2602,"children":2603},{"style":121},[2604],{"type":18,"value":1498},{"type":13,"tag":78,"props":2606,"children":2607},{"style":85},[2608],{"type":18,"value":1503},{"type":13,"tag":78,"props":2610,"children":2611},{"style":121},[2612],{"type":18,"value":1498},{"type":13,"tag":78,"props":2614,"children":2615},{"style":85},[2616],{"type":18,"value":1550},{"type":13,"tag":78,"props":2618,"children":2619},{"style":121},[2620],{"type":18,"value":2621},"SAMPLED_IMAGE_FILTER_CUBIC",{"type":13,"tag":78,"props":2623,"children":2624},{"style":96},[2625],{"type":18,"value":1513},{"type":13,"tag":78,"props":2627,"children":2628},{"class":80,"line":809},[2629,2633,2637,2642,2646,2650,2654,2659],{"type":13,"tag":78,"props":2630,"children":2631},{"style":85},[2632],{"type":18,"value":1478},{"type":13,"tag":78,"props":2634,"children":2635},{"style":85},[2636],{"type":18,"value":1483},{"type":13,"tag":78,"props":2638,"children":2639},{"style":121},[2640],{"type":18,"value":2641}," TRANSFER_SRC",{"type":13,"tag":78,"props":2643,"children":2644},{"style":85},[2645],{"type":18,"value":1493},{"type":13,"tag":78,"props":2647,"children":2648},{"style":121},[2649],{"type":18,"value":1498},{"type":13,"tag":78,"props":2651,"children":2652},{"style":85},[2653],{"type":18,"value":1503},{"type":13,"tag":78,"props":2655,"children":2656},{"style":121},[2657],{"type":18,"value":2658}," 0x00004000",{"type":13,"tag":78,"props":2660,"children":2661},{"style":96},[2662],{"type":18,"value":1513},{"type":13,"tag":78,"props":2664,"children":2665},{"class":80,"line":827},[2666,2670,2674,2679,2683,2687,2691,2695,2699,2704],{"type":13,"tag":78,"props":2667,"children":2668},{"style":85},[2669],{"type":18,"value":1478},{"type":13,"tag":78,"props":2671,"children":2672},{"style":85},[2673],{"type":18,"value":1483},{"type":13,"tag":78,"props":2675,"children":2676},{"style":121},[2677],{"type":18,"value":2678}," TRANSFER_SRC_KHR",{"type":13,"tag":78,"props":2680,"children":2681},{"style":85},[2682],{"type":18,"value":1493},{"type":13,"tag":78,"props":2684,"children":2685},{"style":121},[2686],{"type":18,"value":1498},{"type":13,"tag":78,"props":2688,"children":2689},{"style":85},[2690],{"type":18,"value":1503},{"type":13,"tag":78,"props":2692,"children":2693},{"style":121},[2694],{"type":18,"value":1498},{"type":13,"tag":78,"props":2696,"children":2697},{"style":85},[2698],{"type":18,"value":1550},{"type":13,"tag":78,"props":2700,"children":2701},{"style":121},[2702],{"type":18,"value":2703},"TRANSFER_SRC",{"type":13,"tag":78,"props":2705,"children":2706},{"style":96},[2707],{"type":18,"value":1513},{"type":13,"tag":78,"props":2709,"children":2710},{"class":80,"line":857},[2711,2715,2719,2724,2728,2732,2736,2741],{"type":13,"tag":78,"props":2712,"children":2713},{"style":85},[2714],{"type":18,"value":1478},{"type":13,"tag":78,"props":2716,"children":2717},{"style":85},[2718],{"type":18,"value":1483},{"type":13,"tag":78,"props":2720,"children":2721},{"style":121},[2722],{"type":18,"value":2723}," TRANSFER_DST",{"type":13,"tag":78,"props":2725,"children":2726},{"style":85},[2727],{"type":18,"value":1493},{"type":13,"tag":78,"props":2729,"children":2730},{"style":121},[2731],{"type":18,"value":1498},{"type":13,"tag":78,"props":2733,"children":2734},{"style":85},[2735],{"type":18,"value":1503},{"type":13,"tag":78,"props":2737,"children":2738},{"style":121},[2739],{"type":18,"value":2740}," 0x00008000",{"type":13,"tag":78,"props":2742,"children":2743},{"style":96},[2744],{"type":18,"value":1513},{"type":13,"tag":78,"props":2746,"children":2747},{"class":80,"line":875},[2748,2752,2756,2761,2765,2769,2773,2777,2781,2786],{"type":13,"tag":78,"props":2749,"children":2750},{"style":85},[2751],{"type":18,"value":1478},{"type":13,"tag":78,"props":2753,"children":2754},{"style":85},[2755],{"type":18,"value":1483},{"type":13,"tag":78,"props":2757,"children":2758},{"style":121},[2759],{"type":18,"value":2760}," TRANSFER_DST_KHR",{"type":13,"tag":78,"props":2762,"children":2763},{"style":85},[2764],{"type":18,"value":1493},{"type":13,"tag":78,"props":2766,"children":2767},{"style":121},[2768],{"type":18,"value":1498},{"type":13,"tag":78,"props":2770,"children":2771},{"style":85},[2772],{"type":18,"value":1503},{"type":13,"tag":78,"props":2774,"children":2775},{"style":121},[2776],{"type":18,"value":1498},{"type":13,"tag":78,"props":2778,"children":2779},{"style":85},[2780],{"type":18,"value":1550},{"type":13,"tag":78,"props":2782,"children":2783},{"style":121},[2784],{"type":18,"value":2785},"TRANSFER_DST",{"type":13,"tag":78,"props":2787,"children":2788},{"style":96},[2789],{"type":18,"value":1513},{"type":13,"tag":78,"props":2791,"children":2792},{"class":80,"line":905},[2793,2797,2801,2806,2810,2814,2818,2823],{"type":13,"tag":78,"props":2794,"children":2795},{"style":85},[2796],{"type":18,"value":1478},{"type":13,"tag":78,"props":2798,"children":2799},{"style":85},[2800],{"type":18,"value":1483},{"type":13,"tag":78,"props":2802,"children":2803},{"style":121},[2804],{"type":18,"value":2805}," SAMPLED_IMAGE_FILTER_MINMAX",{"type":13,"tag":78,"props":2807,"children":2808},{"style":85},[2809],{"type":18,"value":1493},{"type":13,"tag":78,"props":2811,"children":2812},{"style":121},[2813],{"type":18,"value":1498},{"type":13,"tag":78,"props":2815,"children":2816},{"style":85},[2817],{"type":18,"value":1503},{"type":13,"tag":78,"props":2819,"children":2820},{"style":121},[2821],{"type":18,"value":2822}," 0x00010000",{"type":13,"tag":78,"props":2824,"children":2825},{"style":96},[2826],{"type":18,"value":1513},{"type":13,"tag":78,"props":2828,"children":2829},{"class":80,"line":923},[2830,2834,2838,2843,2847,2851,2855,2859,2863,2868],{"type":13,"tag":78,"props":2831,"children":2832},{"style":85},[2833],{"type":18,"value":1478},{"type":13,"tag":78,"props":2835,"children":2836},{"style":85},[2837],{"type":18,"value":1483},{"type":13,"tag":78,"props":2839,"children":2840},{"style":121},[2841],{"type":18,"value":2842}," SAMPLED_IMAGE_FILTER_MINMAX_KHR",{"type":13,"tag":78,"props":2844,"children":2845},{"style":85},[2846],{"type":18,"value":1493},{"type":13,"tag":78,"props":2848,"children":2849},{"style":121},[2850],{"type":18,"value":1498},{"type":13,"tag":78,"props":2852,"children":2853},{"style":85},[2854],{"type":18,"value":1503},{"type":13,"tag":78,"props":2856,"children":2857},{"style":121},[2858],{"type":18,"value":1498},{"type":13,"tag":78,"props":2860,"children":2861},{"style":85},[2862],{"type":18,"value":1550},{"type":13,"tag":78,"props":2864,"children":2865},{"style":121},[2866],{"type":18,"value":2867},"SAMPLED_IMAGE_FILTER_MINMAX",{"type":13,"tag":78,"props":2869,"children":2870},{"style":96},[2871],{"type":18,"value":1513},{"type":13,"tag":78,"props":2873,"children":2874},{"class":80,"line":953},[2875,2879,2883,2888,2892,2896,2900,2905],{"type":13,"tag":78,"props":2876,"children":2877},{"style":85},[2878],{"type":18,"value":1478},{"type":13,"tag":78,"props":2880,"children":2881},{"style":85},[2882],{"type":18,"value":1483},{"type":13,"tag":78,"props":2884,"children":2885},{"style":121},[2886],{"type":18,"value":2887}," MIDPOINT_CHROMA_SAMPLES",{"type":13,"tag":78,"props":2889,"children":2890},{"style":85},[2891],{"type":18,"value":1493},{"type":13,"tag":78,"props":2893,"children":2894},{"style":121},[2895],{"type":18,"value":1498},{"type":13,"tag":78,"props":2897,"children":2898},{"style":85},[2899],{"type":18,"value":1503},{"type":13,"tag":78,"props":2901,"children":2902},{"style":121},[2903],{"type":18,"value":2904}," 0x00020000",{"type":13,"tag":78,"props":2906,"children":2907},{"style":96},[2908],{"type":18,"value":1513},{"type":13,"tag":78,"props":2910,"children":2911},{"class":80,"line":971},[2912,2916,2920,2925,2929,2933,2937,2941,2945,2950],{"type":13,"tag":78,"props":2913,"children":2914},{"style":85},[2915],{"type":18,"value":1478},{"type":13,"tag":78,"props":2917,"children":2918},{"style":85},[2919],{"type":18,"value":1483},{"type":13,"tag":78,"props":2921,"children":2922},{"style":121},[2923],{"type":18,"value":2924}," MIDPOINT_CHROMA_SAMPLES_KHR",{"type":13,"tag":78,"props":2926,"children":2927},{"style":85},[2928],{"type":18,"value":1493},{"type":13,"tag":78,"props":2930,"children":2931},{"style":121},[2932],{"type":18,"value":1498},{"type":13,"tag":78,"props":2934,"children":2935},{"style":85},[2936],{"type":18,"value":1503},{"type":13,"tag":78,"props":2938,"children":2939},{"style":121},[2940],{"type":18,"value":1498},{"type":13,"tag":78,"props":2942,"children":2943},{"style":85},[2944],{"type":18,"value":1550},{"type":13,"tag":78,"props":2946,"children":2947},{"style":121},[2948],{"type":18,"value":2949},"MIDPOINT_CHROMA_SAMPLES",{"type":13,"tag":78,"props":2951,"children":2952},{"style":96},[2953],{"type":18,"value":1513},{"type":13,"tag":78,"props":2955,"children":2956},{"class":80,"line":1001},[2957,2961,2965,2970,2974,2978,2982,2987],{"type":13,"tag":78,"props":2958,"children":2959},{"style":85},[2960],{"type":18,"value":1478},{"type":13,"tag":78,"props":2962,"children":2963},{"style":85},[2964],{"type":18,"value":1483},{"type":13,"tag":78,"props":2966,"children":2967},{"style":121},[2968],{"type":18,"value":2969}," SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER",{"type":13,"tag":78,"props":2971,"children":2972},{"style":85},[2973],{"type":18,"value":1493},{"type":13,"tag":78,"props":2975,"children":2976},{"style":121},[2977],{"type":18,"value":1498},{"type":13,"tag":78,"props":2979,"children":2980},{"style":85},[2981],{"type":18,"value":1503},{"type":13,"tag":78,"props":2983,"children":2984},{"style":121},[2985],{"type":18,"value":2986}," 0x00040000",{"type":13,"tag":78,"props":2988,"children":2989},{"style":96},[2990],{"type":18,"value":1513},{"type":13,"tag":78,"props":2992,"children":2993},{"class":80,"line":1019},[2994,2998,3002,3007,3011,3015,3019,3023,3027,3032],{"type":13,"tag":78,"props":2995,"children":2996},{"style":85},[2997],{"type":18,"value":1478},{"type":13,"tag":78,"props":2999,"children":3000},{"style":85},[3001],{"type":18,"value":1483},{"type":13,"tag":78,"props":3003,"children":3004},{"style":121},[3005],{"type":18,"value":3006}," SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_KHR",{"type":13,"tag":78,"props":3008,"children":3009},{"style":85},[3010],{"type":18,"value":1493},{"type":13,"tag":78,"props":3012,"children":3013},{"style":121},[3014],{"type":18,"value":1498},{"type":13,"tag":78,"props":3016,"children":3017},{"style":85},[3018],{"type":18,"value":1503},{"type":13,"tag":78,"props":3020,"children":3021},{"style":121},[3022],{"type":18,"value":1498},{"type":13,"tag":78,"props":3024,"children":3025},{"style":85},[3026],{"type":18,"value":1550},{"type":13,"tag":78,"props":3028,"children":3029},{"style":121},[3030],{"type":18,"value":3031},"SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER",{"type":13,"tag":78,"props":3033,"children":3034},{"style":96},[3035],{"type":18,"value":1513},{"type":13,"tag":78,"props":3037,"children":3038},{"class":80,"line":1049},[3039,3043,3047,3052,3056,3060,3064,3069],{"type":13,"tag":78,"props":3040,"children":3041},{"style":85},[3042],{"type":18,"value":1478},{"type":13,"tag":78,"props":3044,"children":3045},{"style":85},[3046],{"type":18,"value":1483},{"type":13,"tag":78,"props":3048,"children":3049},{"style":121},[3050],{"type":18,"value":3051}," SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER",{"type":13,"tag":78,"props":3053,"children":3054},{"style":85},[3055],{"type":18,"value":1493},{"type":13,"tag":78,"props":3057,"children":3058},{"style":121},[3059],{"type":18,"value":1498},{"type":13,"tag":78,"props":3061,"children":3062},{"style":85},[3063],{"type":18,"value":1503},{"type":13,"tag":78,"props":3065,"children":3066},{"style":121},[3067],{"type":18,"value":3068}," 0x00080000",{"type":13,"tag":78,"props":3070,"children":3071},{"style":96},[3072],{"type":18,"value":1513},{"type":13,"tag":78,"props":3074,"children":3075},{"class":80,"line":1067},[3076,3080,3084,3089,3093,3097,3101,3105,3109,3114],{"type":13,"tag":78,"props":3077,"children":3078},{"style":85},[3079],{"type":18,"value":1478},{"type":13,"tag":78,"props":3081,"children":3082},{"style":85},[3083],{"type":18,"value":1483},{"type":13,"tag":78,"props":3085,"children":3086},{"style":121},[3087],{"type":18,"value":3088}," SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_KHR",{"type":13,"tag":78,"props":3090,"children":3091},{"style":85},[3092],{"type":18,"value":1493},{"type":13,"tag":78,"props":3094,"children":3095},{"style":121},[3096],{"type":18,"value":1498},{"type":13,"tag":78,"props":3098,"children":3099},{"style":85},[3100],{"type":18,"value":1503},{"type":13,"tag":78,"props":3102,"children":3103},{"style":121},[3104],{"type":18,"value":1498},{"type":13,"tag":78,"props":3106,"children":3107},{"style":85},[3108],{"type":18,"value":1550},{"type":13,"tag":78,"props":3110,"children":3111},{"style":121},[3112],{"type":18,"value":3113},"SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER",{"type":13,"tag":78,"props":3115,"children":3116},{"style":96},[3117],{"type":18,"value":1513},{"type":13,"tag":78,"props":3119,"children":3120},{"class":80,"line":1097},[3121,3125,3129,3134,3138,3142,3146,3151],{"type":13,"tag":78,"props":3122,"children":3123},{"style":85},[3124],{"type":18,"value":1478},{"type":13,"tag":78,"props":3126,"children":3127},{"style":85},[3128],{"type":18,"value":1483},{"type":13,"tag":78,"props":3130,"children":3131},{"style":121},[3132],{"type":18,"value":3133}," SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT",{"type":13,"tag":78,"props":3135,"children":3136},{"style":85},[3137],{"type":18,"value":1493},{"type":13,"tag":78,"props":3139,"children":3140},{"style":121},[3141],{"type":18,"value":1498},{"type":13,"tag":78,"props":3143,"children":3144},{"style":85},[3145],{"type":18,"value":1503},{"type":13,"tag":78,"props":3147,"children":3148},{"style":121},[3149],{"type":18,"value":3150}," 0x00100000",{"type":13,"tag":78,"props":3152,"children":3153},{"style":96},[3154],{"type":18,"value":1513},{"type":13,"tag":78,"props":3156,"children":3157},{"class":80,"line":1115},[3158,3162,3166,3171,3175,3179,3183,3187,3191,3196],{"type":13,"tag":78,"props":3159,"children":3160},{"style":85},[3161],{"type":18,"value":1478},{"type":13,"tag":78,"props":3163,"children":3164},{"style":85},[3165],{"type":18,"value":1483},{"type":13,"tag":78,"props":3167,"children":3168},{"style":121},[3169],{"type":18,"value":3170}," SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_KHR",{"type":13,"tag":78,"props":3172,"children":3173},{"style":85},[3174],{"type":18,"value":1493},{"type":13,"tag":78,"props":3176,"children":3177},{"style":121},[3178],{"type":18,"value":1498},{"type":13,"tag":78,"props":3180,"children":3181},{"style":85},[3182],{"type":18,"value":1503},{"type":13,"tag":78,"props":3184,"children":3185},{"style":121},[3186],{"type":18,"value":1498},{"type":13,"tag":78,"props":3188,"children":3189},{"style":85},[3190],{"type":18,"value":1550},{"type":13,"tag":78,"props":3192,"children":3193},{"style":121},[3194],{"type":18,"value":3195},"SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT",{"type":13,"tag":78,"props":3197,"children":3198},{"style":96},[3199],{"type":18,"value":1513},{"type":13,"tag":78,"props":3201,"children":3202},{"class":80,"line":1145},[3203,3207,3211,3216,3220,3224,3228,3233],{"type":13,"tag":78,"props":3204,"children":3205},{"style":85},[3206],{"type":18,"value":1478},{"type":13,"tag":78,"props":3208,"children":3209},{"style":85},[3210],{"type":18,"value":1483},{"type":13,"tag":78,"props":3212,"children":3213},{"style":121},[3214],{"type":18,"value":3215}," SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE",{"type":13,"tag":78,"props":3217,"children":3218},{"style":85},[3219],{"type":18,"value":1493},{"type":13,"tag":78,"props":3221,"children":3222},{"style":121},[3223],{"type":18,"value":1498},{"type":13,"tag":78,"props":3225,"children":3226},{"style":85},[3227],{"type":18,"value":1503},{"type":13,"tag":78,"props":3229,"children":3230},{"style":121},[3231],{"type":18,"value":3232}," 0x00200000",{"type":13,"tag":78,"props":3234,"children":3235},{"style":96},[3236],{"type":18,"value":1513},{"type":13,"tag":78,"props":3238,"children":3239},{"class":80,"line":1163},[3240,3244,3248,3253,3257,3261,3265,3269,3273,3278],{"type":13,"tag":78,"props":3241,"children":3242},{"style":85},[3243],{"type":18,"value":1478},{"type":13,"tag":78,"props":3245,"children":3246},{"style":85},[3247],{"type":18,"value":1483},{"type":13,"tag":78,"props":3249,"children":3250},{"style":121},[3251],{"type":18,"value":3252}," SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_KHR",{"type":13,"tag":78,"props":3254,"children":3255},{"style":85},[3256],{"type":18,"value":1493},{"type":13,"tag":78,"props":3258,"children":3259},{"style":121},[3260],{"type":18,"value":1498},{"type":13,"tag":78,"props":3262,"children":3263},{"style":85},[3264],{"type":18,"value":1503},{"type":13,"tag":78,"props":3266,"children":3267},{"style":121},[3268],{"type":18,"value":1498},{"type":13,"tag":78,"props":3270,"children":3271},{"style":85},[3272],{"type":18,"value":1550},{"type":13,"tag":78,"props":3274,"children":3275},{"style":121},[3276],{"type":18,"value":3277},"SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE",{"type":13,"tag":78,"props":3279,"children":3280},{"style":96},[3281],{"type":18,"value":1513},{"type":13,"tag":78,"props":3283,"children":3284},{"class":80,"line":1193},[3285,3289,3293,3298,3302,3306,3310,3315],{"type":13,"tag":78,"props":3286,"children":3287},{"style":85},[3288],{"type":18,"value":1478},{"type":13,"tag":78,"props":3290,"children":3291},{"style":85},[3292],{"type":18,"value":1483},{"type":13,"tag":78,"props":3294,"children":3295},{"style":121},[3296],{"type":18,"value":3297}," DISJOINT",{"type":13,"tag":78,"props":3299,"children":3300},{"style":85},[3301],{"type":18,"value":1493},{"type":13,"tag":78,"props":3303,"children":3304},{"style":121},[3305],{"type":18,"value":1498},{"type":13,"tag":78,"props":3307,"children":3308},{"style":85},[3309],{"type":18,"value":1503},{"type":13,"tag":78,"props":3311,"children":3312},{"style":121},[3313],{"type":18,"value":3314}," 0x00400000",{"type":13,"tag":78,"props":3316,"children":3317},{"style":96},[3318],{"type":18,"value":1513},{"type":13,"tag":78,"props":3320,"children":3321},{"class":80,"line":1211},[3322,3326,3330,3335,3339,3343,3347,3351,3355,3360],{"type":13,"tag":78,"props":3323,"children":3324},{"style":85},[3325],{"type":18,"value":1478},{"type":13,"tag":78,"props":3327,"children":3328},{"style":85},[3329],{"type":18,"value":1483},{"type":13,"tag":78,"props":3331,"children":3332},{"style":121},[3333],{"type":18,"value":3334}," DISJOINT_KHR",{"type":13,"tag":78,"props":3336,"children":3337},{"style":85},[3338],{"type":18,"value":1493},{"type":13,"tag":78,"props":3340,"children":3341},{"style":121},[3342],{"type":18,"value":1498},{"type":13,"tag":78,"props":3344,"children":3345},{"style":85},[3346],{"type":18,"value":1503},{"type":13,"tag":78,"props":3348,"children":3349},{"style":121},[3350],{"type":18,"value":1498},{"type":13,"tag":78,"props":3352,"children":3353},{"style":85},[3354],{"type":18,"value":1550},{"type":13,"tag":78,"props":3356,"children":3357},{"style":121},[3358],{"type":18,"value":3359},"DISJOINT",{"type":13,"tag":78,"props":3361,"children":3362},{"style":96},[3363],{"type":18,"value":1513},{"type":13,"tag":78,"props":3365,"children":3366},{"class":80,"line":1241},[3367,3371,3375,3380,3384,3388,3392,3397],{"type":13,"tag":78,"props":3368,"children":3369},{"style":85},[3370],{"type":18,"value":1478},{"type":13,"tag":78,"props":3372,"children":3373},{"style":85},[3374],{"type":18,"value":1483},{"type":13,"tag":78,"props":3376,"children":3377},{"style":121},[3378],{"type":18,"value":3379}," COSITED_CHROMA_SAMPLES",{"type":13,"tag":78,"props":3381,"children":3382},{"style":85},[3383],{"type":18,"value":1493},{"type":13,"tag":78,"props":3385,"children":3386},{"style":121},[3387],{"type":18,"value":1498},{"type":13,"tag":78,"props":3389,"children":3390},{"style":85},[3391],{"type":18,"value":1503},{"type":13,"tag":78,"props":3393,"children":3394},{"style":121},[3395],{"type":18,"value":3396}," 0x00800000",{"type":13,"tag":78,"props":3398,"children":3399},{"style":96},[3400],{"type":18,"value":1513},{"type":13,"tag":78,"props":3402,"children":3403},{"class":80,"line":1259},[3404,3408,3412,3417,3421,3425,3429,3433,3437,3442],{"type":13,"tag":78,"props":3405,"children":3406},{"style":85},[3407],{"type":18,"value":1478},{"type":13,"tag":78,"props":3409,"children":3410},{"style":85},[3411],{"type":18,"value":1483},{"type":13,"tag":78,"props":3413,"children":3414},{"style":121},[3415],{"type":18,"value":3416}," COSITED_CHROMA_SAMPLES_KHR",{"type":13,"tag":78,"props":3418,"children":3419},{"style":85},[3420],{"type":18,"value":1493},{"type":13,"tag":78,"props":3422,"children":3423},{"style":121},[3424],{"type":18,"value":1498},{"type":13,"tag":78,"props":3426,"children":3427},{"style":85},[3428],{"type":18,"value":1503},{"type":13,"tag":78,"props":3430,"children":3431},{"style":121},[3432],{"type":18,"value":1498},{"type":13,"tag":78,"props":3434,"children":3435},{"style":85},[3436],{"type":18,"value":1550},{"type":13,"tag":78,"props":3438,"children":3439},{"style":121},[3440],{"type":18,"value":3441},"COSITED_CHROMA_SAMPLES",{"type":13,"tag":78,"props":3443,"children":3444},{"style":96},[3445],{"type":18,"value":1513},{"type":13,"tag":78,"props":3447,"children":3448},{"class":80,"line":1289},[3449,3453,3457,3462,3466,3470,3474,3479],{"type":13,"tag":78,"props":3450,"children":3451},{"style":85},[3452],{"type":18,"value":1478},{"type":13,"tag":78,"props":3454,"children":3455},{"style":85},[3456],{"type":18,"value":1483},{"type":13,"tag":78,"props":3458,"children":3459},{"style":121},[3460],{"type":18,"value":3461}," STORAGE_READ_WITHOUT_FORMAT",{"type":13,"tag":78,"props":3463,"children":3464},{"style":85},[3465],{"type":18,"value":1493},{"type":13,"tag":78,"props":3467,"children":3468},{"style":121},[3469],{"type":18,"value":1498},{"type":13,"tag":78,"props":3471,"children":3472},{"style":85},[3473],{"type":18,"value":1503},{"type":13,"tag":78,"props":3475,"children":3476},{"style":121},[3477],{"type":18,"value":3478}," 0x80000000",{"type":13,"tag":78,"props":3480,"children":3481},{"style":96},[3482],{"type":18,"value":1513},{"type":13,"tag":78,"props":3484,"children":3485},{"class":80,"line":1307},[3486,3490,3494,3499,3503,3507,3511,3515,3519,3524],{"type":13,"tag":78,"props":3487,"children":3488},{"style":85},[3489],{"type":18,"value":1478},{"type":13,"tag":78,"props":3491,"children":3492},{"style":85},[3493],{"type":18,"value":1483},{"type":13,"tag":78,"props":3495,"children":3496},{"style":121},[3497],{"type":18,"value":3498}," STORAGE_READ_WITHOUT_FORMAT_KHR",{"type":13,"tag":78,"props":3500,"children":3501},{"style":85},[3502],{"type":18,"value":1493},{"type":13,"tag":78,"props":3504,"children":3505},{"style":121},[3506],{"type":18,"value":1498},{"type":13,"tag":78,"props":3508,"children":3509},{"style":85},[3510],{"type":18,"value":1503},{"type":13,"tag":78,"props":3512,"children":3513},{"style":121},[3514],{"type":18,"value":1498},{"type":13,"tag":78,"props":3516,"children":3517},{"style":85},[3518],{"type":18,"value":1550},{"type":13,"tag":78,"props":3520,"children":3521},{"style":121},[3522],{"type":18,"value":3523},"STORAGE_READ_WITHOUT_FORMAT",{"type":13,"tag":78,"props":3525,"children":3526},{"style":96},[3527],{"type":18,"value":1513},{"type":13,"tag":78,"props":3529,"children":3530},{"class":80,"line":1337},[3531,3535,3539,3544,3548,3552,3556,3561],{"type":13,"tag":78,"props":3532,"children":3533},{"style":85},[3534],{"type":18,"value":1478},{"type":13,"tag":78,"props":3536,"children":3537},{"style":85},[3538],{"type":18,"value":1483},{"type":13,"tag":78,"props":3540,"children":3541},{"style":121},[3542],{"type":18,"value":3543}," STORAGE_WRITE_WITHOUT_FORMAT",{"type":13,"tag":78,"props":3545,"children":3546},{"style":85},[3547],{"type":18,"value":1493},{"type":13,"tag":78,"props":3549,"children":3550},{"style":121},[3551],{"type":18,"value":1498},{"type":13,"tag":78,"props":3553,"children":3554},{"style":85},[3555],{"type":18,"value":1503},{"type":13,"tag":78,"props":3557,"children":3558},{"style":121},[3559],{"type":18,"value":3560}," 0x100000000",{"type":13,"tag":78,"props":3562,"children":3563},{"style":96},[3564],{"type":18,"value":1513},{"type":13,"tag":78,"props":3566,"children":3567},{"class":80,"line":1355},[3568,3572,3576,3581,3585,3589,3593,3597,3601,3606],{"type":13,"tag":78,"props":3569,"children":3570},{"style":85},[3571],{"type":18,"value":1478},{"type":13,"tag":78,"props":3573,"children":3574},{"style":85},[3575],{"type":18,"value":1483},{"type":13,"tag":78,"props":3577,"children":3578},{"style":121},[3579],{"type":18,"value":3580}," STORAGE_WRITE_WITHOUT_FORMAT_KHR",{"type":13,"tag":78,"props":3582,"children":3583},{"style":85},[3584],{"type":18,"value":1493},{"type":13,"tag":78,"props":3586,"children":3587},{"style":121},[3588],{"type":18,"value":1498},{"type":13,"tag":78,"props":3590,"children":3591},{"style":85},[3592],{"type":18,"value":1503},{"type":13,"tag":78,"props":3594,"children":3595},{"style":121},[3596],{"type":18,"value":1498},{"type":13,"tag":78,"props":3598,"children":3599},{"style":85},[3600],{"type":18,"value":1550},{"type":13,"tag":78,"props":3602,"children":3603},{"style":121},[3604],{"type":18,"value":3605},"STORAGE_WRITE_WITHOUT_FORMAT",{"type":13,"tag":78,"props":3607,"children":3608},{"style":96},[3609],{"type":18,"value":1513},{"type":13,"tag":78,"props":3611,"children":3612},{"class":80,"line":1385},[3613,3617,3621,3626,3630,3634,3638,3643],{"type":13,"tag":78,"props":3614,"children":3615},{"style":85},[3616],{"type":18,"value":1478},{"type":13,"tag":78,"props":3618,"children":3619},{"style":85},[3620],{"type":18,"value":1483},{"type":13,"tag":78,"props":3622,"children":3623},{"style":121},[3624],{"type":18,"value":3625}," SAMPLED_IMAGE_DEPTH_COMPARISON",{"type":13,"tag":78,"props":3627,"children":3628},{"style":85},[3629],{"type":18,"value":1493},{"type":13,"tag":78,"props":3631,"children":3632},{"style":121},[3633],{"type":18,"value":1498},{"type":13,"tag":78,"props":3635,"children":3636},{"style":85},[3637],{"type":18,"value":1503},{"type":13,"tag":78,"props":3639,"children":3640},{"style":121},[3641],{"type":18,"value":3642}," 0x200000000",{"type":13,"tag":78,"props":3644,"children":3645},{"style":96},[3646],{"type":18,"value":1513},{"type":13,"tag":78,"props":3648,"children":3649},{"class":80,"line":1403},[3650,3654,3658,3663,3667,3671,3675,3679,3683,3688],{"type":13,"tag":78,"props":3651,"children":3652},{"style":85},[3653],{"type":18,"value":1478},{"type":13,"tag":78,"props":3655,"children":3656},{"style":85},[3657],{"type":18,"value":1483},{"type":13,"tag":78,"props":3659,"children":3660},{"style":121},[3661],{"type":18,"value":3662}," SAMPLED_IMAGE_DEPTH_COMPARISON_KHR",{"type":13,"tag":78,"props":3664,"children":3665},{"style":85},[3666],{"type":18,"value":1493},{"type":13,"tag":78,"props":3668,"children":3669},{"style":121},[3670],{"type":18,"value":1498},{"type":13,"tag":78,"props":3672,"children":3673},{"style":85},[3674],{"type":18,"value":1503},{"type":13,"tag":78,"props":3676,"children":3677},{"style":121},[3678],{"type":18,"value":1498},{"type":13,"tag":78,"props":3680,"children":3681},{"style":85},[3682],{"type":18,"value":1550},{"type":13,"tag":78,"props":3684,"children":3685},{"style":121},[3686],{"type":18,"value":3687},"SAMPLED_IMAGE_DEPTH_COMPARISON",{"type":13,"tag":78,"props":3689,"children":3690},{"style":96},[3691],{"type":18,"value":1513},{"type":13,"tag":78,"props":3693,"children":3695},{"class":80,"line":3694},57,[3696],{"type":13,"tag":78,"props":3697,"children":3698},{"style":96},[3699],{"type":18,"value":3700},"}\n",{"type":13,"tag":14,"props":3702,"children":3703},{},[3704],{"type":18,"value":3705},"or the equivalent",{"type":13,"tag":62,"props":3707,"children":3708},{},[3709,3735],{"type":13,"tag":66,"props":3710,"children":3712},{"className":68,"code":3711,"filename":70,"language":71,"meta":72,"style":72},"#define VkFormatFeatureFlagBits2KHR VkFormatFeatureFlagBits2\n",[3713],{"type":13,"tag":37,"props":3714,"children":3715},{"__ignoreMap":72},[3716],{"type":13,"tag":78,"props":3717,"children":3718},{"class":80,"line":81},[3719,3724,3730],{"type":13,"tag":78,"props":3720,"children":3721},{"style":85},[3722],{"type":18,"value":3723},"#define",{"type":13,"tag":78,"props":3725,"children":3727},{"style":3726},"--shiki-default:#8250DF;--shiki-dark:#D2A8FF",[3728],{"type":18,"value":3729}," VkFormatFeatureFlagBits2KHR",{"type":13,"tag":78,"props":3731,"children":3732},{"style":96},[3733],{"type":18,"value":3734}," VkFormatFeatureFlagBits2\n",{"type":13,"tag":66,"props":3736,"children":3738},{"className":1412,"code":3737,"filename":1414,"language":1415,"meta":72,"style":72},"const FormatFeatureFlagBits2KHR: _ = vk::FormatFeatureFlagBits2;\n",[3739],{"type":13,"tag":37,"props":3740,"children":3741},{"__ignoreMap":72},[3742],{"type":13,"tag":78,"props":3743,"children":3744},{"class":80,"line":81},[3745,3750,3755,3759,3764,3768,3773,3777,3782],{"type":13,"tag":78,"props":3746,"children":3747},{"style":85},[3748],{"type":18,"value":3749},"const",{"type":13,"tag":78,"props":3751,"children":3752},{"style":121},[3753],{"type":18,"value":3754}," FormatFeatureFlagBits2KHR",{"type":13,"tag":78,"props":3756,"children":3757},{"style":85},[3758],{"type":18,"value":1493},{"type":13,"tag":78,"props":3760,"children":3761},{"style":96},[3762],{"type":18,"value":3763}," _ ",{"type":13,"tag":78,"props":3765,"children":3766},{"style":85},[3767],{"type":18,"value":113},{"type":13,"tag":78,"props":3769,"children":3770},{"style":1435},[3771],{"type":18,"value":3772}," vk",{"type":13,"tag":78,"props":3774,"children":3775},{"style":85},[3776],{"type":18,"value":1550},{"type":13,"tag":78,"props":3778,"children":3779},{"style":1435},[3780],{"type":18,"value":3781},"FormatFeatureFlagBits2",{"type":13,"tag":78,"props":3783,"children":3784},{"style":96},[3785],{"type":18,"value":1513},{"type":13,"tag":14,"props":3787,"children":3788},{},[3789,3791,3795,3797,3802,3804,3809,3811,3817,3819,3825,3827,3847,3849,3855,3856,3862],{"type":18,"value":3790},"The following bits ",{"type":13,"tag":21,"props":3792,"children":3794},{"type":3793},"may",[],{"type":18,"value":3796}," be set in ",{"type":13,"tag":37,"props":3798,"children":3800},{"className":3799},[],[3801],{"type":18,"value":42},{"type":18,"value":3803}," and\n",{"type":13,"tag":37,"props":3805,"children":3807},{"className":3806},[],[3808],{"type":18,"value":50},{"type":18,"value":3810},", specifying that the features are supported by\n",{"type":13,"tag":28,"props":3812,"children":3814},{"href":3813},"/man/VkImage#VkImage",[3815],{"type":18,"value":3816},"images",{"type":18,"value":3818}," or ",{"type":13,"tag":28,"props":3820,"children":3822},{"href":3821},"/man/VkImageView#VkImageView",[3823],{"type":18,"value":3824},"image views",{"type":18,"value":3826},"\nor ",{"type":13,"tag":28,"props":3828,"children":3830},{"href":3829},"/man/VkSamplerYcbcrConversion#VkSamplerYcbcrConversion",[3831,3833,3839,3840,3845],{"type":18,"value":3832},"sampler Y′C",{"type":13,"tag":3834,"props":3835,"children":3836},"sub",{},[3837],{"type":18,"value":3838},"B",{"type":18,"value":70},{"type":13,"tag":3834,"props":3841,"children":3842},{},[3843],{"type":18,"value":3844},"R",{"type":18,"value":3846}," conversion objects",{"type":18,"value":3848},"\ncreated with the queried\n",{"type":13,"tag":28,"props":3850,"children":3852},{"href":3851},"/man/vkGetPhysicalDeviceFormatProperties2",[3853],{"type":18,"value":3854},"vkGetPhysicalDeviceFormatProperties2",{"type":18,"value":1550},{"type":13,"tag":37,"props":3857,"children":3859},{"className":3858},[],[3860],{"type":18,"value":3861},"format",{"type":18,"value":1493},{"type":13,"tag":3864,"props":3865,"children":3866},"ul",{},[3867,3892,3914,3930,3946,3961,3976,4014,4045,4193,4215,4242,4283,4349,4484,4602,4647,4658,4677,4732,4775,4797,4841,4871,4908,4937,5001,5031,5058,5082,5126,5158,5179,5201,5222],{"type":13,"tag":3868,"props":3869,"children":3870},"li",{},[3871,3877,3879,3882,3884,3890],{"type":13,"tag":37,"props":3872,"children":3874},{"className":3873},[],[3875],{"type":18,"value":3876},"VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT",{"type":18,"value":3878}," specifies that an image view\n",{"type":13,"tag":21,"props":3880,"children":3881},{"type":23},[],{"type":18,"value":3883}," be ",{"type":13,"tag":28,"props":3885,"children":3887},{"href":3886},"/chapters/descriptorsets#descriptorsets-sampledimage",[3888],{"type":18,"value":3889},"sampled from",{"type":18,"value":3891},".",{"type":13,"tag":3868,"props":3893,"children":3894},{},[3895,3901,3902,3905,3907,3913],{"type":13,"tag":37,"props":3896,"children":3898},{"className":3897},[],[3899],{"type":18,"value":3900},"VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT",{"type":18,"value":3878},{"type":13,"tag":21,"props":3903,"children":3904},{"type":23},[],{"type":18,"value":3906}," be used as a ",{"type":13,"tag":28,"props":3908,"children":3910},{"href":3909},"/chapters/descriptorsets#descriptorsets-storageimage",[3911],{"type":18,"value":3912},"storage image",{"type":18,"value":3891},{"type":13,"tag":3868,"props":3915,"children":3916},{},[3917,3923,3925,3928],{"type":13,"tag":37,"props":3918,"children":3920},{"className":3919},[],[3921],{"type":18,"value":3922},"VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT",{"type":18,"value":3924}," specifies that an\nimage view ",{"type":13,"tag":21,"props":3926,"children":3927},{"type":23},[],{"type":18,"value":3929}," be used as storage image that supports atomic\noperations.",{"type":13,"tag":3868,"props":3931,"children":3932},{},[3933,3939,3941,3944],{"type":13,"tag":37,"props":3934,"children":3936},{"className":3935},[],[3937],{"type":18,"value":3938},"VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT",{"type":18,"value":3940}," specifies that an image\nview ",{"type":13,"tag":21,"props":3942,"children":3943},{"type":23},[],{"type":18,"value":3945}," be used as a framebuffer color attachment and as an input\nattachment.",{"type":13,"tag":3868,"props":3947,"children":3948},{},[3949,3955,3956,3959],{"type":13,"tag":37,"props":3950,"children":3952},{"className":3951},[],[3953],{"type":18,"value":3954},"VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT",{"type":18,"value":3924},{"type":13,"tag":21,"props":3957,"children":3958},{"type":23},[],{"type":18,"value":3960}," be used as a framebuffer color attachment that supports\nblending.",{"type":13,"tag":3868,"props":3962,"children":3963},{},[3964,3970,3971,3974],{"type":13,"tag":37,"props":3965,"children":3967},{"className":3966},[],[3968],{"type":18,"value":3969},"VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT",{"type":18,"value":3924},{"type":13,"tag":21,"props":3972,"children":3973},{"type":23},[],{"type":18,"value":3975}," be used as a framebuffer depth/stencil attachment and as\nan input attachment.",{"type":13,"tag":3868,"props":3977,"children":3978},{},[3979,3985,3987,3990,3992,3998,4000,4006,4007,4013],{"type":13,"tag":37,"props":3980,"children":3982},{"className":3981},[],[3983],{"type":18,"value":3984},"VK_FORMAT_FEATURE_2_BLIT_SRC_BIT",{"type":18,"value":3986}," specifies that an image ",{"type":13,"tag":21,"props":3988,"children":3989},{"type":23},[],{"type":18,"value":3991}," be\nused as the ",{"type":13,"tag":37,"props":3993,"children":3995},{"className":3994},[],[3996],{"type":18,"value":3997},"srcImage",{"type":18,"value":3999}," for\n",{"type":13,"tag":28,"props":4001,"children":4003},{"href":4002},"/man/vkCmdBlitImage2",[4004],{"type":18,"value":4005},"vkCmdBlitImage2",{"type":18,"value":3803},{"type":13,"tag":28,"props":4008,"children":4010},{"href":4009},"/man/vkCmdBlitImage",[4011],{"type":18,"value":4012},"vkCmdBlitImage",{"type":18,"value":3891},{"type":13,"tag":3868,"props":4015,"children":4016},{},[4017,4023,4024,4027,4028,4034,4035,4039,4040,4044],{"type":13,"tag":37,"props":4018,"children":4020},{"className":4019},[],[4021],{"type":18,"value":4022},"VK_FORMAT_FEATURE_2_BLIT_DST_BIT",{"type":18,"value":3986},{"type":13,"tag":21,"props":4025,"children":4026},{"type":23},[],{"type":18,"value":3991},{"type":13,"tag":37,"props":4029,"children":4031},{"className":4030},[],[4032],{"type":18,"value":4033},"dstImage",{"type":18,"value":3999},{"type":13,"tag":28,"props":4036,"children":4037},{"href":4002},[4038],{"type":18,"value":4005},{"type":18,"value":3803},{"type":13,"tag":28,"props":4041,"children":4042},{"href":4009},[4043],{"type":18,"value":4012},{"type":18,"value":3891},{"type":13,"tag":3868,"props":4046,"children":4047},{},[4048,4054,4056,4061,4063,4066,4068,4074,4076,4082,4084,4090,4092,4098,4100,4106,4108,4113,4115,4120,4121,4125,4126,4131,4133,4139,4141,4146,4148,4152,4154,4159,4160,4165,4166,4170,4172,4175,4177,4180,4182,4185,4187,4191],{"type":13,"tag":37,"props":4049,"children":4051},{"className":4050},[],[4052],{"type":18,"value":4053},"VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT",{"type":18,"value":4055}," specifies that\nif ",{"type":13,"tag":37,"props":4057,"children":4059},{"className":4058},[],[4060],{"type":18,"value":3876},{"type":18,"value":4062}," is also set, an image\nview ",{"type":13,"tag":21,"props":4064,"children":4065},{"type":23},[],{"type":18,"value":4067}," be used with a sampler that has either of ",{"type":13,"tag":37,"props":4069,"children":4071},{"className":4070},[],[4072],{"type":18,"value":4073},"magFilter",{"type":18,"value":4075}," or\n",{"type":13,"tag":37,"props":4077,"children":4079},{"className":4078},[],[4080],{"type":18,"value":4081},"minFilter",{"type":18,"value":4083}," set to ",{"type":13,"tag":37,"props":4085,"children":4087},{"className":4086},[],[4088],{"type":18,"value":4089},"VK_FILTER_LINEAR",{"type":18,"value":4091},", or ",{"type":13,"tag":37,"props":4093,"children":4095},{"className":4094},[],[4096],{"type":18,"value":4097},"mipmapMode",{"type":18,"value":4099}," set\nto ",{"type":13,"tag":37,"props":4101,"children":4103},{"className":4102},[],[4104],{"type":18,"value":4105},"VK_SAMPLER_MIPMAP_MODE_LINEAR",{"type":18,"value":4107},".\nIf ",{"type":13,"tag":37,"props":4109,"children":4111},{"className":4110},[],[4112],{"type":18,"value":3984},{"type":18,"value":4114}," is also set, an image can be\nused as the ",{"type":13,"tag":37,"props":4116,"children":4118},{"className":4117},[],[4119],{"type":18,"value":3997},{"type":18,"value":3999},{"type":13,"tag":28,"props":4122,"children":4123},{"href":4002},[4124],{"type":18,"value":4005},{"type":18,"value":3803},{"type":13,"tag":37,"props":4127,"children":4129},{"className":4128},[],[4130],{"type":18,"value":4012},{"type":18,"value":4132}," with a ",{"type":13,"tag":37,"props":4134,"children":4136},{"className":4135},[],[4137],{"type":18,"value":4138},"filter",{"type":18,"value":4140}," of ",{"type":13,"tag":37,"props":4142,"children":4144},{"className":4143},[],[4145],{"type":18,"value":4089},{"type":18,"value":4147},".\nThis bit ",{"type":13,"tag":21,"props":4149,"children":4151},{"type":4150},"must",[],{"type":18,"value":4153}," only be exposed for formats that also support the\n",{"type":13,"tag":37,"props":4155,"children":4157},{"className":4156},[],[4158],{"type":18,"value":3876},{"type":18,"value":4075},{"type":13,"tag":37,"props":4161,"children":4163},{"className":4162},[],[4164],{"type":18,"value":3984},{"type":18,"value":3891},{"type":13,"tag":4167,"props":4168,"children":4169},"br",{},[],{"type":18,"value":4171},"If the format being queried is a depth/stencil format, this bit only\nspecifies that the depth aspect (not the stencil aspect) of an image of this\nformat supports linear filtering.\nWhere depth comparison is supported it ",{"type":13,"tag":21,"props":4173,"children":4174},{"type":3793},[],{"type":18,"value":4176}," be linear filtered whether this\nbit is present or not, but where this bit is not present the filtered value\n",{"type":13,"tag":21,"props":4178,"children":4179},{"type":3793},[],{"type":18,"value":4181}," be computed in an implementation-dependent manner which differs from\nthe normal rules of linear filtering.\nThe resulting value ",{"type":13,"tag":21,"props":4183,"children":4184},{"type":4150},[],{"type":18,"value":4186}," be in the range [0,1] and ",{"type":13,"tag":21,"props":4188,"children":4190},{"type":4189},"should",[],{"type":18,"value":4192}," be\nproportional to, or a weighted average of, the number of comparison passes\nor failures.",{"type":13,"tag":3868,"props":4194,"children":4195},{},[4196,4202,4203,4206,4208,4214],{"type":13,"tag":37,"props":4197,"children":4199},{"className":4198},[],[4200],{"type":18,"value":4201},"VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT",{"type":18,"value":3986},{"type":13,"tag":21,"props":4204,"children":4205},{"type":23},[],{"type":18,"value":4207},"\nbe used as a source image for ",{"type":13,"tag":28,"props":4209,"children":4211},{"href":4210},"/chapters/copies#copies",[4212],{"type":18,"value":4213},"copy commands",{"type":18,"value":3891},{"type":13,"tag":3868,"props":4216,"children":4217},{},[4218,4224,4225,4228,4230,4234,4235,4241],{"type":13,"tag":37,"props":4219,"children":4221},{"className":4220},[],[4222],{"type":18,"value":4223},"VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT",{"type":18,"value":3986},{"type":13,"tag":21,"props":4226,"children":4227},{"type":23},[],{"type":18,"value":4229},"\nbe used as a destination image for ",{"type":13,"tag":28,"props":4231,"children":4232},{"href":4210},[4233],{"type":18,"value":4213},{"type":18,"value":3803},{"type":13,"tag":28,"props":4236,"children":4238},{"href":4237},"/chapters/clears#clears",[4239],{"type":18,"value":4240},"clear commands",{"type":18,"value":3891},{"type":13,"tag":3868,"props":4243,"children":4244},{},[4245,4251,4253,4259,4261,4264,4266,4272,4273,4276,4277,4282],{"type":13,"tag":37,"props":4246,"children":4248},{"className":4247},[],[4249],{"type":18,"value":4250},"VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT",{"type":18,"value":4252}," specifies\n",{"type":13,"tag":37,"props":4254,"children":4256},{"className":4255},[],[4257],{"type":18,"value":4258},"VkImage",{"type":18,"value":4260}," ",{"type":13,"tag":21,"props":4262,"children":4263},{"type":23},[],{"type":18,"value":4265}," be used as a sampled image with a min or max\n",{"type":13,"tag":28,"props":4267,"children":4269},{"href":4268},"/man/VkSamplerReductionMode",[4270],{"type":18,"value":4271},"VkSamplerReductionMode",{"type":18,"value":4147},{"type":13,"tag":21,"props":4274,"children":4275},{"type":4150},[],{"type":18,"value":4153},{"type":13,"tag":37,"props":4278,"children":4280},{"className":4279},[],[4281],{"type":18,"value":3876},{"type":18,"value":3891},{"type":13,"tag":3868,"props":4284,"children":4285},{},[4286,4292,4294,4299,4300,4303,4305,4310,4311,4316,4317,4323,4325,4330,4332,4337,4338,4341,4342,4347],{"type":13,"tag":37,"props":4287,"children":4289},{"className":4288},[],[4290],{"type":18,"value":4291},"VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT",{"type":18,"value":4293}," specifies that\n",{"type":13,"tag":37,"props":4295,"children":4297},{"className":4296},[],[4298],{"type":18,"value":4258},{"type":18,"value":4260},{"type":13,"tag":21,"props":4301,"children":4302},{"type":23},[],{"type":18,"value":4304}," be used with a sampler that has either of\n",{"type":13,"tag":37,"props":4306,"children":4308},{"className":4307},[],[4309],{"type":18,"value":4073},{"type":18,"value":3818},{"type":13,"tag":37,"props":4312,"children":4314},{"className":4313},[],[4315],{"type":18,"value":4081},{"type":18,"value":4083},{"type":13,"tag":37,"props":4318,"children":4320},{"className":4319},[],[4321],{"type":18,"value":4322},"VK_FILTER_CUBIC_EXT",{"type":18,"value":4324},", or\nbe the source image for a blit with ",{"type":13,"tag":37,"props":4326,"children":4328},{"className":4327},[],[4329],{"type":18,"value":4138},{"type":18,"value":4331}," set to\n",{"type":13,"tag":37,"props":4333,"children":4335},{"className":4334},[],[4336],{"type":18,"value":4322},{"type":18,"value":4147},{"type":13,"tag":21,"props":4339,"children":4340},{"type":4150},[],{"type":18,"value":4153},{"type":13,"tag":37,"props":4343,"children":4345},{"className":4344},[],[4346],{"type":18,"value":3876},{"type":18,"value":4348},".\nIf the format being queried is a depth/stencil format, this only\nspecifies that the depth aspect is cubic filterable.",{"type":13,"tag":3868,"props":4350,"children":4351},{},[4352,4358,4360,4363,4365,4381,4383,4386,4388,4394,4397,4403,4405,4411,4413,4419,4421,4426,4428,4433,4434,4437,4439,4445,4447,4453,4454,4460,4462,4466,4467,4471,4473,4476,4478,4483],{"type":13,"tag":37,"props":4353,"children":4355},{"className":4354},[],[4356],{"type":18,"value":4357},"VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT",{"type":18,"value":4359}," specifies that an\napplication ",{"type":13,"tag":21,"props":4361,"children":4362},{"type":23},[],{"type":18,"value":4364}," define a ",{"type":13,"tag":28,"props":4366,"children":4368},{"href":4367},"/chapters/samplers#samplers-YCbCr-conversion",[4369,4370,4374,4375,4379],{"type":18,"value":3832},{"type":13,"tag":3834,"props":4371,"children":4372},{},[4373],{"type":18,"value":3838},{"type":18,"value":70},{"type":13,"tag":3834,"props":4376,"children":4377},{},[4378],{"type":18,"value":3844},{"type":18,"value":4380},"\nconversion",{"type":18,"value":4382}," using this format as a source, and that an image of this\nformat ",{"type":13,"tag":21,"props":4384,"children":4385},{"type":23},[],{"type":18,"value":4387}," be used with a ",{"type":13,"tag":28,"props":4389,"children":4391},{"href":4390},"/man/VkSamplerYcbcrConversionCreateInfo",[4392],{"type":18,"value":4393},"VkSamplerYcbcrConversionCreateInfo",{"type":13,"tag":4167,"props":4395,"children":4396},{},[],{"type":13,"tag":37,"props":4398,"children":4400},{"className":4399},[],[4401],{"type":18,"value":4402},"xChromaOffset",{"type":18,"value":4404}," and/or ",{"type":13,"tag":37,"props":4406,"children":4408},{"className":4407},[],[4409],{"type":18,"value":4410},"yChromaOffset",{"type":18,"value":4412}," of\n",{"type":13,"tag":37,"props":4414,"children":4416},{"className":4415},[],[4417],{"type":18,"value":4418},"VK_CHROMA_LOCATION_MIDPOINT",{"type":18,"value":4420},".\nOtherwise both ",{"type":13,"tag":37,"props":4422,"children":4424},{"className":4423},[],[4425],{"type":18,"value":4402},{"type":18,"value":4427}," and ",{"type":13,"tag":37,"props":4429,"children":4431},{"className":4430},[],[4432],{"type":18,"value":4410},{"type":18,"value":4260},{"type":13,"tag":21,"props":4435,"children":4436},{"type":4150},[],{"type":18,"value":4438}," be\n",{"type":13,"tag":37,"props":4440,"children":4442},{"className":4441},[],[4443],{"type":18,"value":4444},"VK_CHROMA_LOCATION_COSITED_EVEN",{"type":18,"value":4446},".\nIf a format does not incorporate chroma downsampling (it is not a\n",{"type":13,"tag":37,"props":4448,"children":4450},{"className":4449},[],[4451],{"type":18,"value":4452},"422",{"type":18,"value":3818},{"type":13,"tag":37,"props":4455,"children":4457},{"className":4456},[],[4458],{"type":18,"value":4459},"420",{"type":18,"value":4461}," format) but the implementation supports sampler\nY′C",{"type":13,"tag":3834,"props":4463,"children":4464},{},[4465],{"type":18,"value":3838},{"type":18,"value":70},{"type":13,"tag":3834,"props":4468,"children":4469},{},[4470],{"type":18,"value":3844},{"type":18,"value":4472}," conversion for this format, the implementation ",{"type":13,"tag":21,"props":4474,"children":4475},{"type":4150},[],{"type":18,"value":4477}," set\n",{"type":13,"tag":37,"props":4479,"children":4481},{"className":4480},[],[4482],{"type":18,"value":4357},{"type":18,"value":3891},{"type":13,"tag":3868,"props":4485,"children":4486},{},[4487,4493,4494,4497,4498,4512,4513,4516,4517,4521,4524,4529,4530,4535,4536,4541,4542,4547,4548,4553,4554,4557,4558,4563,4565,4570,4572,4577,4579,4582,4584,4600],{"type":13,"tag":37,"props":4488,"children":4490},{"className":4489},[],[4491],{"type":18,"value":4492},"VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT",{"type":18,"value":4359},{"type":13,"tag":21,"props":4495,"children":4496},{"type":23},[],{"type":18,"value":4364},{"type":13,"tag":28,"props":4499,"children":4500},{"href":4367},[4501,4502,4506,4507,4511],{"type":18,"value":3832},{"type":13,"tag":3834,"props":4503,"children":4504},{},[4505],{"type":18,"value":3838},{"type":18,"value":70},{"type":13,"tag":3834,"props":4508,"children":4509},{},[4510],{"type":18,"value":3844},{"type":18,"value":4380},{"type":18,"value":4382},{"type":13,"tag":21,"props":4514,"children":4515},{"type":23},[],{"type":18,"value":4387},{"type":13,"tag":28,"props":4518,"children":4519},{"href":4390},[4520],{"type":18,"value":4393},{"type":13,"tag":4167,"props":4522,"children":4523},{},[],{"type":13,"tag":37,"props":4525,"children":4527},{"className":4526},[],[4528],{"type":18,"value":4402},{"type":18,"value":4404},{"type":13,"tag":37,"props":4531,"children":4533},{"className":4532},[],[4534],{"type":18,"value":4410},{"type":18,"value":4412},{"type":13,"tag":37,"props":4537,"children":4539},{"className":4538},[],[4540],{"type":18,"value":4444},{"type":18,"value":4420},{"type":13,"tag":37,"props":4543,"children":4545},{"className":4544},[],[4546],{"type":18,"value":4402},{"type":18,"value":4427},{"type":13,"tag":37,"props":4549,"children":4551},{"className":4550},[],[4552],{"type":18,"value":4410},{"type":18,"value":4260},{"type":13,"tag":21,"props":4555,"children":4556},{"type":4150},[],{"type":18,"value":4438},{"type":13,"tag":37,"props":4559,"children":4561},{"className":4560},[],[4562],{"type":18,"value":4418},{"type":18,"value":4564},".\nIf neither ",{"type":13,"tag":37,"props":4566,"children":4568},{"className":4567},[],[4569],{"type":18,"value":4492},{"type":18,"value":4571}," nor\n",{"type":13,"tag":37,"props":4573,"children":4575},{"className":4574},[],[4576],{"type":18,"value":4357},{"type":18,"value":4578}," is set, the\napplication ",{"type":13,"tag":21,"props":4580,"children":4581},{"type":4150},[],{"type":18,"value":4583}," not define a ",{"type":13,"tag":28,"props":4585,"children":4586},{"href":4367},[4587,4589,4593,4594,4598],{"type":18,"value":4588},"sampler\nY′C",{"type":13,"tag":3834,"props":4590,"children":4591},{},[4592],{"type":18,"value":3838},{"type":18,"value":70},{"type":13,"tag":3834,"props":4595,"children":4596},{},[4597],{"type":18,"value":3844},{"type":18,"value":4599}," conversion",{"type":18,"value":4601}," using this format as a source.",{"type":13,"tag":3868,"props":4603,"children":4604},{},[4605,4611,4613,4616,4618,4632,4634,4640,4641,4646],{"type":13,"tag":37,"props":4606,"children":4608},{"className":4607},[],[4609],{"type":18,"value":4610},"VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT",{"type":18,"value":4612},"\nspecifies that an application ",{"type":13,"tag":21,"props":4614,"children":4615},{"type":23},[],{"type":18,"value":4617}," define a\n",{"type":13,"tag":28,"props":4619,"children":4620},{"href":4367},[4621,4622,4626,4627,4631],{"type":18,"value":3832},{"type":13,"tag":3834,"props":4623,"children":4624},{},[4625],{"type":18,"value":3838},{"type":18,"value":70},{"type":13,"tag":3834,"props":4628,"children":4629},{},[4630],{"type":18,"value":3844},{"type":18,"value":4599},{"type":18,"value":4633}," using this\nformat as a source with ",{"type":13,"tag":37,"props":4635,"children":4637},{"className":4636},[],[4638],{"type":18,"value":4639},"chromaFilter",{"type":18,"value":4331},{"type":13,"tag":37,"props":4642,"children":4644},{"className":4643},[],[4645],{"type":18,"value":4089},{"type":18,"value":3891},{"type":13,"tag":3868,"props":4648,"children":4649},{},[4650,4656],{"type":13,"tag":37,"props":4651,"children":4653},{"className":4652},[],[4654],{"type":18,"value":4655},"VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT",{"type":18,"value":4657},"\nspecifies that the format can have different chroma, min, and mag\nfilters.",{"type":13,"tag":3868,"props":4659,"children":4660},{},[4661,4667,4669,4675],{"type":13,"tag":37,"props":4662,"children":4664},{"className":4663},[],[4665],{"type":18,"value":4666},"VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT",{"type":18,"value":4668},"\nspecifies that reconstruction is explicit, as described in\n",{"type":13,"tag":28,"props":4670,"children":4672},{"href":4671},"/chapters/textures#textures-chroma-reconstruction",[4673],{"type":18,"value":4674},"Chroma Reconstruction",{"type":18,"value":4676},".\nIf this bit is not present, reconstruction is implicit by default.",{"type":13,"tag":3868,"props":4678,"children":4679},{},[4680,4686,4688,4691,4693,4697,4698,4704,4706,4712,4714,4719,4721,4724,4726,4731],{"type":13,"tag":37,"props":4681,"children":4683},{"className":4682},[],[4684],{"type":18,"value":4685},"VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT",{"type":18,"value":4687},"\nspecifies that reconstruction ",{"type":13,"tag":21,"props":4689,"children":4690},{"type":23},[],{"type":18,"value":4692}," be forcibly made explicit by setting\n",{"type":13,"tag":28,"props":4694,"children":4695},{"href":4390},[4696],{"type":18,"value":4393},{"type":18,"value":1550},{"type":13,"tag":37,"props":4699,"children":4701},{"className":4700},[],[4702],{"type":18,"value":4703},"forceExplicitReconstruction",{"type":18,"value":4705},"\nto ",{"type":13,"tag":37,"props":4707,"children":4709},{"className":4708},[],[4710],{"type":18,"value":4711},"VK_TRUE",{"type":18,"value":4713},".\nIf the format being queried supports\n",{"type":13,"tag":37,"props":4715,"children":4717},{"className":4716},[],[4718],{"type":18,"value":4666},{"type":18,"value":4720},"\nit ",{"type":13,"tag":21,"props":4722,"children":4723},{"type":4150},[],{"type":18,"value":4725}," also support\n",{"type":13,"tag":37,"props":4727,"children":4729},{"className":4728},[],[4730],{"type":18,"value":4685},{"type":18,"value":3891},{"type":13,"tag":3868,"props":4733,"children":4734},{},[4735,4741,4743,4746,4748,4754,4756,4759,4761,4766,4768,4774],{"type":13,"tag":37,"props":4736,"children":4738},{"className":4737},[],[4739],{"type":18,"value":4740},"VK_FORMAT_FEATURE_2_DISJOINT_BIT",{"type":18,"value":4742}," specifies that a multi-planar\nimage ",{"type":13,"tag":21,"props":4744,"children":4745},{"type":23},[],{"type":18,"value":4747}," have the ",{"type":13,"tag":37,"props":4749,"children":4751},{"className":4750},[],[4752],{"type":18,"value":4753},"VK_IMAGE_CREATE_DISJOINT_BIT",{"type":18,"value":4755}," set during image\ncreation.\nAn implementation ",{"type":13,"tag":21,"props":4757,"children":4758},{"type":4150},[],{"type":18,"value":4760}," not set ",{"type":13,"tag":37,"props":4762,"children":4764},{"className":4763},[],[4765],{"type":18,"value":4740},{"type":18,"value":4767},"\nfor ",{"type":13,"tag":4769,"props":4770,"children":4771},"em",{},[4772],{"type":18,"value":4773},"single-plane formats",{"type":18,"value":3891},{"type":13,"tag":3868,"props":4776,"children":4777},{},[4778,4784,4785,4788,4790,4796],{"type":13,"tag":37,"props":4779,"children":4781},{"className":4780},[],[4782],{"type":18,"value":4783},"VK_FORMAT_FEATURE_2_FRAGMENT_DENSITY_MAP_BIT_EXT",{"type":18,"value":3924},{"type":13,"tag":21,"props":4786,"children":4787},{"type":23},[],{"type":18,"value":4789}," be used as a\n",{"type":13,"tag":28,"props":4791,"children":4793},{"href":4792},"/chapters/renderpass#renderpass-fragmentdensitymapattachment",[4794],{"type":18,"value":4795},"fragment density map\nattachment",{"type":18,"value":3891},{"type":13,"tag":3868,"props":4798,"children":4799},{},[4800,4806,4808,4811,4812,4818,4820,4823,4825,4831,4833,4839],{"type":13,"tag":37,"props":4801,"children":4803},{"className":4802},[],[4804],{"type":18,"value":4805},"VK_FORMAT_FEATURE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR",{"type":18,"value":4807},"\nspecifies that an image view ",{"type":13,"tag":21,"props":4809,"children":4810},{"type":23},[],{"type":18,"value":4789},{"type":13,"tag":28,"props":4813,"children":4815},{"href":4814},"/chapters/primsrast#primsrast-fragment-shading-rate-attachment",[4816],{"type":18,"value":4817},"fragment shading rate\nattachment",{"type":18,"value":4819},".\nAn implementation ",{"type":13,"tag":21,"props":4821,"children":4822},{"type":4150},[],{"type":18,"value":4824}," not set this feature for formats with a\n",{"type":13,"tag":28,"props":4826,"children":4828},{"href":4827},"/chapters/formats#formats-numericformat",[4829],{"type":18,"value":4830},"numeric format",{"type":18,"value":4832}," other than ",{"type":13,"tag":37,"props":4834,"children":4836},{"className":4835},[],[4837],{"type":18,"value":4838},"UINT",{"type":18,"value":4840},", or set\nit as a buffer feature.",{"type":13,"tag":3868,"props":4842,"children":4843},{},[4844,4850,4852,4855,4856,4862,4864,4870],{"type":13,"tag":37,"props":4845,"children":4847},{"className":4846},[],[4848],{"type":18,"value":4849},"VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR",{"type":18,"value":4851}," specifies that an\nimage view with this format ",{"type":13,"tag":21,"props":4853,"children":4854},{"type":23},[],{"type":18,"value":3906},{"type":13,"tag":28,"props":4857,"children":4859},{"href":4858},"/chapters/video-coding#decode-output-picture",[4860],{"type":18,"value":4861},"decode output picture",{"type":18,"value":4863}," in ",{"type":13,"tag":28,"props":4865,"children":4867},{"href":4866},"/chapters/video-coding#video-decode-operations",[4868],{"type":18,"value":4869},"video decode\noperations",{"type":18,"value":3891},{"type":13,"tag":3868,"props":4872,"children":4873},{},[4874,4880,4881,4884,4886,4892,4894,4900,4902,4907],{"type":13,"tag":37,"props":4875,"children":4877},{"className":4876},[],[4878],{"type":18,"value":4879},"VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR",{"type":18,"value":4851},{"type":13,"tag":21,"props":4882,"children":4883},{"type":23},[],{"type":18,"value":4885}," be used as an output\n",{"type":13,"tag":28,"props":4887,"children":4889},{"href":4888},"/chapters/video-coding#reconstructed-picture",[4890],{"type":18,"value":4891},"reconstructed picture",{"type":18,"value":4893}," or an input\n",{"type":13,"tag":28,"props":4895,"children":4897},{"href":4896},"/chapters/video-coding#reference-picture",[4898],{"type":18,"value":4899},"reference picture",{"type":18,"value":4901}," in\n",{"type":13,"tag":28,"props":4903,"children":4904},{"href":4866},[4905],{"type":18,"value":4906},"video decode operations",{"type":18,"value":3891},{"type":13,"tag":3868,"props":4909,"children":4910},{},[4911,4917,4918,4921,4923,4929,4930,4936],{"type":13,"tag":37,"props":4912,"children":4914},{"className":4913},[],[4915],{"type":18,"value":4916},"VK_FORMAT_FEATURE_2_VIDEO_ENCODE_INPUT_BIT_KHR",{"type":18,"value":4851},{"type":13,"tag":21,"props":4919,"children":4920},{"type":23},[],{"type":18,"value":4922}," be used as an ",{"type":13,"tag":28,"props":4924,"children":4926},{"href":4925},"/chapters/video-coding#encode-input-picture",[4927],{"type":18,"value":4928},"encode input picture",{"type":18,"value":4863},{"type":13,"tag":28,"props":4931,"children":4933},{"href":4932},"/chapters/video-coding#video-encode-operations",[4934],{"type":18,"value":4935},"video encode\noperations",{"type":18,"value":3891},{"type":13,"tag":3868,"props":4938,"children":4939},{},[4940,4946,4947,4950,4951,4955,4956,4960,4961,4966,4967],{"type":13,"tag":37,"props":4941,"children":4943},{"className":4942},[],[4944],{"type":18,"value":4945},"VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR",{"type":18,"value":4851},{"type":13,"tag":21,"props":4948,"children":4949},{"type":23},[],{"type":18,"value":4885},{"type":13,"tag":28,"props":4952,"children":4953},{"href":4888},[4954],{"type":18,"value":4891},{"type":18,"value":4893},{"type":13,"tag":28,"props":4957,"children":4958},{"href":4896},[4959],{"type":18,"value":4899},{"type":18,"value":4901},{"type":13,"tag":28,"props":4962,"children":4963},{"href":4932},[4964],{"type":18,"value":4965},"video encode operations",{"type":18,"value":3891},{"type":13,"tag":4968,"props":4969,"children":4970},"note",{},[4971],{"type":13,"tag":14,"props":4972,"children":4973},{},[4974,4976,4982,4983,4986,4988,4991,4993,4999],{"type":18,"value":4975},"Specific ",{"type":13,"tag":28,"props":4977,"children":4979},{"href":4978},"/chapters/video-coding#video-profiles",[4980],{"type":18,"value":4981},"video profiles",{"type":18,"value":4260},{"type":13,"tag":21,"props":4984,"children":4985},{"type":3793},[],{"type":18,"value":4987}," have additional restrictions\non the format and other image creation parameters corresponding to image\nviews used by video coding operations that ",{"type":13,"tag":21,"props":4989,"children":4990},{"type":23},[],{"type":18,"value":4992}," be enumerated using the\n",{"type":13,"tag":28,"props":4994,"children":4996},{"href":4995},"/man/vkGetPhysicalDeviceVideoFormatPropertiesKHR",[4997],{"type":18,"value":4998},"vkGetPhysicalDeviceVideoFormatPropertiesKHR",{"type":18,"value":5000}," command.",{"type":13,"tag":3868,"props":5002,"children":5003},{},[5004,5010,5012,5015,5017,5022,5023,5029],{"type":13,"tag":37,"props":5005,"children":5007},{"className":5006},[],[5008],{"type":18,"value":5009},"VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT",{"type":18,"value":5011}," specifies that\nimage views or buffer views created with this format ",{"type":13,"tag":21,"props":5013,"children":5014},{"type":23},[],{"type":18,"value":5016}," be used as\n",{"type":13,"tag":28,"props":5018,"children":5019},{"href":3909},[5020],{"type":18,"value":5021},"storage images",{"type":18,"value":4075},{"type":13,"tag":28,"props":5024,"children":5026},{"href":5025},"/chapters/descriptorsets#descriptorsets-storagetexelbuffer",[5027],{"type":18,"value":5028},"storage texel buffers",{"type":18,"value":5030},"\nrespectively for read operations without specifying a format.",{"type":13,"tag":3868,"props":5032,"children":5033},{},[5034,5040,5042,5045,5047,5051,5052,5056],{"type":13,"tag":37,"props":5035,"children":5037},{"className":5036},[],[5038],{"type":18,"value":5039},"VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT",{"type":18,"value":5041}," specifies\nthat image views or buffer views created with this format ",{"type":13,"tag":21,"props":5043,"children":5044},{"type":23},[],{"type":18,"value":5046}," be used\nas ",{"type":13,"tag":28,"props":5048,"children":5049},{"href":3909},[5050],{"type":18,"value":5021},{"type":18,"value":4075},{"type":13,"tag":28,"props":5053,"children":5054},{"href":5025},[5055],{"type":18,"value":5028},{"type":18,"value":5057},"\nrespectively for write operations without specifying a format.",{"type":13,"tag":3868,"props":5059,"children":5060},{},[5061,5067,5069,5072,5074,5080],{"type":13,"tag":37,"props":5062,"children":5064},{"className":5063},[],[5065],{"type":18,"value":5066},"VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT",{"type":18,"value":5068}," specifies\nthat image views created with this format ",{"type":13,"tag":21,"props":5070,"children":5071},{"type":23},[],{"type":18,"value":5073}," be used for depth\ncomparison performed by ",{"type":13,"tag":37,"props":5075,"children":5077},{"className":5076},[],[5078],{"type":18,"value":5079},"OpImage*Dref*",{"type":18,"value":5081}," instructions.",{"type":13,"tag":3868,"props":5083,"children":5084},{},[5085,5091,5093,5099,5101,5106,5108,5111,5113,5118,5119,5124],{"type":13,"tag":37,"props":5086,"children":5088},{"className":5087},[],[5089],{"type":18,"value":5090},"VK_FORMAT_FEATURE_2_LINEAR_COLOR_ATTACHMENT_BIT_NV",{"type":18,"value":5092}," specifies that\nthe format is supported as a renderable\n",{"type":13,"tag":28,"props":5094,"children":5096},{"href":5095},"/404#glossary-linear-color-attachment",[5097],{"type":18,"value":5098},"Linear Color Attachment",{"type":18,"value":5100},".\nThis bit will be set for renderable color formats in the\n",{"type":13,"tag":37,"props":5102,"children":5104},{"className":5103},[],[5105],{"type":18,"value":42},{"type":18,"value":5107},".\nThis ",{"type":13,"tag":21,"props":5109,"children":5110},{"type":4150},[],{"type":18,"value":5112}," not be set in the ",{"type":13,"tag":37,"props":5114,"children":5116},{"className":5115},[],[5117],{"type":18,"value":50},{"type":18,"value":4075},{"type":13,"tag":37,"props":5120,"children":5122},{"className":5121},[],[5123],{"type":18,"value":58},{"type":18,"value":5125}," members.",{"type":13,"tag":3868,"props":5127,"children":5128},{},[5129,5135,5137,5140,5142,5148,5150,5156],{"type":13,"tag":37,"props":5130,"children":5132},{"className":5131},[],[5133],{"type":18,"value":5134},"VK_FORMAT_FEATURE_2_WEIGHT_IMAGE_BIT_QCOM",{"type":18,"value":5136}," specifies that image\nviews created with this format ",{"type":13,"tag":21,"props":5138,"children":5139},{"type":23},[],{"type":18,"value":5141}," be used as the\n",{"type":13,"tag":28,"props":5143,"children":5145},{"href":5144},"/chapters/descriptorsets#descriptorsets-weightimage",[5146],{"type":18,"value":5147},"weight image",{"type":18,"value":5149}," input to\n",{"type":13,"tag":28,"props":5151,"children":5153},{"href":5152},"/chapters/textures#textures-weightimage",[5154],{"type":18,"value":5155},"weight image sampling",{"type":18,"value":5157}," operations.",{"type":13,"tag":3868,"props":5159,"children":5160},{},[5161,5167,5169,5172,5174,5178],{"type":13,"tag":37,"props":5162,"children":5164},{"className":5163},[],[5165],{"type":18,"value":5166},"VK_FORMAT_FEATURE_2_WEIGHT_SAMPLED_IMAGE_BIT_QCOM",{"type":18,"value":5168}," specifies that\nimage views created with this format ",{"type":13,"tag":21,"props":5170,"children":5171},{"type":23},[],{"type":18,"value":5173}," be sampled in\n",{"type":13,"tag":28,"props":5175,"children":5176},{"href":5152},[5177],{"type":18,"value":5155},{"type":18,"value":5157},{"type":13,"tag":3868,"props":5180,"children":5181},{},[5182,5188,5189,5192,5194,5200],{"type":13,"tag":37,"props":5183,"children":5185},{"className":5184},[],[5186],{"type":18,"value":5187},"VK_FORMAT_FEATURE_2_BLOCK_MATCHING_BIT_QCOM",{"type":18,"value":5136},{"type":13,"tag":21,"props":5190,"children":5191},{"type":23},[],{"type":18,"value":5193}," be used in\n",{"type":13,"tag":28,"props":5195,"children":5197},{"href":5196},"/chapters/textures#textures-blockmatch",[5198],{"type":18,"value":5199},"block matching",{"type":18,"value":5157},{"type":13,"tag":3868,"props":5202,"children":5203},{},[5204,5210,5211,5214,5215,5221],{"type":13,"tag":37,"props":5205,"children":5207},{"className":5206},[],[5208],{"type":18,"value":5209},"VK_FORMAT_FEATURE_2_BOX_FILTER_SAMPLED_BIT_QCOM",{"type":18,"value":5168},{"type":13,"tag":21,"props":5212,"children":5213},{"type":23},[],{"type":18,"value":5173},{"type":13,"tag":28,"props":5216,"children":5218},{"href":5217},"/chapters/textures#textures-boxfilter",[5219],{"type":18,"value":5220},"box filter sampling",{"type":18,"value":5157},{"type":13,"tag":3868,"props":5223,"children":5224},{},[5225,5231,5233,5236,5238,5244],{"type":13,"tag":37,"props":5226,"children":5228},{"className":5227},[],[5229],{"type":18,"value":5230},"VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT_EXT",{"type":18,"value":5232}," specifies that an\nimage ",{"type":13,"tag":21,"props":5234,"children":5235},{"type":23},[],{"type":18,"value":5237}," be created with ",{"type":13,"tag":37,"props":5239,"children":5241},{"className":5240},[],[5242],{"type":18,"value":5243},"VK_IMAGE_USAGE_HOST_TRANSFER_BIT_EXT",{"type":18,"value":3891},{"type":13,"tag":14,"props":5246,"children":5247},{},[5248,5249,5252,5253,5258,5260,5266,5267,5273,5275,5279,5280,5285],{"type":18,"value":3790},{"type":13,"tag":21,"props":5250,"children":5251},{"type":3793},[],{"type":18,"value":3796},{"type":13,"tag":37,"props":5254,"children":5256},{"className":5255},[],[5257],{"type":18,"value":58},{"type":18,"value":5259},", specifying that the\nfeatures are supported by ",{"type":13,"tag":28,"props":5261,"children":5263},{"href":5262},"/man/VkBuffer#VkBuffer",[5264],{"type":18,"value":5265},"buffers",{"type":18,"value":3818},{"type":13,"tag":28,"props":5268,"children":5270},{"href":5269},"/man/VkBufferView#VkBufferView",[5271],{"type":18,"value":5272},"buffer\nviews",{"type":18,"value":5274}," created with the queried\n",{"type":13,"tag":28,"props":5276,"children":5277},{"href":3851},[5278],{"type":18,"value":3854},{"type":18,"value":1550},{"type":13,"tag":37,"props":5281,"children":5283},{"className":5282},[],[5284],{"type":18,"value":3861},{"type":18,"value":1493},{"type":13,"tag":3864,"props":5287,"children":5288},{},[5289,5318,5343,5361,5391,5443,5463,5483,5504,5524],{"type":13,"tag":3868,"props":5290,"children":5291},{},[5292,5298,5300,5303,5305,5308,5310,5316],{"type":13,"tag":37,"props":5293,"children":5295},{"className":5294},[],[5296],{"type":18,"value":5297},"VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT",{"type":18,"value":5299}," specifies that the\nformat ",{"type":13,"tag":21,"props":5301,"children":5302},{"type":23},[],{"type":18,"value":5304}," be used to create a buffer view that ",{"type":13,"tag":21,"props":5306,"children":5307},{"type":23},[],{"type":18,"value":5309}," be bound to a\n",{"type":13,"tag":37,"props":5311,"children":5313},{"className":5312},[],[5314],{"type":18,"value":5315},"VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER",{"type":18,"value":5317}," descriptor.",{"type":13,"tag":3868,"props":5319,"children":5320},{},[5321,5327,5328,5331,5332,5335,5336,5342],{"type":13,"tag":37,"props":5322,"children":5324},{"className":5323},[],[5325],{"type":18,"value":5326},"VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT",{"type":18,"value":5299},{"type":13,"tag":21,"props":5329,"children":5330},{"type":23},[],{"type":18,"value":5304},{"type":13,"tag":21,"props":5333,"children":5334},{"type":23},[],{"type":18,"value":5309},{"type":13,"tag":37,"props":5337,"children":5339},{"className":5338},[],[5340],{"type":18,"value":5341},"VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER",{"type":18,"value":5317},{"type":13,"tag":3868,"props":5344,"children":5345},{},[5346,5352,5354,5359],{"type":13,"tag":37,"props":5347,"children":5349},{"className":5348},[],[5350],{"type":18,"value":5351},"VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT",{"type":18,"value":5353}," specifies that\natomic operations are supported on\n",{"type":13,"tag":37,"props":5355,"children":5357},{"className":5356},[],[5358],{"type":18,"value":5341},{"type":18,"value":5360}," with this format.",{"type":13,"tag":3868,"props":5362,"children":5363},{},[5364,5370,5372,5375,5377,5383,5384,5389],{"type":13,"tag":37,"props":5365,"children":5367},{"className":5366},[],[5368],{"type":18,"value":5369},"VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT",{"type":18,"value":5371}," specifies that the format\n",{"type":13,"tag":21,"props":5373,"children":5374},{"type":23},[],{"type":18,"value":5376}," be used as a vertex attribute format\n(",{"type":13,"tag":37,"props":5378,"children":5380},{"className":5379},[],[5381],{"type":18,"value":5382},"VkVertexInputAttributeDescription",{"type":18,"value":1550},{"type":13,"tag":37,"props":5385,"children":5387},{"className":5386},[],[5388],{"type":18,"value":3861},{"type":18,"value":5390},").",{"type":13,"tag":3868,"props":5392,"children":5393},{},[5394,5400,5402,5405,5407,5413,5415,5421,5422,5428,5430,5433,5435,5441],{"type":13,"tag":37,"props":5395,"children":5397},{"className":5396},[],[5398],{"type":18,"value":5399},"VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR",{"type":18,"value":5401},"\nspecifies that the format ",{"type":13,"tag":21,"props":5403,"children":5404},{"type":23},[],{"type":18,"value":5406}," be used as the vertex format when\ncreating an ",{"type":13,"tag":28,"props":5408,"children":5410},{"href":5409},"/chapters/acceleration-structure#acceleration-structure",[5411],{"type":18,"value":5412},"acceleration structure",{"type":18,"value":5414},"\n(",{"type":13,"tag":37,"props":5416,"children":5418},{"className":5417},[],[5419],{"type":18,"value":5420},"VkAccelerationStructureGeometryTrianglesDataKHR",{"type":18,"value":1550},{"type":13,"tag":37,"props":5423,"children":5425},{"className":5424},[],[5426],{"type":18,"value":5427},"vertexFormat",{"type":18,"value":5429},").\nThis format ",{"type":13,"tag":21,"props":5431,"children":5432},{"type":23},[],{"type":18,"value":5434}," also be used as the vertex format in host memory when\ndoing ",{"type":13,"tag":28,"props":5436,"children":5438},{"href":5437},"/chapters/acceleration-structure#host-acceleration-structure",[5439],{"type":18,"value":5440},"host acceleration structure",{"type":18,"value":5442},"\nbuilds.",{"type":13,"tag":3868,"props":5444,"children":5445},{},[5446,5451,5453,5456,5457,5461],{"type":13,"tag":37,"props":5447,"children":5449},{"className":5448},[],[5450],{"type":18,"value":5009},{"type":18,"value":5452}," specifies that\nbuffer views created with this format ",{"type":13,"tag":21,"props":5454,"children":5455},{"type":23},[],{"type":18,"value":5016},{"type":13,"tag":28,"props":5458,"children":5459},{"href":5025},[5460],{"type":18,"value":5028},{"type":18,"value":5462}," for read\noperations without specifying a format.",{"type":13,"tag":3868,"props":5464,"children":5465},{},[5466,5471,5473,5476,5477,5481],{"type":13,"tag":37,"props":5467,"children":5469},{"className":5468},[],[5470],{"type":18,"value":5039},{"type":18,"value":5472}," specifies\nthat buffer views created with this format ",{"type":13,"tag":21,"props":5474,"children":5475},{"type":23},[],{"type":18,"value":5016},{"type":13,"tag":28,"props":5478,"children":5479},{"href":5025},[5480],{"type":18,"value":5028},{"type":18,"value":5482}," for write\noperations without specifying a format.",{"type":13,"tag":3868,"props":5484,"children":5485},{},[5486,5492,5493,5496,5498],{"type":13,"tag":37,"props":5487,"children":5489},{"className":5488},[],[5490],{"type":18,"value":5491},"VK_FORMAT_FEATURE_2_OPTICAL_FLOW_IMAGE_BIT_NV",{"type":18,"value":4851},{"type":13,"tag":21,"props":5494,"children":5495},{"type":23},[],{"type":18,"value":5497}," be used as an input or reference to\n",{"type":13,"tag":28,"props":5499,"children":5501},{"href":5500},"/chapters/opticalflow#opticalflow-operations",[5502],{"type":18,"value":5503},"optical flow operations",{"type":13,"tag":3868,"props":5505,"children":5506},{},[5507,5513,5514,5517,5519],{"type":13,"tag":37,"props":5508,"children":5510},{"className":5509},[],[5511],{"type":18,"value":5512},"VK_FORMAT_FEATURE_2_OPTICAL_FLOW_VECTOR_BIT_NV",{"type":18,"value":4851},{"type":13,"tag":21,"props":5515,"children":5516},{"type":23},[],{"type":18,"value":5518}," be used as a flow vector map (either as\nhint, output or global flow) for ",{"type":13,"tag":28,"props":5520,"children":5521},{"href":5500},[5522],{"type":18,"value":5523},"optical flow\noperations",{"type":13,"tag":3868,"props":5525,"children":5526},{},[5527,5533,5534,5537,5539],{"type":13,"tag":37,"props":5528,"children":5530},{"className":5529},[],[5531],{"type":18,"value":5532},"VK_FORMAT_FEATURE_2_OPTICAL_FLOW_COST_BIT_NV",{"type":18,"value":4851},{"type":13,"tag":21,"props":5535,"children":5536},{"type":23},[],{"type":18,"value":5538}," be used as an output cost map for\n",{"type":13,"tag":28,"props":5540,"children":5541},{"href":5500},[5542],{"type":18,"value":5503},{"type":13,"tag":5544,"props":5545,"children":5546},"style",{},[5547],{"type":18,"value":5548},"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":72,"searchDepth":102,"depth":102,"links":5550},[],"markdown",1725732553839]