[{"data":1,"prerenderedAt":4691},["ShallowReactive",2],{"siJAWShrDj":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":4690,"_id":4},"VkPipelineStageFlagBits2","Pipeline stage flags for VkPipelineStageFlags2","VK_VERSION_1_3","enums",[],{"type":10,"children":11,"toc":4688},"root",[12,36,3550,3555,3635,4623,4660,4682],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,25,27,34],{"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 a ",{"type":13,"tag":28,"props":29,"children":31},"a",{"href":30},"/man/VkPipelineStageFlags2",[32],{"type":18,"value":33},"VkPipelineStageFlags2",{"type":18,"value":35}," mask, specifying\nstages of execution, are:",{"type":13,"tag":37,"props":38,"children":39},"code-group",{},[40,1327],{"type":13,"tag":41,"props":42,"children":48},"pre",{"className":43,"code":44,"filename":45,"language":46,"meta":47,"style":47},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkPipelineStageFlagBits2 {\n VK_PIPELINE_STAGE_2_NONE = 0,\n VK_PIPELINE_STAGE_2_NONE_KHR = VK_PIPELINE_STAGE_2_NONE,\n VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT = 0x00000001ULL,\n VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR = VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT,\n VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT = 0x00000002ULL,\n VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR = VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT,\n VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT = 0x00000004ULL,\n VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR = VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT,\n VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT = 0x00000008ULL,\n VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR = VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT,\n VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT = 0x00000010ULL,\n VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR = VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT,\n VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT = 0x00000020ULL,\n VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR = VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT,\n VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT = 0x00000040ULL,\n VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR = VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT,\n VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT = 0x00000080ULL,\n VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR = VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT,\n VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT = 0x00000100ULL,\n VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR = VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT,\n VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT = 0x00000200ULL,\n VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR = VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT,\n VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT = 0x00000400ULL,\n VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR = VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT,\n VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT = 0x00000800ULL,\n VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR = VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT,\n VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT = 0x00001000ULL,\n VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR = VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT,\n VK_PIPELINE_STAGE_2_TRANSFER_BIT = VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR,\n VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR = VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT,\n VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT = 0x00002000ULL,\n VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR = VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT,\n VK_PIPELINE_STAGE_2_HOST_BIT = 0x00004000ULL,\n VK_PIPELINE_STAGE_2_HOST_BIT_KHR = VK_PIPELINE_STAGE_2_HOST_BIT,\n VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT = 0x00008000ULL,\n VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR = VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT,\n VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT = 0x00010000ULL,\n VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR = VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT,\n // bitpos 17-31 are specified by extensions to the original VkPipelineStageFlagBits enum,\n VK_PIPELINE_STAGE_2_COPY_BIT = 0x100000000ULL,\n VK_PIPELINE_STAGE_2_COPY_BIT_KHR = VK_PIPELINE_STAGE_2_COPY_BIT,\n VK_PIPELINE_STAGE_2_RESOLVE_BIT = 0x200000000ULL,\n VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR = VK_PIPELINE_STAGE_2_RESOLVE_BIT,\n VK_PIPELINE_STAGE_2_BLIT_BIT = 0x400000000ULL,\n VK_PIPELINE_STAGE_2_BLIT_BIT_KHR = VK_PIPELINE_STAGE_2_BLIT_BIT,\n VK_PIPELINE_STAGE_2_CLEAR_BIT = 0x800000000ULL,\n VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR = VK_PIPELINE_STAGE_2_CLEAR_BIT,\n VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT = 0x1000000000ULL,\n VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR = VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT,\n VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT = 0x2000000000ULL,\n VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR = VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT,\n VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT = 0x4000000000ULL,\n VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR = VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT,\n} VkPipelineStageFlagBits2;\n","C","c","",[49],{"type":13,"tag":50,"props":51,"children":52},"code",{"__ignoreMap":47},[53,76,101,119,151,169,199,217,247,265,295,313,343,361,391,409,439,457,487,505,535,553,583,601,631,649,679,697,727,745,763,780,810,828,858,876,906,924,954,972,982,1012,1030,1060,1078,1108,1126,1156,1174,1204,1222,1252,1270,1300,1318],{"type":13,"tag":54,"props":55,"children":58},"span",{"class":56,"line":57},"line",1,[59,65,70],{"type":13,"tag":54,"props":60,"children":62},{"style":61},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[63],{"type":18,"value":64},"typedef",{"type":13,"tag":54,"props":66,"children":67},{"style":61},[68],{"type":18,"value":69}," enum",{"type":13,"tag":54,"props":71,"children":73},{"style":72},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[74],{"type":18,"value":75}," VkPipelineStageFlagBits2 {\n",{"type":13,"tag":54,"props":77,"children":79},{"class":56,"line":78},2,[80,85,90,96],{"type":13,"tag":54,"props":81,"children":82},{"style":72},[83],{"type":18,"value":84}," VK_PIPELINE_STAGE_2_NONE ",{"type":13,"tag":54,"props":86,"children":87},{"style":61},[88],{"type":18,"value":89},"=",{"type":13,"tag":54,"props":91,"children":93},{"style":92},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[94],{"type":18,"value":95}," 0",{"type":13,"tag":54,"props":97,"children":98},{"style":72},[99],{"type":18,"value":100},",\n",{"type":13,"tag":54,"props":102,"children":104},{"class":56,"line":103},3,[105,110,114],{"type":13,"tag":54,"props":106,"children":107},{"style":72},[108],{"type":18,"value":109}," VK_PIPELINE_STAGE_2_NONE_KHR ",{"type":13,"tag":54,"props":111,"children":112},{"style":61},[113],{"type":18,"value":89},{"type":13,"tag":54,"props":115,"children":116},{"style":72},[117],{"type":18,"value":118}," VK_PIPELINE_STAGE_2_NONE,\n",{"type":13,"tag":54,"props":120,"children":122},{"class":56,"line":121},4,[123,128,132,137,142,147],{"type":13,"tag":54,"props":124,"children":125},{"style":72},[126],{"type":18,"value":127}," VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT ",{"type":13,"tag":54,"props":129,"children":130},{"style":61},[131],{"type":18,"value":89},{"type":13,"tag":54,"props":133,"children":134},{"style":61},[135],{"type":18,"value":136}," 0x",{"type":13,"tag":54,"props":138,"children":139},{"style":92},[140],{"type":18,"value":141},"00000001",{"type":13,"tag":54,"props":143,"children":144},{"style":61},[145],{"type":18,"value":146},"ULL",{"type":13,"tag":54,"props":148,"children":149},{"style":72},[150],{"type":18,"value":100},{"type":13,"tag":54,"props":152,"children":154},{"class":56,"line":153},5,[155,160,164],{"type":13,"tag":54,"props":156,"children":157},{"style":72},[158],{"type":18,"value":159}," VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR ",{"type":13,"tag":54,"props":161,"children":162},{"style":61},[163],{"type":18,"value":89},{"type":13,"tag":54,"props":165,"children":166},{"style":72},[167],{"type":18,"value":168}," VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT,\n",{"type":13,"tag":54,"props":170,"children":172},{"class":56,"line":171},6,[173,178,182,186,191,195],{"type":13,"tag":54,"props":174,"children":175},{"style":72},[176],{"type":18,"value":177}," VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT ",{"type":13,"tag":54,"props":179,"children":180},{"style":61},[181],{"type":18,"value":89},{"type":13,"tag":54,"props":183,"children":184},{"style":61},[185],{"type":18,"value":136},{"type":13,"tag":54,"props":187,"children":188},{"style":92},[189],{"type":18,"value":190},"00000002",{"type":13,"tag":54,"props":192,"children":193},{"style":61},[194],{"type":18,"value":146},{"type":13,"tag":54,"props":196,"children":197},{"style":72},[198],{"type":18,"value":100},{"type":13,"tag":54,"props":200,"children":202},{"class":56,"line":201},7,[203,208,212],{"type":13,"tag":54,"props":204,"children":205},{"style":72},[206],{"type":18,"value":207}," VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR ",{"type":13,"tag":54,"props":209,"children":210},{"style":61},[211],{"type":18,"value":89},{"type":13,"tag":54,"props":213,"children":214},{"style":72},[215],{"type":18,"value":216}," VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT,\n",{"type":13,"tag":54,"props":218,"children":220},{"class":56,"line":219},8,[221,226,230,234,239,243],{"type":13,"tag":54,"props":222,"children":223},{"style":72},[224],{"type":18,"value":225}," VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT ",{"type":13,"tag":54,"props":227,"children":228},{"style":61},[229],{"type":18,"value":89},{"type":13,"tag":54,"props":231,"children":232},{"style":61},[233],{"type":18,"value":136},{"type":13,"tag":54,"props":235,"children":236},{"style":92},[237],{"type":18,"value":238},"00000004",{"type":13,"tag":54,"props":240,"children":241},{"style":61},[242],{"type":18,"value":146},{"type":13,"tag":54,"props":244,"children":245},{"style":72},[246],{"type":18,"value":100},{"type":13,"tag":54,"props":248,"children":250},{"class":56,"line":249},9,[251,256,260],{"type":13,"tag":54,"props":252,"children":253},{"style":72},[254],{"type":18,"value":255}," VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR ",{"type":13,"tag":54,"props":257,"children":258},{"style":61},[259],{"type":18,"value":89},{"type":13,"tag":54,"props":261,"children":262},{"style":72},[263],{"type":18,"value":264}," VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT,\n",{"type":13,"tag":54,"props":266,"children":268},{"class":56,"line":267},10,[269,274,278,282,287,291],{"type":13,"tag":54,"props":270,"children":271},{"style":72},[272],{"type":18,"value":273}," VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT ",{"type":13,"tag":54,"props":275,"children":276},{"style":61},[277],{"type":18,"value":89},{"type":13,"tag":54,"props":279,"children":280},{"style":61},[281],{"type":18,"value":136},{"type":13,"tag":54,"props":283,"children":284},{"style":92},[285],{"type":18,"value":286},"00000008",{"type":13,"tag":54,"props":288,"children":289},{"style":61},[290],{"type":18,"value":146},{"type":13,"tag":54,"props":292,"children":293},{"style":72},[294],{"type":18,"value":100},{"type":13,"tag":54,"props":296,"children":298},{"class":56,"line":297},11,[299,304,308],{"type":13,"tag":54,"props":300,"children":301},{"style":72},[302],{"type":18,"value":303}," VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR ",{"type":13,"tag":54,"props":305,"children":306},{"style":61},[307],{"type":18,"value":89},{"type":13,"tag":54,"props":309,"children":310},{"style":72},[311],{"type":18,"value":312}," VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT,\n",{"type":13,"tag":54,"props":314,"children":316},{"class":56,"line":315},12,[317,322,326,330,335,339],{"type":13,"tag":54,"props":318,"children":319},{"style":72},[320],{"type":18,"value":321}," VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT ",{"type":13,"tag":54,"props":323,"children":324},{"style":61},[325],{"type":18,"value":89},{"type":13,"tag":54,"props":327,"children":328},{"style":61},[329],{"type":18,"value":136},{"type":13,"tag":54,"props":331,"children":332},{"style":92},[333],{"type":18,"value":334},"00000010",{"type":13,"tag":54,"props":336,"children":337},{"style":61},[338],{"type":18,"value":146},{"type":13,"tag":54,"props":340,"children":341},{"style":72},[342],{"type":18,"value":100},{"type":13,"tag":54,"props":344,"children":346},{"class":56,"line":345},13,[347,352,356],{"type":13,"tag":54,"props":348,"children":349},{"style":72},[350],{"type":18,"value":351}," VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR ",{"type":13,"tag":54,"props":353,"children":354},{"style":61},[355],{"type":18,"value":89},{"type":13,"tag":54,"props":357,"children":358},{"style":72},[359],{"type":18,"value":360}," VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT,\n",{"type":13,"tag":54,"props":362,"children":364},{"class":56,"line":363},14,[365,370,374,378,383,387],{"type":13,"tag":54,"props":366,"children":367},{"style":72},[368],{"type":18,"value":369}," VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT ",{"type":13,"tag":54,"props":371,"children":372},{"style":61},[373],{"type":18,"value":89},{"type":13,"tag":54,"props":375,"children":376},{"style":61},[377],{"type":18,"value":136},{"type":13,"tag":54,"props":379,"children":380},{"style":92},[381],{"type":18,"value":382},"00000020",{"type":13,"tag":54,"props":384,"children":385},{"style":61},[386],{"type":18,"value":146},{"type":13,"tag":54,"props":388,"children":389},{"style":72},[390],{"type":18,"value":100},{"type":13,"tag":54,"props":392,"children":394},{"class":56,"line":393},15,[395,400,404],{"type":13,"tag":54,"props":396,"children":397},{"style":72},[398],{"type":18,"value":399}," VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR ",{"type":13,"tag":54,"props":401,"children":402},{"style":61},[403],{"type":18,"value":89},{"type":13,"tag":54,"props":405,"children":406},{"style":72},[407],{"type":18,"value":408}," VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT,\n",{"type":13,"tag":54,"props":410,"children":412},{"class":56,"line":411},16,[413,418,422,426,431,435],{"type":13,"tag":54,"props":414,"children":415},{"style":72},[416],{"type":18,"value":417}," VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT ",{"type":13,"tag":54,"props":419,"children":420},{"style":61},[421],{"type":18,"value":89},{"type":13,"tag":54,"props":423,"children":424},{"style":61},[425],{"type":18,"value":136},{"type":13,"tag":54,"props":427,"children":428},{"style":92},[429],{"type":18,"value":430},"00000040",{"type":13,"tag":54,"props":432,"children":433},{"style":61},[434],{"type":18,"value":146},{"type":13,"tag":54,"props":436,"children":437},{"style":72},[438],{"type":18,"value":100},{"type":13,"tag":54,"props":440,"children":442},{"class":56,"line":441},17,[443,448,452],{"type":13,"tag":54,"props":444,"children":445},{"style":72},[446],{"type":18,"value":447}," VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR ",{"type":13,"tag":54,"props":449,"children":450},{"style":61},[451],{"type":18,"value":89},{"type":13,"tag":54,"props":453,"children":454},{"style":72},[455],{"type":18,"value":456}," VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT,\n",{"type":13,"tag":54,"props":458,"children":460},{"class":56,"line":459},18,[461,466,470,474,479,483],{"type":13,"tag":54,"props":462,"children":463},{"style":72},[464],{"type":18,"value":465}," VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT ",{"type":13,"tag":54,"props":467,"children":468},{"style":61},[469],{"type":18,"value":89},{"type":13,"tag":54,"props":471,"children":472},{"style":61},[473],{"type":18,"value":136},{"type":13,"tag":54,"props":475,"children":476},{"style":92},[477],{"type":18,"value":478},"00000080",{"type":13,"tag":54,"props":480,"children":481},{"style":61},[482],{"type":18,"value":146},{"type":13,"tag":54,"props":484,"children":485},{"style":72},[486],{"type":18,"value":100},{"type":13,"tag":54,"props":488,"children":490},{"class":56,"line":489},19,[491,496,500],{"type":13,"tag":54,"props":492,"children":493},{"style":72},[494],{"type":18,"value":495}," VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR ",{"type":13,"tag":54,"props":497,"children":498},{"style":61},[499],{"type":18,"value":89},{"type":13,"tag":54,"props":501,"children":502},{"style":72},[503],{"type":18,"value":504}," VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT,\n",{"type":13,"tag":54,"props":506,"children":508},{"class":56,"line":507},20,[509,514,518,522,527,531],{"type":13,"tag":54,"props":510,"children":511},{"style":72},[512],{"type":18,"value":513}," VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT ",{"type":13,"tag":54,"props":515,"children":516},{"style":61},[517],{"type":18,"value":89},{"type":13,"tag":54,"props":519,"children":520},{"style":61},[521],{"type":18,"value":136},{"type":13,"tag":54,"props":523,"children":524},{"style":92},[525],{"type":18,"value":526},"00000100",{"type":13,"tag":54,"props":528,"children":529},{"style":61},[530],{"type":18,"value":146},{"type":13,"tag":54,"props":532,"children":533},{"style":72},[534],{"type":18,"value":100},{"type":13,"tag":54,"props":536,"children":538},{"class":56,"line":537},21,[539,544,548],{"type":13,"tag":54,"props":540,"children":541},{"style":72},[542],{"type":18,"value":543}," VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR ",{"type":13,"tag":54,"props":545,"children":546},{"style":61},[547],{"type":18,"value":89},{"type":13,"tag":54,"props":549,"children":550},{"style":72},[551],{"type":18,"value":552}," VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT,\n",{"type":13,"tag":54,"props":554,"children":556},{"class":56,"line":555},22,[557,562,566,570,575,579],{"type":13,"tag":54,"props":558,"children":559},{"style":72},[560],{"type":18,"value":561}," VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT ",{"type":13,"tag":54,"props":563,"children":564},{"style":61},[565],{"type":18,"value":89},{"type":13,"tag":54,"props":567,"children":568},{"style":61},[569],{"type":18,"value":136},{"type":13,"tag":54,"props":571,"children":572},{"style":92},[573],{"type":18,"value":574},"00000200",{"type":13,"tag":54,"props":576,"children":577},{"style":61},[578],{"type":18,"value":146},{"type":13,"tag":54,"props":580,"children":581},{"style":72},[582],{"type":18,"value":100},{"type":13,"tag":54,"props":584,"children":586},{"class":56,"line":585},23,[587,592,596],{"type":13,"tag":54,"props":588,"children":589},{"style":72},[590],{"type":18,"value":591}," VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR ",{"type":13,"tag":54,"props":593,"children":594},{"style":61},[595],{"type":18,"value":89},{"type":13,"tag":54,"props":597,"children":598},{"style":72},[599],{"type":18,"value":600}," VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT,\n",{"type":13,"tag":54,"props":602,"children":604},{"class":56,"line":603},24,[605,610,614,618,623,627],{"type":13,"tag":54,"props":606,"children":607},{"style":72},[608],{"type":18,"value":609}," VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT ",{"type":13,"tag":54,"props":611,"children":612},{"style":61},[613],{"type":18,"value":89},{"type":13,"tag":54,"props":615,"children":616},{"style":61},[617],{"type":18,"value":136},{"type":13,"tag":54,"props":619,"children":620},{"style":92},[621],{"type":18,"value":622},"00000400",{"type":13,"tag":54,"props":624,"children":625},{"style":61},[626],{"type":18,"value":146},{"type":13,"tag":54,"props":628,"children":629},{"style":72},[630],{"type":18,"value":100},{"type":13,"tag":54,"props":632,"children":634},{"class":56,"line":633},25,[635,640,644],{"type":13,"tag":54,"props":636,"children":637},{"style":72},[638],{"type":18,"value":639}," VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR ",{"type":13,"tag":54,"props":641,"children":642},{"style":61},[643],{"type":18,"value":89},{"type":13,"tag":54,"props":645,"children":646},{"style":72},[647],{"type":18,"value":648}," VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT,\n",{"type":13,"tag":54,"props":650,"children":652},{"class":56,"line":651},26,[653,658,662,666,671,675],{"type":13,"tag":54,"props":654,"children":655},{"style":72},[656],{"type":18,"value":657}," VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT ",{"type":13,"tag":54,"props":659,"children":660},{"style":61},[661],{"type":18,"value":89},{"type":13,"tag":54,"props":663,"children":664},{"style":61},[665],{"type":18,"value":136},{"type":13,"tag":54,"props":667,"children":668},{"style":92},[669],{"type":18,"value":670},"00000800",{"type":13,"tag":54,"props":672,"children":673},{"style":61},[674],{"type":18,"value":146},{"type":13,"tag":54,"props":676,"children":677},{"style":72},[678],{"type":18,"value":100},{"type":13,"tag":54,"props":680,"children":682},{"class":56,"line":681},27,[683,688,692],{"type":13,"tag":54,"props":684,"children":685},{"style":72},[686],{"type":18,"value":687}," VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR ",{"type":13,"tag":54,"props":689,"children":690},{"style":61},[691],{"type":18,"value":89},{"type":13,"tag":54,"props":693,"children":694},{"style":72},[695],{"type":18,"value":696}," VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT,\n",{"type":13,"tag":54,"props":698,"children":700},{"class":56,"line":699},28,[701,706,710,714,719,723],{"type":13,"tag":54,"props":702,"children":703},{"style":72},[704],{"type":18,"value":705}," VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT ",{"type":13,"tag":54,"props":707,"children":708},{"style":61},[709],{"type":18,"value":89},{"type":13,"tag":54,"props":711,"children":712},{"style":61},[713],{"type":18,"value":136},{"type":13,"tag":54,"props":715,"children":716},{"style":92},[717],{"type":18,"value":718},"00001000",{"type":13,"tag":54,"props":720,"children":721},{"style":61},[722],{"type":18,"value":146},{"type":13,"tag":54,"props":724,"children":725},{"style":72},[726],{"type":18,"value":100},{"type":13,"tag":54,"props":728,"children":730},{"class":56,"line":729},29,[731,736,740],{"type":13,"tag":54,"props":732,"children":733},{"style":72},[734],{"type":18,"value":735}," VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR ",{"type":13,"tag":54,"props":737,"children":738},{"style":61},[739],{"type":18,"value":89},{"type":13,"tag":54,"props":741,"children":742},{"style":72},[743],{"type":18,"value":744}," VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT,\n",{"type":13,"tag":54,"props":746,"children":748},{"class":56,"line":747},30,[749,754,758],{"type":13,"tag":54,"props":750,"children":751},{"style":72},[752],{"type":18,"value":753}," VK_PIPELINE_STAGE_2_TRANSFER_BIT ",{"type":13,"tag":54,"props":755,"children":756},{"style":61},[757],{"type":18,"value":89},{"type":13,"tag":54,"props":759,"children":760},{"style":72},[761],{"type":18,"value":762}," VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR,\n",{"type":13,"tag":54,"props":764,"children":766},{"class":56,"line":765},31,[767,772,776],{"type":13,"tag":54,"props":768,"children":769},{"style":72},[770],{"type":18,"value":771}," VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR ",{"type":13,"tag":54,"props":773,"children":774},{"style":61},[775],{"type":18,"value":89},{"type":13,"tag":54,"props":777,"children":778},{"style":72},[779],{"type":18,"value":744},{"type":13,"tag":54,"props":781,"children":783},{"class":56,"line":782},32,[784,789,793,797,802,806],{"type":13,"tag":54,"props":785,"children":786},{"style":72},[787],{"type":18,"value":788}," VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT ",{"type":13,"tag":54,"props":790,"children":791},{"style":61},[792],{"type":18,"value":89},{"type":13,"tag":54,"props":794,"children":795},{"style":61},[796],{"type":18,"value":136},{"type":13,"tag":54,"props":798,"children":799},{"style":92},[800],{"type":18,"value":801},"00002000",{"type":13,"tag":54,"props":803,"children":804},{"style":61},[805],{"type":18,"value":146},{"type":13,"tag":54,"props":807,"children":808},{"style":72},[809],{"type":18,"value":100},{"type":13,"tag":54,"props":811,"children":813},{"class":56,"line":812},33,[814,819,823],{"type":13,"tag":54,"props":815,"children":816},{"style":72},[817],{"type":18,"value":818}," VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR ",{"type":13,"tag":54,"props":820,"children":821},{"style":61},[822],{"type":18,"value":89},{"type":13,"tag":54,"props":824,"children":825},{"style":72},[826],{"type":18,"value":827}," VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT,\n",{"type":13,"tag":54,"props":829,"children":831},{"class":56,"line":830},34,[832,837,841,845,850,854],{"type":13,"tag":54,"props":833,"children":834},{"style":72},[835],{"type":18,"value":836}," VK_PIPELINE_STAGE_2_HOST_BIT ",{"type":13,"tag":54,"props":838,"children":839},{"style":61},[840],{"type":18,"value":89},{"type":13,"tag":54,"props":842,"children":843},{"style":61},[844],{"type":18,"value":136},{"type":13,"tag":54,"props":846,"children":847},{"style":92},[848],{"type":18,"value":849},"00004000",{"type":13,"tag":54,"props":851,"children":852},{"style":61},[853],{"type":18,"value":146},{"type":13,"tag":54,"props":855,"children":856},{"style":72},[857],{"type":18,"value":100},{"type":13,"tag":54,"props":859,"children":861},{"class":56,"line":860},35,[862,867,871],{"type":13,"tag":54,"props":863,"children":864},{"style":72},[865],{"type":18,"value":866}," VK_PIPELINE_STAGE_2_HOST_BIT_KHR ",{"type":13,"tag":54,"props":868,"children":869},{"style":61},[870],{"type":18,"value":89},{"type":13,"tag":54,"props":872,"children":873},{"style":72},[874],{"type":18,"value":875}," VK_PIPELINE_STAGE_2_HOST_BIT,\n",{"type":13,"tag":54,"props":877,"children":879},{"class":56,"line":878},36,[880,885,889,893,898,902],{"type":13,"tag":54,"props":881,"children":882},{"style":72},[883],{"type":18,"value":884}," VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT ",{"type":13,"tag":54,"props":886,"children":887},{"style":61},[888],{"type":18,"value":89},{"type":13,"tag":54,"props":890,"children":891},{"style":61},[892],{"type":18,"value":136},{"type":13,"tag":54,"props":894,"children":895},{"style":92},[896],{"type":18,"value":897},"00008000",{"type":13,"tag":54,"props":899,"children":900},{"style":61},[901],{"type":18,"value":146},{"type":13,"tag":54,"props":903,"children":904},{"style":72},[905],{"type":18,"value":100},{"type":13,"tag":54,"props":907,"children":909},{"class":56,"line":908},37,[910,915,919],{"type":13,"tag":54,"props":911,"children":912},{"style":72},[913],{"type":18,"value":914}," VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR ",{"type":13,"tag":54,"props":916,"children":917},{"style":61},[918],{"type":18,"value":89},{"type":13,"tag":54,"props":920,"children":921},{"style":72},[922],{"type":18,"value":923}," VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT,\n",{"type":13,"tag":54,"props":925,"children":927},{"class":56,"line":926},38,[928,933,937,941,946,950],{"type":13,"tag":54,"props":929,"children":930},{"style":72},[931],{"type":18,"value":932}," VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT ",{"type":13,"tag":54,"props":934,"children":935},{"style":61},[936],{"type":18,"value":89},{"type":13,"tag":54,"props":938,"children":939},{"style":61},[940],{"type":18,"value":136},{"type":13,"tag":54,"props":942,"children":943},{"style":92},[944],{"type":18,"value":945},"00010000",{"type":13,"tag":54,"props":947,"children":948},{"style":61},[949],{"type":18,"value":146},{"type":13,"tag":54,"props":951,"children":952},{"style":72},[953],{"type":18,"value":100},{"type":13,"tag":54,"props":955,"children":957},{"class":56,"line":956},39,[958,963,967],{"type":13,"tag":54,"props":959,"children":960},{"style":72},[961],{"type":18,"value":962}," VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR ",{"type":13,"tag":54,"props":964,"children":965},{"style":61},[966],{"type":18,"value":89},{"type":13,"tag":54,"props":968,"children":969},{"style":72},[970],{"type":18,"value":971}," VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT,\n",{"type":13,"tag":54,"props":973,"children":975},{"class":56,"line":974},40,[976],{"type":13,"tag":54,"props":977,"children":979},{"style":978},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[980],{"type":18,"value":981}," // bitpos 17-31 are specified by extensions to the original VkPipelineStageFlagBits enum,\n",{"type":13,"tag":54,"props":983,"children":985},{"class":56,"line":984},41,[986,991,995,999,1004,1008],{"type":13,"tag":54,"props":987,"children":988},{"style":72},[989],{"type":18,"value":990}," VK_PIPELINE_STAGE_2_COPY_BIT ",{"type":13,"tag":54,"props":992,"children":993},{"style":61},[994],{"type":18,"value":89},{"type":13,"tag":54,"props":996,"children":997},{"style":61},[998],{"type":18,"value":136},{"type":13,"tag":54,"props":1000,"children":1001},{"style":92},[1002],{"type":18,"value":1003},"100000000",{"type":13,"tag":54,"props":1005,"children":1006},{"style":61},[1007],{"type":18,"value":146},{"type":13,"tag":54,"props":1009,"children":1010},{"style":72},[1011],{"type":18,"value":100},{"type":13,"tag":54,"props":1013,"children":1015},{"class":56,"line":1014},42,[1016,1021,1025],{"type":13,"tag":54,"props":1017,"children":1018},{"style":72},[1019],{"type":18,"value":1020}," VK_PIPELINE_STAGE_2_COPY_BIT_KHR ",{"type":13,"tag":54,"props":1022,"children":1023},{"style":61},[1024],{"type":18,"value":89},{"type":13,"tag":54,"props":1026,"children":1027},{"style":72},[1028],{"type":18,"value":1029}," VK_PIPELINE_STAGE_2_COPY_BIT,\n",{"type":13,"tag":54,"props":1031,"children":1033},{"class":56,"line":1032},43,[1034,1039,1043,1047,1052,1056],{"type":13,"tag":54,"props":1035,"children":1036},{"style":72},[1037],{"type":18,"value":1038}," VK_PIPELINE_STAGE_2_RESOLVE_BIT ",{"type":13,"tag":54,"props":1040,"children":1041},{"style":61},[1042],{"type":18,"value":89},{"type":13,"tag":54,"props":1044,"children":1045},{"style":61},[1046],{"type":18,"value":136},{"type":13,"tag":54,"props":1048,"children":1049},{"style":92},[1050],{"type":18,"value":1051},"200000000",{"type":13,"tag":54,"props":1053,"children":1054},{"style":61},[1055],{"type":18,"value":146},{"type":13,"tag":54,"props":1057,"children":1058},{"style":72},[1059],{"type":18,"value":100},{"type":13,"tag":54,"props":1061,"children":1063},{"class":56,"line":1062},44,[1064,1069,1073],{"type":13,"tag":54,"props":1065,"children":1066},{"style":72},[1067],{"type":18,"value":1068}," VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR ",{"type":13,"tag":54,"props":1070,"children":1071},{"style":61},[1072],{"type":18,"value":89},{"type":13,"tag":54,"props":1074,"children":1075},{"style":72},[1076],{"type":18,"value":1077}," VK_PIPELINE_STAGE_2_RESOLVE_BIT,\n",{"type":13,"tag":54,"props":1079,"children":1081},{"class":56,"line":1080},45,[1082,1087,1091,1095,1100,1104],{"type":13,"tag":54,"props":1083,"children":1084},{"style":72},[1085],{"type":18,"value":1086}," VK_PIPELINE_STAGE_2_BLIT_BIT ",{"type":13,"tag":54,"props":1088,"children":1089},{"style":61},[1090],{"type":18,"value":89},{"type":13,"tag":54,"props":1092,"children":1093},{"style":61},[1094],{"type":18,"value":136},{"type":13,"tag":54,"props":1096,"children":1097},{"style":92},[1098],{"type":18,"value":1099},"400000000",{"type":13,"tag":54,"props":1101,"children":1102},{"style":61},[1103],{"type":18,"value":146},{"type":13,"tag":54,"props":1105,"children":1106},{"style":72},[1107],{"type":18,"value":100},{"type":13,"tag":54,"props":1109,"children":1111},{"class":56,"line":1110},46,[1112,1117,1121],{"type":13,"tag":54,"props":1113,"children":1114},{"style":72},[1115],{"type":18,"value":1116}," VK_PIPELINE_STAGE_2_BLIT_BIT_KHR ",{"type":13,"tag":54,"props":1118,"children":1119},{"style":61},[1120],{"type":18,"value":89},{"type":13,"tag":54,"props":1122,"children":1123},{"style":72},[1124],{"type":18,"value":1125}," VK_PIPELINE_STAGE_2_BLIT_BIT,\n",{"type":13,"tag":54,"props":1127,"children":1129},{"class":56,"line":1128},47,[1130,1135,1139,1143,1148,1152],{"type":13,"tag":54,"props":1131,"children":1132},{"style":72},[1133],{"type":18,"value":1134}," VK_PIPELINE_STAGE_2_CLEAR_BIT ",{"type":13,"tag":54,"props":1136,"children":1137},{"style":61},[1138],{"type":18,"value":89},{"type":13,"tag":54,"props":1140,"children":1141},{"style":61},[1142],{"type":18,"value":136},{"type":13,"tag":54,"props":1144,"children":1145},{"style":92},[1146],{"type":18,"value":1147},"800000000",{"type":13,"tag":54,"props":1149,"children":1150},{"style":61},[1151],{"type":18,"value":146},{"type":13,"tag":54,"props":1153,"children":1154},{"style":72},[1155],{"type":18,"value":100},{"type":13,"tag":54,"props":1157,"children":1159},{"class":56,"line":1158},48,[1160,1165,1169],{"type":13,"tag":54,"props":1161,"children":1162},{"style":72},[1163],{"type":18,"value":1164}," VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR ",{"type":13,"tag":54,"props":1166,"children":1167},{"style":61},[1168],{"type":18,"value":89},{"type":13,"tag":54,"props":1170,"children":1171},{"style":72},[1172],{"type":18,"value":1173}," VK_PIPELINE_STAGE_2_CLEAR_BIT,\n",{"type":13,"tag":54,"props":1175,"children":1177},{"class":56,"line":1176},49,[1178,1183,1187,1191,1196,1200],{"type":13,"tag":54,"props":1179,"children":1180},{"style":72},[1181],{"type":18,"value":1182}," VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT ",{"type":13,"tag":54,"props":1184,"children":1185},{"style":61},[1186],{"type":18,"value":89},{"type":13,"tag":54,"props":1188,"children":1189},{"style":61},[1190],{"type":18,"value":136},{"type":13,"tag":54,"props":1192,"children":1193},{"style":92},[1194],{"type":18,"value":1195},"1000000000",{"type":13,"tag":54,"props":1197,"children":1198},{"style":61},[1199],{"type":18,"value":146},{"type":13,"tag":54,"props":1201,"children":1202},{"style":72},[1203],{"type":18,"value":100},{"type":13,"tag":54,"props":1205,"children":1207},{"class":56,"line":1206},50,[1208,1213,1217],{"type":13,"tag":54,"props":1209,"children":1210},{"style":72},[1211],{"type":18,"value":1212}," VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR ",{"type":13,"tag":54,"props":1214,"children":1215},{"style":61},[1216],{"type":18,"value":89},{"type":13,"tag":54,"props":1218,"children":1219},{"style":72},[1220],{"type":18,"value":1221}," VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT,\n",{"type":13,"tag":54,"props":1223,"children":1225},{"class":56,"line":1224},51,[1226,1231,1235,1239,1244,1248],{"type":13,"tag":54,"props":1227,"children":1228},{"style":72},[1229],{"type":18,"value":1230}," VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT ",{"type":13,"tag":54,"props":1232,"children":1233},{"style":61},[1234],{"type":18,"value":89},{"type":13,"tag":54,"props":1236,"children":1237},{"style":61},[1238],{"type":18,"value":136},{"type":13,"tag":54,"props":1240,"children":1241},{"style":92},[1242],{"type":18,"value":1243},"2000000000",{"type":13,"tag":54,"props":1245,"children":1246},{"style":61},[1247],{"type":18,"value":146},{"type":13,"tag":54,"props":1249,"children":1250},{"style":72},[1251],{"type":18,"value":100},{"type":13,"tag":54,"props":1253,"children":1255},{"class":56,"line":1254},52,[1256,1261,1265],{"type":13,"tag":54,"props":1257,"children":1258},{"style":72},[1259],{"type":18,"value":1260}," VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR ",{"type":13,"tag":54,"props":1262,"children":1263},{"style":61},[1264],{"type":18,"value":89},{"type":13,"tag":54,"props":1266,"children":1267},{"style":72},[1268],{"type":18,"value":1269}," VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT,\n",{"type":13,"tag":54,"props":1271,"children":1273},{"class":56,"line":1272},53,[1274,1279,1283,1287,1292,1296],{"type":13,"tag":54,"props":1275,"children":1276},{"style":72},[1277],{"type":18,"value":1278}," VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT ",{"type":13,"tag":54,"props":1280,"children":1281},{"style":61},[1282],{"type":18,"value":89},{"type":13,"tag":54,"props":1284,"children":1285},{"style":61},[1286],{"type":18,"value":136},{"type":13,"tag":54,"props":1288,"children":1289},{"style":92},[1290],{"type":18,"value":1291},"4000000000",{"type":13,"tag":54,"props":1293,"children":1294},{"style":61},[1295],{"type":18,"value":146},{"type":13,"tag":54,"props":1297,"children":1298},{"style":72},[1299],{"type":18,"value":100},{"type":13,"tag":54,"props":1301,"children":1303},{"class":56,"line":1302},54,[1304,1309,1313],{"type":13,"tag":54,"props":1305,"children":1306},{"style":72},[1307],{"type":18,"value":1308}," VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR ",{"type":13,"tag":54,"props":1310,"children":1311},{"style":61},[1312],{"type":18,"value":89},{"type":13,"tag":54,"props":1314,"children":1315},{"style":72},[1316],{"type":18,"value":1317}," VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT,\n",{"type":13,"tag":54,"props":1319,"children":1321},{"class":56,"line":1320},55,[1322],{"type":13,"tag":54,"props":1323,"children":1324},{"style":72},[1325],{"type":18,"value":1326},"} VkPipelineStageFlagBits2;\n",{"type":13,"tag":41,"props":1328,"children":1333},{"className":1329,"code":1330,"filename":1331,"language":1332,"meta":47,"style":47},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PipelineStageFlagBits2(u64);\nimpl PipelineStageFlagBits2 {\n pub const NONE: Self = 0;\n pub const NONE_KHR: Self = Self::NONE;\n pub const TOP_OF_PIPE: Self = 0x00000001;\n pub const TOP_OF_PIPE_KHR: Self = Self::TOP_OF_PIPE;\n pub const DRAW_INDIRECT: Self = 0x00000002;\n pub const DRAW_INDIRECT_KHR: Self = Self::DRAW_INDIRECT;\n pub const VERTEX_INPUT: Self = 0x00000004;\n pub const VERTEX_INPUT_KHR: Self = Self::VERTEX_INPUT;\n pub const VERTEX_SHADER: Self = 0x00000008;\n pub const VERTEX_SHADER_KHR: Self = Self::VERTEX_SHADER;\n pub const TESSELLATION_CONTROL_SHADER: Self = 0x00000010;\n pub const TESSELLATION_CONTROL_SHADER_KHR: Self = Self::TESSELLATION_CONTROL_SHADER;\n pub const TESSELLATION_EVALUATION_SHADER: Self = 0x00000020;\n pub const TESSELLATION_EVALUATION_SHADER_KHR: Self = Self::TESSELLATION_EVALUATION_SHADER;\n pub const GEOMETRY_SHADER: Self = 0x00000040;\n pub const GEOMETRY_SHADER_KHR: Self = Self::GEOMETRY_SHADER;\n pub const FRAGMENT_SHADER: Self = 0x00000080;\n pub const FRAGMENT_SHADER_KHR: Self = Self::FRAGMENT_SHADER;\n pub const EARLY_FRAGMENT_TESTS: Self = 0x00000100;\n pub const EARLY_FRAGMENT_TESTS_KHR: Self = Self::EARLY_FRAGMENT_TESTS;\n pub const LATE_FRAGMENT_TESTS: Self = 0x00000200;\n pub const LATE_FRAGMENT_TESTS_KHR: Self = Self::LATE_FRAGMENT_TESTS;\n pub const COLOR_ATTACHMENT_OUTPUT: Self = 0x00000400;\n pub const COLOR_ATTACHMENT_OUTPUT_KHR: Self = Self::COLOR_ATTACHMENT_OUTPUT;\n pub const COMPUTE_SHADER: Self = 0x00000800;\n pub const COMPUTE_SHADER_KHR: Self = Self::COMPUTE_SHADER;\n pub const ALL_TRANSFER: Self = 0x00001000;\n pub const ALL_TRANSFER_KHR: Self = Self::ALL_TRANSFER;\n pub const TRANSFER: Self = Self::ALL_TRANSFER_KHR;\n pub const TRANSFER_KHR: Self = Self::ALL_TRANSFER;\n pub const BOTTOM_OF_PIPE: Self = 0x00002000;\n pub const BOTTOM_OF_PIPE_KHR: Self = Self::BOTTOM_OF_PIPE;\n pub const HOST: Self = 0x00004000;\n pub const HOST_KHR: Self = Self::HOST;\n pub const ALL_GRAPHICS: Self = 0x00008000;\n pub const ALL_GRAPHICS_KHR: Self = Self::ALL_GRAPHICS;\n pub const ALL_COMMANDS: Self = 0x00010000;\n pub const ALL_COMMANDS_KHR: Self = Self::ALL_COMMANDS;\n // bitpos 17-31 are specified by extensions to the original VkPipelineStageFlagBits enum\n pub const COPY: Self = 0x100000000;\n pub const COPY_KHR: Self = Self::COPY;\n pub const RESOLVE: Self = 0x200000000;\n pub const RESOLVE_KHR: Self = Self::RESOLVE;\n pub const BLIT: Self = 0x400000000;\n pub const BLIT_KHR: Self = Self::BLIT;\n pub const CLEAR: Self = 0x800000000;\n pub const CLEAR_KHR: Self = Self::CLEAR;\n pub const INDEX_INPUT: Self = 0x1000000000;\n pub const INDEX_INPUT_KHR: Self = Self::INDEX_INPUT;\n pub const VERTEX_ATTRIBUTE_INPUT: Self = 0x2000000000;\n pub const VERTEX_ATTRIBUTE_INPUT_KHR: Self = Self::VERTEX_ATTRIBUTE_INPUT;\n pub const PRE_RASTERIZATION_SHADERS: Self = 0x4000000000;\n pub const PRE_RASTERIZATION_SHADERS_KHR: Self = Self::PRE_RASTERIZATION_SHADERS;\n}\n","Rust","rs",[1334],{"type":13,"tag":50,"props":1335,"children":1336},{"__ignoreMap":47},[1337,1371,1388,1430,1476,1513,1558,1595,1640,1677,1722,1759,1804,1841,1886,1923,1968,2005,2050,2087,2132,2169,2214,2251,2296,2333,2378,2415,2460,2497,2542,2587,2631,2668,2713,2750,2795,2832,2877,2914,2959,2967,3004,3049,3086,3131,3168,3213,3250,3295,3332,3377,3414,3459,3496,3541],{"type":13,"tag":54,"props":1338,"children":1339},{"class":56,"line":57},[1340,1345,1350,1356,1361,1366],{"type":13,"tag":54,"props":1341,"children":1342},{"style":61},[1343],{"type":18,"value":1344},"pub",{"type":13,"tag":54,"props":1346,"children":1347},{"style":61},[1348],{"type":18,"value":1349}," struct",{"type":13,"tag":54,"props":1351,"children":1353},{"style":1352},"--shiki-default:#953800;--shiki-dark:#FFA657",[1354],{"type":18,"value":1355}," PipelineStageFlagBits2",{"type":13,"tag":54,"props":1357,"children":1358},{"style":72},[1359],{"type":18,"value":1360},"(",{"type":13,"tag":54,"props":1362,"children":1363},{"style":1352},[1364],{"type":18,"value":1365},"u64",{"type":13,"tag":54,"props":1367,"children":1368},{"style":72},[1369],{"type":18,"value":1370},");\n",{"type":13,"tag":54,"props":1372,"children":1373},{"class":56,"line":78},[1374,1379,1383],{"type":13,"tag":54,"props":1375,"children":1376},{"style":61},[1377],{"type":18,"value":1378},"impl",{"type":13,"tag":54,"props":1380,"children":1381},{"style":1352},[1382],{"type":18,"value":1355},{"type":13,"tag":54,"props":1384,"children":1385},{"style":72},[1386],{"type":18,"value":1387}," {\n",{"type":13,"tag":54,"props":1389,"children":1390},{"class":56,"line":103},[1391,1396,1401,1406,1411,1416,1421,1425],{"type":13,"tag":54,"props":1392,"children":1393},{"style":61},[1394],{"type":18,"value":1395}," pub",{"type":13,"tag":54,"props":1397,"children":1398},{"style":61},[1399],{"type":18,"value":1400}," const",{"type":13,"tag":54,"props":1402,"children":1403},{"style":92},[1404],{"type":18,"value":1405}," NONE",{"type":13,"tag":54,"props":1407,"children":1408},{"style":61},[1409],{"type":18,"value":1410},":",{"type":13,"tag":54,"props":1412,"children":1413},{"style":92},[1414],{"type":18,"value":1415}," Self",{"type":13,"tag":54,"props":1417,"children":1418},{"style":61},[1419],{"type":18,"value":1420}," =",{"type":13,"tag":54,"props":1422,"children":1423},{"style":92},[1424],{"type":18,"value":95},{"type":13,"tag":54,"props":1426,"children":1427},{"style":72},[1428],{"type":18,"value":1429},";\n",{"type":13,"tag":54,"props":1431,"children":1432},{"class":56,"line":121},[1433,1437,1441,1446,1450,1454,1458,1462,1467,1472],{"type":13,"tag":54,"props":1434,"children":1435},{"style":61},[1436],{"type":18,"value":1395},{"type":13,"tag":54,"props":1438,"children":1439},{"style":61},[1440],{"type":18,"value":1400},{"type":13,"tag":54,"props":1442,"children":1443},{"style":92},[1444],{"type":18,"value":1445}," NONE_KHR",{"type":13,"tag":54,"props":1447,"children":1448},{"style":61},[1449],{"type":18,"value":1410},{"type":13,"tag":54,"props":1451,"children":1452},{"style":92},[1453],{"type":18,"value":1415},{"type":13,"tag":54,"props":1455,"children":1456},{"style":61},[1457],{"type":18,"value":1420},{"type":13,"tag":54,"props":1459,"children":1460},{"style":92},[1461],{"type":18,"value":1415},{"type":13,"tag":54,"props":1463,"children":1464},{"style":61},[1465],{"type":18,"value":1466},"::",{"type":13,"tag":54,"props":1468,"children":1469},{"style":92},[1470],{"type":18,"value":1471},"NONE",{"type":13,"tag":54,"props":1473,"children":1474},{"style":72},[1475],{"type":18,"value":1429},{"type":13,"tag":54,"props":1477,"children":1478},{"class":56,"line":153},[1479,1483,1487,1492,1496,1500,1504,1509],{"type":13,"tag":54,"props":1480,"children":1481},{"style":61},[1482],{"type":18,"value":1395},{"type":13,"tag":54,"props":1484,"children":1485},{"style":61},[1486],{"type":18,"value":1400},{"type":13,"tag":54,"props":1488,"children":1489},{"style":92},[1490],{"type":18,"value":1491}," TOP_OF_PIPE",{"type":13,"tag":54,"props":1493,"children":1494},{"style":61},[1495],{"type":18,"value":1410},{"type":13,"tag":54,"props":1497,"children":1498},{"style":92},[1499],{"type":18,"value":1415},{"type":13,"tag":54,"props":1501,"children":1502},{"style":61},[1503],{"type":18,"value":1420},{"type":13,"tag":54,"props":1505,"children":1506},{"style":92},[1507],{"type":18,"value":1508}," 0x00000001",{"type":13,"tag":54,"props":1510,"children":1511},{"style":72},[1512],{"type":18,"value":1429},{"type":13,"tag":54,"props":1514,"children":1515},{"class":56,"line":171},[1516,1520,1524,1529,1533,1537,1541,1545,1549,1554],{"type":13,"tag":54,"props":1517,"children":1518},{"style":61},[1519],{"type":18,"value":1395},{"type":13,"tag":54,"props":1521,"children":1522},{"style":61},[1523],{"type":18,"value":1400},{"type":13,"tag":54,"props":1525,"children":1526},{"style":92},[1527],{"type":18,"value":1528}," TOP_OF_PIPE_KHR",{"type":13,"tag":54,"props":1530,"children":1531},{"style":61},[1532],{"type":18,"value":1410},{"type":13,"tag":54,"props":1534,"children":1535},{"style":92},[1536],{"type":18,"value":1415},{"type":13,"tag":54,"props":1538,"children":1539},{"style":61},[1540],{"type":18,"value":1420},{"type":13,"tag":54,"props":1542,"children":1543},{"style":92},[1544],{"type":18,"value":1415},{"type":13,"tag":54,"props":1546,"children":1547},{"style":61},[1548],{"type":18,"value":1466},{"type":13,"tag":54,"props":1550,"children":1551},{"style":92},[1552],{"type":18,"value":1553},"TOP_OF_PIPE",{"type":13,"tag":54,"props":1555,"children":1556},{"style":72},[1557],{"type":18,"value":1429},{"type":13,"tag":54,"props":1559,"children":1560},{"class":56,"line":201},[1561,1565,1569,1574,1578,1582,1586,1591],{"type":13,"tag":54,"props":1562,"children":1563},{"style":61},[1564],{"type":18,"value":1395},{"type":13,"tag":54,"props":1566,"children":1567},{"style":61},[1568],{"type":18,"value":1400},{"type":13,"tag":54,"props":1570,"children":1571},{"style":92},[1572],{"type":18,"value":1573}," DRAW_INDIRECT",{"type":13,"tag":54,"props":1575,"children":1576},{"style":61},[1577],{"type":18,"value":1410},{"type":13,"tag":54,"props":1579,"children":1580},{"style":92},[1581],{"type":18,"value":1415},{"type":13,"tag":54,"props":1583,"children":1584},{"style":61},[1585],{"type":18,"value":1420},{"type":13,"tag":54,"props":1587,"children":1588},{"style":92},[1589],{"type":18,"value":1590}," 0x00000002",{"type":13,"tag":54,"props":1592,"children":1593},{"style":72},[1594],{"type":18,"value":1429},{"type":13,"tag":54,"props":1596,"children":1597},{"class":56,"line":219},[1598,1602,1606,1611,1615,1619,1623,1627,1631,1636],{"type":13,"tag":54,"props":1599,"children":1600},{"style":61},[1601],{"type":18,"value":1395},{"type":13,"tag":54,"props":1603,"children":1604},{"style":61},[1605],{"type":18,"value":1400},{"type":13,"tag":54,"props":1607,"children":1608},{"style":92},[1609],{"type":18,"value":1610}," DRAW_INDIRECT_KHR",{"type":13,"tag":54,"props":1612,"children":1613},{"style":61},[1614],{"type":18,"value":1410},{"type":13,"tag":54,"props":1616,"children":1617},{"style":92},[1618],{"type":18,"value":1415},{"type":13,"tag":54,"props":1620,"children":1621},{"style":61},[1622],{"type":18,"value":1420},{"type":13,"tag":54,"props":1624,"children":1625},{"style":92},[1626],{"type":18,"value":1415},{"type":13,"tag":54,"props":1628,"children":1629},{"style":61},[1630],{"type":18,"value":1466},{"type":13,"tag":54,"props":1632,"children":1633},{"style":92},[1634],{"type":18,"value":1635},"DRAW_INDIRECT",{"type":13,"tag":54,"props":1637,"children":1638},{"style":72},[1639],{"type":18,"value":1429},{"type":13,"tag":54,"props":1641,"children":1642},{"class":56,"line":249},[1643,1647,1651,1656,1660,1664,1668,1673],{"type":13,"tag":54,"props":1644,"children":1645},{"style":61},[1646],{"type":18,"value":1395},{"type":13,"tag":54,"props":1648,"children":1649},{"style":61},[1650],{"type":18,"value":1400},{"type":13,"tag":54,"props":1652,"children":1653},{"style":92},[1654],{"type":18,"value":1655}," VERTEX_INPUT",{"type":13,"tag":54,"props":1657,"children":1658},{"style":61},[1659],{"type":18,"value":1410},{"type":13,"tag":54,"props":1661,"children":1662},{"style":92},[1663],{"type":18,"value":1415},{"type":13,"tag":54,"props":1665,"children":1666},{"style":61},[1667],{"type":18,"value":1420},{"type":13,"tag":54,"props":1669,"children":1670},{"style":92},[1671],{"type":18,"value":1672}," 0x00000004",{"type":13,"tag":54,"props":1674,"children":1675},{"style":72},[1676],{"type":18,"value":1429},{"type":13,"tag":54,"props":1678,"children":1679},{"class":56,"line":267},[1680,1684,1688,1693,1697,1701,1705,1709,1713,1718],{"type":13,"tag":54,"props":1681,"children":1682},{"style":61},[1683],{"type":18,"value":1395},{"type":13,"tag":54,"props":1685,"children":1686},{"style":61},[1687],{"type":18,"value":1400},{"type":13,"tag":54,"props":1689,"children":1690},{"style":92},[1691],{"type":18,"value":1692}," VERTEX_INPUT_KHR",{"type":13,"tag":54,"props":1694,"children":1695},{"style":61},[1696],{"type":18,"value":1410},{"type":13,"tag":54,"props":1698,"children":1699},{"style":92},[1700],{"type":18,"value":1415},{"type":13,"tag":54,"props":1702,"children":1703},{"style":61},[1704],{"type":18,"value":1420},{"type":13,"tag":54,"props":1706,"children":1707},{"style":92},[1708],{"type":18,"value":1415},{"type":13,"tag":54,"props":1710,"children":1711},{"style":61},[1712],{"type":18,"value":1466},{"type":13,"tag":54,"props":1714,"children":1715},{"style":92},[1716],{"type":18,"value":1717},"VERTEX_INPUT",{"type":13,"tag":54,"props":1719,"children":1720},{"style":72},[1721],{"type":18,"value":1429},{"type":13,"tag":54,"props":1723,"children":1724},{"class":56,"line":297},[1725,1729,1733,1738,1742,1746,1750,1755],{"type":13,"tag":54,"props":1726,"children":1727},{"style":61},[1728],{"type":18,"value":1395},{"type":13,"tag":54,"props":1730,"children":1731},{"style":61},[1732],{"type":18,"value":1400},{"type":13,"tag":54,"props":1734,"children":1735},{"style":92},[1736],{"type":18,"value":1737}," VERTEX_SHADER",{"type":13,"tag":54,"props":1739,"children":1740},{"style":61},[1741],{"type":18,"value":1410},{"type":13,"tag":54,"props":1743,"children":1744},{"style":92},[1745],{"type":18,"value":1415},{"type":13,"tag":54,"props":1747,"children":1748},{"style":61},[1749],{"type":18,"value":1420},{"type":13,"tag":54,"props":1751,"children":1752},{"style":92},[1753],{"type":18,"value":1754}," 0x00000008",{"type":13,"tag":54,"props":1756,"children":1757},{"style":72},[1758],{"type":18,"value":1429},{"type":13,"tag":54,"props":1760,"children":1761},{"class":56,"line":315},[1762,1766,1770,1775,1779,1783,1787,1791,1795,1800],{"type":13,"tag":54,"props":1763,"children":1764},{"style":61},[1765],{"type":18,"value":1395},{"type":13,"tag":54,"props":1767,"children":1768},{"style":61},[1769],{"type":18,"value":1400},{"type":13,"tag":54,"props":1771,"children":1772},{"style":92},[1773],{"type":18,"value":1774}," VERTEX_SHADER_KHR",{"type":13,"tag":54,"props":1776,"children":1777},{"style":61},[1778],{"type":18,"value":1410},{"type":13,"tag":54,"props":1780,"children":1781},{"style":92},[1782],{"type":18,"value":1415},{"type":13,"tag":54,"props":1784,"children":1785},{"style":61},[1786],{"type":18,"value":1420},{"type":13,"tag":54,"props":1788,"children":1789},{"style":92},[1790],{"type":18,"value":1415},{"type":13,"tag":54,"props":1792,"children":1793},{"style":61},[1794],{"type":18,"value":1466},{"type":13,"tag":54,"props":1796,"children":1797},{"style":92},[1798],{"type":18,"value":1799},"VERTEX_SHADER",{"type":13,"tag":54,"props":1801,"children":1802},{"style":72},[1803],{"type":18,"value":1429},{"type":13,"tag":54,"props":1805,"children":1806},{"class":56,"line":345},[1807,1811,1815,1820,1824,1828,1832,1837],{"type":13,"tag":54,"props":1808,"children":1809},{"style":61},[1810],{"type":18,"value":1395},{"type":13,"tag":54,"props":1812,"children":1813},{"style":61},[1814],{"type":18,"value":1400},{"type":13,"tag":54,"props":1816,"children":1817},{"style":92},[1818],{"type":18,"value":1819}," TESSELLATION_CONTROL_SHADER",{"type":13,"tag":54,"props":1821,"children":1822},{"style":61},[1823],{"type":18,"value":1410},{"type":13,"tag":54,"props":1825,"children":1826},{"style":92},[1827],{"type":18,"value":1415},{"type":13,"tag":54,"props":1829,"children":1830},{"style":61},[1831],{"type":18,"value":1420},{"type":13,"tag":54,"props":1833,"children":1834},{"style":92},[1835],{"type":18,"value":1836}," 0x00000010",{"type":13,"tag":54,"props":1838,"children":1839},{"style":72},[1840],{"type":18,"value":1429},{"type":13,"tag":54,"props":1842,"children":1843},{"class":56,"line":363},[1844,1848,1852,1857,1861,1865,1869,1873,1877,1882],{"type":13,"tag":54,"props":1845,"children":1846},{"style":61},[1847],{"type":18,"value":1395},{"type":13,"tag":54,"props":1849,"children":1850},{"style":61},[1851],{"type":18,"value":1400},{"type":13,"tag":54,"props":1853,"children":1854},{"style":92},[1855],{"type":18,"value":1856}," TESSELLATION_CONTROL_SHADER_KHR",{"type":13,"tag":54,"props":1858,"children":1859},{"style":61},[1860],{"type":18,"value":1410},{"type":13,"tag":54,"props":1862,"children":1863},{"style":92},[1864],{"type":18,"value":1415},{"type":13,"tag":54,"props":1866,"children":1867},{"style":61},[1868],{"type":18,"value":1420},{"type":13,"tag":54,"props":1870,"children":1871},{"style":92},[1872],{"type":18,"value":1415},{"type":13,"tag":54,"props":1874,"children":1875},{"style":61},[1876],{"type":18,"value":1466},{"type":13,"tag":54,"props":1878,"children":1879},{"style":92},[1880],{"type":18,"value":1881},"TESSELLATION_CONTROL_SHADER",{"type":13,"tag":54,"props":1883,"children":1884},{"style":72},[1885],{"type":18,"value":1429},{"type":13,"tag":54,"props":1887,"children":1888},{"class":56,"line":393},[1889,1893,1897,1902,1906,1910,1914,1919],{"type":13,"tag":54,"props":1890,"children":1891},{"style":61},[1892],{"type":18,"value":1395},{"type":13,"tag":54,"props":1894,"children":1895},{"style":61},[1896],{"type":18,"value":1400},{"type":13,"tag":54,"props":1898,"children":1899},{"style":92},[1900],{"type":18,"value":1901}," TESSELLATION_EVALUATION_SHADER",{"type":13,"tag":54,"props":1903,"children":1904},{"style":61},[1905],{"type":18,"value":1410},{"type":13,"tag":54,"props":1907,"children":1908},{"style":92},[1909],{"type":18,"value":1415},{"type":13,"tag":54,"props":1911,"children":1912},{"style":61},[1913],{"type":18,"value":1420},{"type":13,"tag":54,"props":1915,"children":1916},{"style":92},[1917],{"type":18,"value":1918}," 0x00000020",{"type":13,"tag":54,"props":1920,"children":1921},{"style":72},[1922],{"type":18,"value":1429},{"type":13,"tag":54,"props":1924,"children":1925},{"class":56,"line":411},[1926,1930,1934,1939,1943,1947,1951,1955,1959,1964],{"type":13,"tag":54,"props":1927,"children":1928},{"style":61},[1929],{"type":18,"value":1395},{"type":13,"tag":54,"props":1931,"children":1932},{"style":61},[1933],{"type":18,"value":1400},{"type":13,"tag":54,"props":1935,"children":1936},{"style":92},[1937],{"type":18,"value":1938}," TESSELLATION_EVALUATION_SHADER_KHR",{"type":13,"tag":54,"props":1940,"children":1941},{"style":61},[1942],{"type":18,"value":1410},{"type":13,"tag":54,"props":1944,"children":1945},{"style":92},[1946],{"type":18,"value":1415},{"type":13,"tag":54,"props":1948,"children":1949},{"style":61},[1950],{"type":18,"value":1420},{"type":13,"tag":54,"props":1952,"children":1953},{"style":92},[1954],{"type":18,"value":1415},{"type":13,"tag":54,"props":1956,"children":1957},{"style":61},[1958],{"type":18,"value":1466},{"type":13,"tag":54,"props":1960,"children":1961},{"style":92},[1962],{"type":18,"value":1963},"TESSELLATION_EVALUATION_SHADER",{"type":13,"tag":54,"props":1965,"children":1966},{"style":72},[1967],{"type":18,"value":1429},{"type":13,"tag":54,"props":1969,"children":1970},{"class":56,"line":441},[1971,1975,1979,1984,1988,1992,1996,2001],{"type":13,"tag":54,"props":1972,"children":1973},{"style":61},[1974],{"type":18,"value":1395},{"type":13,"tag":54,"props":1976,"children":1977},{"style":61},[1978],{"type":18,"value":1400},{"type":13,"tag":54,"props":1980,"children":1981},{"style":92},[1982],{"type":18,"value":1983}," GEOMETRY_SHADER",{"type":13,"tag":54,"props":1985,"children":1986},{"style":61},[1987],{"type":18,"value":1410},{"type":13,"tag":54,"props":1989,"children":1990},{"style":92},[1991],{"type":18,"value":1415},{"type":13,"tag":54,"props":1993,"children":1994},{"style":61},[1995],{"type":18,"value":1420},{"type":13,"tag":54,"props":1997,"children":1998},{"style":92},[1999],{"type":18,"value":2000}," 0x00000040",{"type":13,"tag":54,"props":2002,"children":2003},{"style":72},[2004],{"type":18,"value":1429},{"type":13,"tag":54,"props":2006,"children":2007},{"class":56,"line":459},[2008,2012,2016,2021,2025,2029,2033,2037,2041,2046],{"type":13,"tag":54,"props":2009,"children":2010},{"style":61},[2011],{"type":18,"value":1395},{"type":13,"tag":54,"props":2013,"children":2014},{"style":61},[2015],{"type":18,"value":1400},{"type":13,"tag":54,"props":2017,"children":2018},{"style":92},[2019],{"type":18,"value":2020}," GEOMETRY_SHADER_KHR",{"type":13,"tag":54,"props":2022,"children":2023},{"style":61},[2024],{"type":18,"value":1410},{"type":13,"tag":54,"props":2026,"children":2027},{"style":92},[2028],{"type":18,"value":1415},{"type":13,"tag":54,"props":2030,"children":2031},{"style":61},[2032],{"type":18,"value":1420},{"type":13,"tag":54,"props":2034,"children":2035},{"style":92},[2036],{"type":18,"value":1415},{"type":13,"tag":54,"props":2038,"children":2039},{"style":61},[2040],{"type":18,"value":1466},{"type":13,"tag":54,"props":2042,"children":2043},{"style":92},[2044],{"type":18,"value":2045},"GEOMETRY_SHADER",{"type":13,"tag":54,"props":2047,"children":2048},{"style":72},[2049],{"type":18,"value":1429},{"type":13,"tag":54,"props":2051,"children":2052},{"class":56,"line":489},[2053,2057,2061,2066,2070,2074,2078,2083],{"type":13,"tag":54,"props":2054,"children":2055},{"style":61},[2056],{"type":18,"value":1395},{"type":13,"tag":54,"props":2058,"children":2059},{"style":61},[2060],{"type":18,"value":1400},{"type":13,"tag":54,"props":2062,"children":2063},{"style":92},[2064],{"type":18,"value":2065}," FRAGMENT_SHADER",{"type":13,"tag":54,"props":2067,"children":2068},{"style":61},[2069],{"type":18,"value":1410},{"type":13,"tag":54,"props":2071,"children":2072},{"style":92},[2073],{"type":18,"value":1415},{"type":13,"tag":54,"props":2075,"children":2076},{"style":61},[2077],{"type":18,"value":1420},{"type":13,"tag":54,"props":2079,"children":2080},{"style":92},[2081],{"type":18,"value":2082}," 0x00000080",{"type":13,"tag":54,"props":2084,"children":2085},{"style":72},[2086],{"type":18,"value":1429},{"type":13,"tag":54,"props":2088,"children":2089},{"class":56,"line":507},[2090,2094,2098,2103,2107,2111,2115,2119,2123,2128],{"type":13,"tag":54,"props":2091,"children":2092},{"style":61},[2093],{"type":18,"value":1395},{"type":13,"tag":54,"props":2095,"children":2096},{"style":61},[2097],{"type":18,"value":1400},{"type":13,"tag":54,"props":2099,"children":2100},{"style":92},[2101],{"type":18,"value":2102}," FRAGMENT_SHADER_KHR",{"type":13,"tag":54,"props":2104,"children":2105},{"style":61},[2106],{"type":18,"value":1410},{"type":13,"tag":54,"props":2108,"children":2109},{"style":92},[2110],{"type":18,"value":1415},{"type":13,"tag":54,"props":2112,"children":2113},{"style":61},[2114],{"type":18,"value":1420},{"type":13,"tag":54,"props":2116,"children":2117},{"style":92},[2118],{"type":18,"value":1415},{"type":13,"tag":54,"props":2120,"children":2121},{"style":61},[2122],{"type":18,"value":1466},{"type":13,"tag":54,"props":2124,"children":2125},{"style":92},[2126],{"type":18,"value":2127},"FRAGMENT_SHADER",{"type":13,"tag":54,"props":2129,"children":2130},{"style":72},[2131],{"type":18,"value":1429},{"type":13,"tag":54,"props":2133,"children":2134},{"class":56,"line":537},[2135,2139,2143,2148,2152,2156,2160,2165],{"type":13,"tag":54,"props":2136,"children":2137},{"style":61},[2138],{"type":18,"value":1395},{"type":13,"tag":54,"props":2140,"children":2141},{"style":61},[2142],{"type":18,"value":1400},{"type":13,"tag":54,"props":2144,"children":2145},{"style":92},[2146],{"type":18,"value":2147}," EARLY_FRAGMENT_TESTS",{"type":13,"tag":54,"props":2149,"children":2150},{"style":61},[2151],{"type":18,"value":1410},{"type":13,"tag":54,"props":2153,"children":2154},{"style":92},[2155],{"type":18,"value":1415},{"type":13,"tag":54,"props":2157,"children":2158},{"style":61},[2159],{"type":18,"value":1420},{"type":13,"tag":54,"props":2161,"children":2162},{"style":92},[2163],{"type":18,"value":2164}," 0x00000100",{"type":13,"tag":54,"props":2166,"children":2167},{"style":72},[2168],{"type":18,"value":1429},{"type":13,"tag":54,"props":2170,"children":2171},{"class":56,"line":555},[2172,2176,2180,2185,2189,2193,2197,2201,2205,2210],{"type":13,"tag":54,"props":2173,"children":2174},{"style":61},[2175],{"type":18,"value":1395},{"type":13,"tag":54,"props":2177,"children":2178},{"style":61},[2179],{"type":18,"value":1400},{"type":13,"tag":54,"props":2181,"children":2182},{"style":92},[2183],{"type":18,"value":2184}," EARLY_FRAGMENT_TESTS_KHR",{"type":13,"tag":54,"props":2186,"children":2187},{"style":61},[2188],{"type":18,"value":1410},{"type":13,"tag":54,"props":2190,"children":2191},{"style":92},[2192],{"type":18,"value":1415},{"type":13,"tag":54,"props":2194,"children":2195},{"style":61},[2196],{"type":18,"value":1420},{"type":13,"tag":54,"props":2198,"children":2199},{"style":92},[2200],{"type":18,"value":1415},{"type":13,"tag":54,"props":2202,"children":2203},{"style":61},[2204],{"type":18,"value":1466},{"type":13,"tag":54,"props":2206,"children":2207},{"style":92},[2208],{"type":18,"value":2209},"EARLY_FRAGMENT_TESTS",{"type":13,"tag":54,"props":2211,"children":2212},{"style":72},[2213],{"type":18,"value":1429},{"type":13,"tag":54,"props":2215,"children":2216},{"class":56,"line":585},[2217,2221,2225,2230,2234,2238,2242,2247],{"type":13,"tag":54,"props":2218,"children":2219},{"style":61},[2220],{"type":18,"value":1395},{"type":13,"tag":54,"props":2222,"children":2223},{"style":61},[2224],{"type":18,"value":1400},{"type":13,"tag":54,"props":2226,"children":2227},{"style":92},[2228],{"type":18,"value":2229}," LATE_FRAGMENT_TESTS",{"type":13,"tag":54,"props":2231,"children":2232},{"style":61},[2233],{"type":18,"value":1410},{"type":13,"tag":54,"props":2235,"children":2236},{"style":92},[2237],{"type":18,"value":1415},{"type":13,"tag":54,"props":2239,"children":2240},{"style":61},[2241],{"type":18,"value":1420},{"type":13,"tag":54,"props":2243,"children":2244},{"style":92},[2245],{"type":18,"value":2246}," 0x00000200",{"type":13,"tag":54,"props":2248,"children":2249},{"style":72},[2250],{"type":18,"value":1429},{"type":13,"tag":54,"props":2252,"children":2253},{"class":56,"line":603},[2254,2258,2262,2267,2271,2275,2279,2283,2287,2292],{"type":13,"tag":54,"props":2255,"children":2256},{"style":61},[2257],{"type":18,"value":1395},{"type":13,"tag":54,"props":2259,"children":2260},{"style":61},[2261],{"type":18,"value":1400},{"type":13,"tag":54,"props":2263,"children":2264},{"style":92},[2265],{"type":18,"value":2266}," LATE_FRAGMENT_TESTS_KHR",{"type":13,"tag":54,"props":2268,"children":2269},{"style":61},[2270],{"type":18,"value":1410},{"type":13,"tag":54,"props":2272,"children":2273},{"style":92},[2274],{"type":18,"value":1415},{"type":13,"tag":54,"props":2276,"children":2277},{"style":61},[2278],{"type":18,"value":1420},{"type":13,"tag":54,"props":2280,"children":2281},{"style":92},[2282],{"type":18,"value":1415},{"type":13,"tag":54,"props":2284,"children":2285},{"style":61},[2286],{"type":18,"value":1466},{"type":13,"tag":54,"props":2288,"children":2289},{"style":92},[2290],{"type":18,"value":2291},"LATE_FRAGMENT_TESTS",{"type":13,"tag":54,"props":2293,"children":2294},{"style":72},[2295],{"type":18,"value":1429},{"type":13,"tag":54,"props":2297,"children":2298},{"class":56,"line":633},[2299,2303,2307,2312,2316,2320,2324,2329],{"type":13,"tag":54,"props":2300,"children":2301},{"style":61},[2302],{"type":18,"value":1395},{"type":13,"tag":54,"props":2304,"children":2305},{"style":61},[2306],{"type":18,"value":1400},{"type":13,"tag":54,"props":2308,"children":2309},{"style":92},[2310],{"type":18,"value":2311}," COLOR_ATTACHMENT_OUTPUT",{"type":13,"tag":54,"props":2313,"children":2314},{"style":61},[2315],{"type":18,"value":1410},{"type":13,"tag":54,"props":2317,"children":2318},{"style":92},[2319],{"type":18,"value":1415},{"type":13,"tag":54,"props":2321,"children":2322},{"style":61},[2323],{"type":18,"value":1420},{"type":13,"tag":54,"props":2325,"children":2326},{"style":92},[2327],{"type":18,"value":2328}," 0x00000400",{"type":13,"tag":54,"props":2330,"children":2331},{"style":72},[2332],{"type":18,"value":1429},{"type":13,"tag":54,"props":2334,"children":2335},{"class":56,"line":651},[2336,2340,2344,2349,2353,2357,2361,2365,2369,2374],{"type":13,"tag":54,"props":2337,"children":2338},{"style":61},[2339],{"type":18,"value":1395},{"type":13,"tag":54,"props":2341,"children":2342},{"style":61},[2343],{"type":18,"value":1400},{"type":13,"tag":54,"props":2345,"children":2346},{"style":92},[2347],{"type":18,"value":2348}," COLOR_ATTACHMENT_OUTPUT_KHR",{"type":13,"tag":54,"props":2350,"children":2351},{"style":61},[2352],{"type":18,"value":1410},{"type":13,"tag":54,"props":2354,"children":2355},{"style":92},[2356],{"type":18,"value":1415},{"type":13,"tag":54,"props":2358,"children":2359},{"style":61},[2360],{"type":18,"value":1420},{"type":13,"tag":54,"props":2362,"children":2363},{"style":92},[2364],{"type":18,"value":1415},{"type":13,"tag":54,"props":2366,"children":2367},{"style":61},[2368],{"type":18,"value":1466},{"type":13,"tag":54,"props":2370,"children":2371},{"style":92},[2372],{"type":18,"value":2373},"COLOR_ATTACHMENT_OUTPUT",{"type":13,"tag":54,"props":2375,"children":2376},{"style":72},[2377],{"type":18,"value":1429},{"type":13,"tag":54,"props":2379,"children":2380},{"class":56,"line":681},[2381,2385,2389,2394,2398,2402,2406,2411],{"type":13,"tag":54,"props":2382,"children":2383},{"style":61},[2384],{"type":18,"value":1395},{"type":13,"tag":54,"props":2386,"children":2387},{"style":61},[2388],{"type":18,"value":1400},{"type":13,"tag":54,"props":2390,"children":2391},{"style":92},[2392],{"type":18,"value":2393}," COMPUTE_SHADER",{"type":13,"tag":54,"props":2395,"children":2396},{"style":61},[2397],{"type":18,"value":1410},{"type":13,"tag":54,"props":2399,"children":2400},{"style":92},[2401],{"type":18,"value":1415},{"type":13,"tag":54,"props":2403,"children":2404},{"style":61},[2405],{"type":18,"value":1420},{"type":13,"tag":54,"props":2407,"children":2408},{"style":92},[2409],{"type":18,"value":2410}," 0x00000800",{"type":13,"tag":54,"props":2412,"children":2413},{"style":72},[2414],{"type":18,"value":1429},{"type":13,"tag":54,"props":2416,"children":2417},{"class":56,"line":699},[2418,2422,2426,2431,2435,2439,2443,2447,2451,2456],{"type":13,"tag":54,"props":2419,"children":2420},{"style":61},[2421],{"type":18,"value":1395},{"type":13,"tag":54,"props":2423,"children":2424},{"style":61},[2425],{"type":18,"value":1400},{"type":13,"tag":54,"props":2427,"children":2428},{"style":92},[2429],{"type":18,"value":2430}," COMPUTE_SHADER_KHR",{"type":13,"tag":54,"props":2432,"children":2433},{"style":61},[2434],{"type":18,"value":1410},{"type":13,"tag":54,"props":2436,"children":2437},{"style":92},[2438],{"type":18,"value":1415},{"type":13,"tag":54,"props":2440,"children":2441},{"style":61},[2442],{"type":18,"value":1420},{"type":13,"tag":54,"props":2444,"children":2445},{"style":92},[2446],{"type":18,"value":1415},{"type":13,"tag":54,"props":2448,"children":2449},{"style":61},[2450],{"type":18,"value":1466},{"type":13,"tag":54,"props":2452,"children":2453},{"style":92},[2454],{"type":18,"value":2455},"COMPUTE_SHADER",{"type":13,"tag":54,"props":2457,"children":2458},{"style":72},[2459],{"type":18,"value":1429},{"type":13,"tag":54,"props":2461,"children":2462},{"class":56,"line":729},[2463,2467,2471,2476,2480,2484,2488,2493],{"type":13,"tag":54,"props":2464,"children":2465},{"style":61},[2466],{"type":18,"value":1395},{"type":13,"tag":54,"props":2468,"children":2469},{"style":61},[2470],{"type":18,"value":1400},{"type":13,"tag":54,"props":2472,"children":2473},{"style":92},[2474],{"type":18,"value":2475}," ALL_TRANSFER",{"type":13,"tag":54,"props":2477,"children":2478},{"style":61},[2479],{"type":18,"value":1410},{"type":13,"tag":54,"props":2481,"children":2482},{"style":92},[2483],{"type":18,"value":1415},{"type":13,"tag":54,"props":2485,"children":2486},{"style":61},[2487],{"type":18,"value":1420},{"type":13,"tag":54,"props":2489,"children":2490},{"style":92},[2491],{"type":18,"value":2492}," 0x00001000",{"type":13,"tag":54,"props":2494,"children":2495},{"style":72},[2496],{"type":18,"value":1429},{"type":13,"tag":54,"props":2498,"children":2499},{"class":56,"line":747},[2500,2504,2508,2513,2517,2521,2525,2529,2533,2538],{"type":13,"tag":54,"props":2501,"children":2502},{"style":61},[2503],{"type":18,"value":1395},{"type":13,"tag":54,"props":2505,"children":2506},{"style":61},[2507],{"type":18,"value":1400},{"type":13,"tag":54,"props":2509,"children":2510},{"style":92},[2511],{"type":18,"value":2512}," ALL_TRANSFER_KHR",{"type":13,"tag":54,"props":2514,"children":2515},{"style":61},[2516],{"type":18,"value":1410},{"type":13,"tag":54,"props":2518,"children":2519},{"style":92},[2520],{"type":18,"value":1415},{"type":13,"tag":54,"props":2522,"children":2523},{"style":61},[2524],{"type":18,"value":1420},{"type":13,"tag":54,"props":2526,"children":2527},{"style":92},[2528],{"type":18,"value":1415},{"type":13,"tag":54,"props":2530,"children":2531},{"style":61},[2532],{"type":18,"value":1466},{"type":13,"tag":54,"props":2534,"children":2535},{"style":92},[2536],{"type":18,"value":2537},"ALL_TRANSFER",{"type":13,"tag":54,"props":2539,"children":2540},{"style":72},[2541],{"type":18,"value":1429},{"type":13,"tag":54,"props":2543,"children":2544},{"class":56,"line":765},[2545,2549,2553,2558,2562,2566,2570,2574,2578,2583],{"type":13,"tag":54,"props":2546,"children":2547},{"style":61},[2548],{"type":18,"value":1395},{"type":13,"tag":54,"props":2550,"children":2551},{"style":61},[2552],{"type":18,"value":1400},{"type":13,"tag":54,"props":2554,"children":2555},{"style":92},[2556],{"type":18,"value":2557}," TRANSFER",{"type":13,"tag":54,"props":2559,"children":2560},{"style":61},[2561],{"type":18,"value":1410},{"type":13,"tag":54,"props":2563,"children":2564},{"style":92},[2565],{"type":18,"value":1415},{"type":13,"tag":54,"props":2567,"children":2568},{"style":61},[2569],{"type":18,"value":1420},{"type":13,"tag":54,"props":2571,"children":2572},{"style":92},[2573],{"type":18,"value":1415},{"type":13,"tag":54,"props":2575,"children":2576},{"style":61},[2577],{"type":18,"value":1466},{"type":13,"tag":54,"props":2579,"children":2580},{"style":92},[2581],{"type":18,"value":2582},"ALL_TRANSFER_KHR",{"type":13,"tag":54,"props":2584,"children":2585},{"style":72},[2586],{"type":18,"value":1429},{"type":13,"tag":54,"props":2588,"children":2589},{"class":56,"line":782},[2590,2594,2598,2603,2607,2611,2615,2619,2623,2627],{"type":13,"tag":54,"props":2591,"children":2592},{"style":61},[2593],{"type":18,"value":1395},{"type":13,"tag":54,"props":2595,"children":2596},{"style":61},[2597],{"type":18,"value":1400},{"type":13,"tag":54,"props":2599,"children":2600},{"style":92},[2601],{"type":18,"value":2602}," TRANSFER_KHR",{"type":13,"tag":54,"props":2604,"children":2605},{"style":61},[2606],{"type":18,"value":1410},{"type":13,"tag":54,"props":2608,"children":2609},{"style":92},[2610],{"type":18,"value":1415},{"type":13,"tag":54,"props":2612,"children":2613},{"style":61},[2614],{"type":18,"value":1420},{"type":13,"tag":54,"props":2616,"children":2617},{"style":92},[2618],{"type":18,"value":1415},{"type":13,"tag":54,"props":2620,"children":2621},{"style":61},[2622],{"type":18,"value":1466},{"type":13,"tag":54,"props":2624,"children":2625},{"style":92},[2626],{"type":18,"value":2537},{"type":13,"tag":54,"props":2628,"children":2629},{"style":72},[2630],{"type":18,"value":1429},{"type":13,"tag":54,"props":2632,"children":2633},{"class":56,"line":812},[2634,2638,2642,2647,2651,2655,2659,2664],{"type":13,"tag":54,"props":2635,"children":2636},{"style":61},[2637],{"type":18,"value":1395},{"type":13,"tag":54,"props":2639,"children":2640},{"style":61},[2641],{"type":18,"value":1400},{"type":13,"tag":54,"props":2643,"children":2644},{"style":92},[2645],{"type":18,"value":2646}," BOTTOM_OF_PIPE",{"type":13,"tag":54,"props":2648,"children":2649},{"style":61},[2650],{"type":18,"value":1410},{"type":13,"tag":54,"props":2652,"children":2653},{"style":92},[2654],{"type":18,"value":1415},{"type":13,"tag":54,"props":2656,"children":2657},{"style":61},[2658],{"type":18,"value":1420},{"type":13,"tag":54,"props":2660,"children":2661},{"style":92},[2662],{"type":18,"value":2663}," 0x00002000",{"type":13,"tag":54,"props":2665,"children":2666},{"style":72},[2667],{"type":18,"value":1429},{"type":13,"tag":54,"props":2669,"children":2670},{"class":56,"line":830},[2671,2675,2679,2684,2688,2692,2696,2700,2704,2709],{"type":13,"tag":54,"props":2672,"children":2673},{"style":61},[2674],{"type":18,"value":1395},{"type":13,"tag":54,"props":2676,"children":2677},{"style":61},[2678],{"type":18,"value":1400},{"type":13,"tag":54,"props":2680,"children":2681},{"style":92},[2682],{"type":18,"value":2683}," BOTTOM_OF_PIPE_KHR",{"type":13,"tag":54,"props":2685,"children":2686},{"style":61},[2687],{"type":18,"value":1410},{"type":13,"tag":54,"props":2689,"children":2690},{"style":92},[2691],{"type":18,"value":1415},{"type":13,"tag":54,"props":2693,"children":2694},{"style":61},[2695],{"type":18,"value":1420},{"type":13,"tag":54,"props":2697,"children":2698},{"style":92},[2699],{"type":18,"value":1415},{"type":13,"tag":54,"props":2701,"children":2702},{"style":61},[2703],{"type":18,"value":1466},{"type":13,"tag":54,"props":2705,"children":2706},{"style":92},[2707],{"type":18,"value":2708},"BOTTOM_OF_PIPE",{"type":13,"tag":54,"props":2710,"children":2711},{"style":72},[2712],{"type":18,"value":1429},{"type":13,"tag":54,"props":2714,"children":2715},{"class":56,"line":860},[2716,2720,2724,2729,2733,2737,2741,2746],{"type":13,"tag":54,"props":2717,"children":2718},{"style":61},[2719],{"type":18,"value":1395},{"type":13,"tag":54,"props":2721,"children":2722},{"style":61},[2723],{"type":18,"value":1400},{"type":13,"tag":54,"props":2725,"children":2726},{"style":92},[2727],{"type":18,"value":2728}," HOST",{"type":13,"tag":54,"props":2730,"children":2731},{"style":61},[2732],{"type":18,"value":1410},{"type":13,"tag":54,"props":2734,"children":2735},{"style":92},[2736],{"type":18,"value":1415},{"type":13,"tag":54,"props":2738,"children":2739},{"style":61},[2740],{"type":18,"value":1420},{"type":13,"tag":54,"props":2742,"children":2743},{"style":92},[2744],{"type":18,"value":2745}," 0x00004000",{"type":13,"tag":54,"props":2747,"children":2748},{"style":72},[2749],{"type":18,"value":1429},{"type":13,"tag":54,"props":2751,"children":2752},{"class":56,"line":878},[2753,2757,2761,2766,2770,2774,2778,2782,2786,2791],{"type":13,"tag":54,"props":2754,"children":2755},{"style":61},[2756],{"type":18,"value":1395},{"type":13,"tag":54,"props":2758,"children":2759},{"style":61},[2760],{"type":18,"value":1400},{"type":13,"tag":54,"props":2762,"children":2763},{"style":92},[2764],{"type":18,"value":2765}," HOST_KHR",{"type":13,"tag":54,"props":2767,"children":2768},{"style":61},[2769],{"type":18,"value":1410},{"type":13,"tag":54,"props":2771,"children":2772},{"style":92},[2773],{"type":18,"value":1415},{"type":13,"tag":54,"props":2775,"children":2776},{"style":61},[2777],{"type":18,"value":1420},{"type":13,"tag":54,"props":2779,"children":2780},{"style":92},[2781],{"type":18,"value":1415},{"type":13,"tag":54,"props":2783,"children":2784},{"style":61},[2785],{"type":18,"value":1466},{"type":13,"tag":54,"props":2787,"children":2788},{"style":92},[2789],{"type":18,"value":2790},"HOST",{"type":13,"tag":54,"props":2792,"children":2793},{"style":72},[2794],{"type":18,"value":1429},{"type":13,"tag":54,"props":2796,"children":2797},{"class":56,"line":908},[2798,2802,2806,2811,2815,2819,2823,2828],{"type":13,"tag":54,"props":2799,"children":2800},{"style":61},[2801],{"type":18,"value":1395},{"type":13,"tag":54,"props":2803,"children":2804},{"style":61},[2805],{"type":18,"value":1400},{"type":13,"tag":54,"props":2807,"children":2808},{"style":92},[2809],{"type":18,"value":2810}," ALL_GRAPHICS",{"type":13,"tag":54,"props":2812,"children":2813},{"style":61},[2814],{"type":18,"value":1410},{"type":13,"tag":54,"props":2816,"children":2817},{"style":92},[2818],{"type":18,"value":1415},{"type":13,"tag":54,"props":2820,"children":2821},{"style":61},[2822],{"type":18,"value":1420},{"type":13,"tag":54,"props":2824,"children":2825},{"style":92},[2826],{"type":18,"value":2827}," 0x00008000",{"type":13,"tag":54,"props":2829,"children":2830},{"style":72},[2831],{"type":18,"value":1429},{"type":13,"tag":54,"props":2833,"children":2834},{"class":56,"line":926},[2835,2839,2843,2848,2852,2856,2860,2864,2868,2873],{"type":13,"tag":54,"props":2836,"children":2837},{"style":61},[2838],{"type":18,"value":1395},{"type":13,"tag":54,"props":2840,"children":2841},{"style":61},[2842],{"type":18,"value":1400},{"type":13,"tag":54,"props":2844,"children":2845},{"style":92},[2846],{"type":18,"value":2847}," ALL_GRAPHICS_KHR",{"type":13,"tag":54,"props":2849,"children":2850},{"style":61},[2851],{"type":18,"value":1410},{"type":13,"tag":54,"props":2853,"children":2854},{"style":92},[2855],{"type":18,"value":1415},{"type":13,"tag":54,"props":2857,"children":2858},{"style":61},[2859],{"type":18,"value":1420},{"type":13,"tag":54,"props":2861,"children":2862},{"style":92},[2863],{"type":18,"value":1415},{"type":13,"tag":54,"props":2865,"children":2866},{"style":61},[2867],{"type":18,"value":1466},{"type":13,"tag":54,"props":2869,"children":2870},{"style":92},[2871],{"type":18,"value":2872},"ALL_GRAPHICS",{"type":13,"tag":54,"props":2874,"children":2875},{"style":72},[2876],{"type":18,"value":1429},{"type":13,"tag":54,"props":2878,"children":2879},{"class":56,"line":956},[2880,2884,2888,2893,2897,2901,2905,2910],{"type":13,"tag":54,"props":2881,"children":2882},{"style":61},[2883],{"type":18,"value":1395},{"type":13,"tag":54,"props":2885,"children":2886},{"style":61},[2887],{"type":18,"value":1400},{"type":13,"tag":54,"props":2889,"children":2890},{"style":92},[2891],{"type":18,"value":2892}," ALL_COMMANDS",{"type":13,"tag":54,"props":2894,"children":2895},{"style":61},[2896],{"type":18,"value":1410},{"type":13,"tag":54,"props":2898,"children":2899},{"style":92},[2900],{"type":18,"value":1415},{"type":13,"tag":54,"props":2902,"children":2903},{"style":61},[2904],{"type":18,"value":1420},{"type":13,"tag":54,"props":2906,"children":2907},{"style":92},[2908],{"type":18,"value":2909}," 0x00010000",{"type":13,"tag":54,"props":2911,"children":2912},{"style":72},[2913],{"type":18,"value":1429},{"type":13,"tag":54,"props":2915,"children":2916},{"class":56,"line":974},[2917,2921,2925,2930,2934,2938,2942,2946,2950,2955],{"type":13,"tag":54,"props":2918,"children":2919},{"style":61},[2920],{"type":18,"value":1395},{"type":13,"tag":54,"props":2922,"children":2923},{"style":61},[2924],{"type":18,"value":1400},{"type":13,"tag":54,"props":2926,"children":2927},{"style":92},[2928],{"type":18,"value":2929}," ALL_COMMANDS_KHR",{"type":13,"tag":54,"props":2931,"children":2932},{"style":61},[2933],{"type":18,"value":1410},{"type":13,"tag":54,"props":2935,"children":2936},{"style":92},[2937],{"type":18,"value":1415},{"type":13,"tag":54,"props":2939,"children":2940},{"style":61},[2941],{"type":18,"value":1420},{"type":13,"tag":54,"props":2943,"children":2944},{"style":92},[2945],{"type":18,"value":1415},{"type":13,"tag":54,"props":2947,"children":2948},{"style":61},[2949],{"type":18,"value":1466},{"type":13,"tag":54,"props":2951,"children":2952},{"style":92},[2953],{"type":18,"value":2954},"ALL_COMMANDS",{"type":13,"tag":54,"props":2956,"children":2957},{"style":72},[2958],{"type":18,"value":1429},{"type":13,"tag":54,"props":2960,"children":2961},{"class":56,"line":984},[2962],{"type":13,"tag":54,"props":2963,"children":2964},{"style":978},[2965],{"type":18,"value":2966}," // bitpos 17-31 are specified by extensions to the original VkPipelineStageFlagBits enum\n",{"type":13,"tag":54,"props":2968,"children":2969},{"class":56,"line":1014},[2970,2974,2978,2983,2987,2991,2995,3000],{"type":13,"tag":54,"props":2971,"children":2972},{"style":61},[2973],{"type":18,"value":1395},{"type":13,"tag":54,"props":2975,"children":2976},{"style":61},[2977],{"type":18,"value":1400},{"type":13,"tag":54,"props":2979,"children":2980},{"style":92},[2981],{"type":18,"value":2982}," COPY",{"type":13,"tag":54,"props":2984,"children":2985},{"style":61},[2986],{"type":18,"value":1410},{"type":13,"tag":54,"props":2988,"children":2989},{"style":92},[2990],{"type":18,"value":1415},{"type":13,"tag":54,"props":2992,"children":2993},{"style":61},[2994],{"type":18,"value":1420},{"type":13,"tag":54,"props":2996,"children":2997},{"style":92},[2998],{"type":18,"value":2999}," 0x100000000",{"type":13,"tag":54,"props":3001,"children":3002},{"style":72},[3003],{"type":18,"value":1429},{"type":13,"tag":54,"props":3005,"children":3006},{"class":56,"line":1032},[3007,3011,3015,3020,3024,3028,3032,3036,3040,3045],{"type":13,"tag":54,"props":3008,"children":3009},{"style":61},[3010],{"type":18,"value":1395},{"type":13,"tag":54,"props":3012,"children":3013},{"style":61},[3014],{"type":18,"value":1400},{"type":13,"tag":54,"props":3016,"children":3017},{"style":92},[3018],{"type":18,"value":3019}," COPY_KHR",{"type":13,"tag":54,"props":3021,"children":3022},{"style":61},[3023],{"type":18,"value":1410},{"type":13,"tag":54,"props":3025,"children":3026},{"style":92},[3027],{"type":18,"value":1415},{"type":13,"tag":54,"props":3029,"children":3030},{"style":61},[3031],{"type":18,"value":1420},{"type":13,"tag":54,"props":3033,"children":3034},{"style":92},[3035],{"type":18,"value":1415},{"type":13,"tag":54,"props":3037,"children":3038},{"style":61},[3039],{"type":18,"value":1466},{"type":13,"tag":54,"props":3041,"children":3042},{"style":92},[3043],{"type":18,"value":3044},"COPY",{"type":13,"tag":54,"props":3046,"children":3047},{"style":72},[3048],{"type":18,"value":1429},{"type":13,"tag":54,"props":3050,"children":3051},{"class":56,"line":1062},[3052,3056,3060,3065,3069,3073,3077,3082],{"type":13,"tag":54,"props":3053,"children":3054},{"style":61},[3055],{"type":18,"value":1395},{"type":13,"tag":54,"props":3057,"children":3058},{"style":61},[3059],{"type":18,"value":1400},{"type":13,"tag":54,"props":3061,"children":3062},{"style":92},[3063],{"type":18,"value":3064}," RESOLVE",{"type":13,"tag":54,"props":3066,"children":3067},{"style":61},[3068],{"type":18,"value":1410},{"type":13,"tag":54,"props":3070,"children":3071},{"style":92},[3072],{"type":18,"value":1415},{"type":13,"tag":54,"props":3074,"children":3075},{"style":61},[3076],{"type":18,"value":1420},{"type":13,"tag":54,"props":3078,"children":3079},{"style":92},[3080],{"type":18,"value":3081}," 0x200000000",{"type":13,"tag":54,"props":3083,"children":3084},{"style":72},[3085],{"type":18,"value":1429},{"type":13,"tag":54,"props":3087,"children":3088},{"class":56,"line":1080},[3089,3093,3097,3102,3106,3110,3114,3118,3122,3127],{"type":13,"tag":54,"props":3090,"children":3091},{"style":61},[3092],{"type":18,"value":1395},{"type":13,"tag":54,"props":3094,"children":3095},{"style":61},[3096],{"type":18,"value":1400},{"type":13,"tag":54,"props":3098,"children":3099},{"style":92},[3100],{"type":18,"value":3101}," RESOLVE_KHR",{"type":13,"tag":54,"props":3103,"children":3104},{"style":61},[3105],{"type":18,"value":1410},{"type":13,"tag":54,"props":3107,"children":3108},{"style":92},[3109],{"type":18,"value":1415},{"type":13,"tag":54,"props":3111,"children":3112},{"style":61},[3113],{"type":18,"value":1420},{"type":13,"tag":54,"props":3115,"children":3116},{"style":92},[3117],{"type":18,"value":1415},{"type":13,"tag":54,"props":3119,"children":3120},{"style":61},[3121],{"type":18,"value":1466},{"type":13,"tag":54,"props":3123,"children":3124},{"style":92},[3125],{"type":18,"value":3126},"RESOLVE",{"type":13,"tag":54,"props":3128,"children":3129},{"style":72},[3130],{"type":18,"value":1429},{"type":13,"tag":54,"props":3132,"children":3133},{"class":56,"line":1110},[3134,3138,3142,3147,3151,3155,3159,3164],{"type":13,"tag":54,"props":3135,"children":3136},{"style":61},[3137],{"type":18,"value":1395},{"type":13,"tag":54,"props":3139,"children":3140},{"style":61},[3141],{"type":18,"value":1400},{"type":13,"tag":54,"props":3143,"children":3144},{"style":92},[3145],{"type":18,"value":3146}," BLIT",{"type":13,"tag":54,"props":3148,"children":3149},{"style":61},[3150],{"type":18,"value":1410},{"type":13,"tag":54,"props":3152,"children":3153},{"style":92},[3154],{"type":18,"value":1415},{"type":13,"tag":54,"props":3156,"children":3157},{"style":61},[3158],{"type":18,"value":1420},{"type":13,"tag":54,"props":3160,"children":3161},{"style":92},[3162],{"type":18,"value":3163}," 0x400000000",{"type":13,"tag":54,"props":3165,"children":3166},{"style":72},[3167],{"type":18,"value":1429},{"type":13,"tag":54,"props":3169,"children":3170},{"class":56,"line":1128},[3171,3175,3179,3184,3188,3192,3196,3200,3204,3209],{"type":13,"tag":54,"props":3172,"children":3173},{"style":61},[3174],{"type":18,"value":1395},{"type":13,"tag":54,"props":3176,"children":3177},{"style":61},[3178],{"type":18,"value":1400},{"type":13,"tag":54,"props":3180,"children":3181},{"style":92},[3182],{"type":18,"value":3183}," BLIT_KHR",{"type":13,"tag":54,"props":3185,"children":3186},{"style":61},[3187],{"type":18,"value":1410},{"type":13,"tag":54,"props":3189,"children":3190},{"style":92},[3191],{"type":18,"value":1415},{"type":13,"tag":54,"props":3193,"children":3194},{"style":61},[3195],{"type":18,"value":1420},{"type":13,"tag":54,"props":3197,"children":3198},{"style":92},[3199],{"type":18,"value":1415},{"type":13,"tag":54,"props":3201,"children":3202},{"style":61},[3203],{"type":18,"value":1466},{"type":13,"tag":54,"props":3205,"children":3206},{"style":92},[3207],{"type":18,"value":3208},"BLIT",{"type":13,"tag":54,"props":3210,"children":3211},{"style":72},[3212],{"type":18,"value":1429},{"type":13,"tag":54,"props":3214,"children":3215},{"class":56,"line":1158},[3216,3220,3224,3229,3233,3237,3241,3246],{"type":13,"tag":54,"props":3217,"children":3218},{"style":61},[3219],{"type":18,"value":1395},{"type":13,"tag":54,"props":3221,"children":3222},{"style":61},[3223],{"type":18,"value":1400},{"type":13,"tag":54,"props":3225,"children":3226},{"style":92},[3227],{"type":18,"value":3228}," CLEAR",{"type":13,"tag":54,"props":3230,"children":3231},{"style":61},[3232],{"type":18,"value":1410},{"type":13,"tag":54,"props":3234,"children":3235},{"style":92},[3236],{"type":18,"value":1415},{"type":13,"tag":54,"props":3238,"children":3239},{"style":61},[3240],{"type":18,"value":1420},{"type":13,"tag":54,"props":3242,"children":3243},{"style":92},[3244],{"type":18,"value":3245}," 0x800000000",{"type":13,"tag":54,"props":3247,"children":3248},{"style":72},[3249],{"type":18,"value":1429},{"type":13,"tag":54,"props":3251,"children":3252},{"class":56,"line":1176},[3253,3257,3261,3266,3270,3274,3278,3282,3286,3291],{"type":13,"tag":54,"props":3254,"children":3255},{"style":61},[3256],{"type":18,"value":1395},{"type":13,"tag":54,"props":3258,"children":3259},{"style":61},[3260],{"type":18,"value":1400},{"type":13,"tag":54,"props":3262,"children":3263},{"style":92},[3264],{"type":18,"value":3265}," CLEAR_KHR",{"type":13,"tag":54,"props":3267,"children":3268},{"style":61},[3269],{"type":18,"value":1410},{"type":13,"tag":54,"props":3271,"children":3272},{"style":92},[3273],{"type":18,"value":1415},{"type":13,"tag":54,"props":3275,"children":3276},{"style":61},[3277],{"type":18,"value":1420},{"type":13,"tag":54,"props":3279,"children":3280},{"style":92},[3281],{"type":18,"value":1415},{"type":13,"tag":54,"props":3283,"children":3284},{"style":61},[3285],{"type":18,"value":1466},{"type":13,"tag":54,"props":3287,"children":3288},{"style":92},[3289],{"type":18,"value":3290},"CLEAR",{"type":13,"tag":54,"props":3292,"children":3293},{"style":72},[3294],{"type":18,"value":1429},{"type":13,"tag":54,"props":3296,"children":3297},{"class":56,"line":1206},[3298,3302,3306,3311,3315,3319,3323,3328],{"type":13,"tag":54,"props":3299,"children":3300},{"style":61},[3301],{"type":18,"value":1395},{"type":13,"tag":54,"props":3303,"children":3304},{"style":61},[3305],{"type":18,"value":1400},{"type":13,"tag":54,"props":3307,"children":3308},{"style":92},[3309],{"type":18,"value":3310}," INDEX_INPUT",{"type":13,"tag":54,"props":3312,"children":3313},{"style":61},[3314],{"type":18,"value":1410},{"type":13,"tag":54,"props":3316,"children":3317},{"style":92},[3318],{"type":18,"value":1415},{"type":13,"tag":54,"props":3320,"children":3321},{"style":61},[3322],{"type":18,"value":1420},{"type":13,"tag":54,"props":3324,"children":3325},{"style":92},[3326],{"type":18,"value":3327}," 0x1000000000",{"type":13,"tag":54,"props":3329,"children":3330},{"style":72},[3331],{"type":18,"value":1429},{"type":13,"tag":54,"props":3333,"children":3334},{"class":56,"line":1224},[3335,3339,3343,3348,3352,3356,3360,3364,3368,3373],{"type":13,"tag":54,"props":3336,"children":3337},{"style":61},[3338],{"type":18,"value":1395},{"type":13,"tag":54,"props":3340,"children":3341},{"style":61},[3342],{"type":18,"value":1400},{"type":13,"tag":54,"props":3344,"children":3345},{"style":92},[3346],{"type":18,"value":3347}," INDEX_INPUT_KHR",{"type":13,"tag":54,"props":3349,"children":3350},{"style":61},[3351],{"type":18,"value":1410},{"type":13,"tag":54,"props":3353,"children":3354},{"style":92},[3355],{"type":18,"value":1415},{"type":13,"tag":54,"props":3357,"children":3358},{"style":61},[3359],{"type":18,"value":1420},{"type":13,"tag":54,"props":3361,"children":3362},{"style":92},[3363],{"type":18,"value":1415},{"type":13,"tag":54,"props":3365,"children":3366},{"style":61},[3367],{"type":18,"value":1466},{"type":13,"tag":54,"props":3369,"children":3370},{"style":92},[3371],{"type":18,"value":3372},"INDEX_INPUT",{"type":13,"tag":54,"props":3374,"children":3375},{"style":72},[3376],{"type":18,"value":1429},{"type":13,"tag":54,"props":3378,"children":3379},{"class":56,"line":1254},[3380,3384,3388,3393,3397,3401,3405,3410],{"type":13,"tag":54,"props":3381,"children":3382},{"style":61},[3383],{"type":18,"value":1395},{"type":13,"tag":54,"props":3385,"children":3386},{"style":61},[3387],{"type":18,"value":1400},{"type":13,"tag":54,"props":3389,"children":3390},{"style":92},[3391],{"type":18,"value":3392}," VERTEX_ATTRIBUTE_INPUT",{"type":13,"tag":54,"props":3394,"children":3395},{"style":61},[3396],{"type":18,"value":1410},{"type":13,"tag":54,"props":3398,"children":3399},{"style":92},[3400],{"type":18,"value":1415},{"type":13,"tag":54,"props":3402,"children":3403},{"style":61},[3404],{"type":18,"value":1420},{"type":13,"tag":54,"props":3406,"children":3407},{"style":92},[3408],{"type":18,"value":3409}," 0x2000000000",{"type":13,"tag":54,"props":3411,"children":3412},{"style":72},[3413],{"type":18,"value":1429},{"type":13,"tag":54,"props":3415,"children":3416},{"class":56,"line":1272},[3417,3421,3425,3430,3434,3438,3442,3446,3450,3455],{"type":13,"tag":54,"props":3418,"children":3419},{"style":61},[3420],{"type":18,"value":1395},{"type":13,"tag":54,"props":3422,"children":3423},{"style":61},[3424],{"type":18,"value":1400},{"type":13,"tag":54,"props":3426,"children":3427},{"style":92},[3428],{"type":18,"value":3429}," VERTEX_ATTRIBUTE_INPUT_KHR",{"type":13,"tag":54,"props":3431,"children":3432},{"style":61},[3433],{"type":18,"value":1410},{"type":13,"tag":54,"props":3435,"children":3436},{"style":92},[3437],{"type":18,"value":1415},{"type":13,"tag":54,"props":3439,"children":3440},{"style":61},[3441],{"type":18,"value":1420},{"type":13,"tag":54,"props":3443,"children":3444},{"style":92},[3445],{"type":18,"value":1415},{"type":13,"tag":54,"props":3447,"children":3448},{"style":61},[3449],{"type":18,"value":1466},{"type":13,"tag":54,"props":3451,"children":3452},{"style":92},[3453],{"type":18,"value":3454},"VERTEX_ATTRIBUTE_INPUT",{"type":13,"tag":54,"props":3456,"children":3457},{"style":72},[3458],{"type":18,"value":1429},{"type":13,"tag":54,"props":3460,"children":3461},{"class":56,"line":1302},[3462,3466,3470,3475,3479,3483,3487,3492],{"type":13,"tag":54,"props":3463,"children":3464},{"style":61},[3465],{"type":18,"value":1395},{"type":13,"tag":54,"props":3467,"children":3468},{"style":61},[3469],{"type":18,"value":1400},{"type":13,"tag":54,"props":3471,"children":3472},{"style":92},[3473],{"type":18,"value":3474}," PRE_RASTERIZATION_SHADERS",{"type":13,"tag":54,"props":3476,"children":3477},{"style":61},[3478],{"type":18,"value":1410},{"type":13,"tag":54,"props":3480,"children":3481},{"style":92},[3482],{"type":18,"value":1415},{"type":13,"tag":54,"props":3484,"children":3485},{"style":61},[3486],{"type":18,"value":1420},{"type":13,"tag":54,"props":3488,"children":3489},{"style":92},[3490],{"type":18,"value":3491}," 0x4000000000",{"type":13,"tag":54,"props":3493,"children":3494},{"style":72},[3495],{"type":18,"value":1429},{"type":13,"tag":54,"props":3497,"children":3498},{"class":56,"line":1320},[3499,3503,3507,3512,3516,3520,3524,3528,3532,3537],{"type":13,"tag":54,"props":3500,"children":3501},{"style":61},[3502],{"type":18,"value":1395},{"type":13,"tag":54,"props":3504,"children":3505},{"style":61},[3506],{"type":18,"value":1400},{"type":13,"tag":54,"props":3508,"children":3509},{"style":92},[3510],{"type":18,"value":3511}," PRE_RASTERIZATION_SHADERS_KHR",{"type":13,"tag":54,"props":3513,"children":3514},{"style":61},[3515],{"type":18,"value":1410},{"type":13,"tag":54,"props":3517,"children":3518},{"style":92},[3519],{"type":18,"value":1415},{"type":13,"tag":54,"props":3521,"children":3522},{"style":61},[3523],{"type":18,"value":1420},{"type":13,"tag":54,"props":3525,"children":3526},{"style":92},[3527],{"type":18,"value":1415},{"type":13,"tag":54,"props":3529,"children":3530},{"style":61},[3531],{"type":18,"value":1466},{"type":13,"tag":54,"props":3533,"children":3534},{"style":92},[3535],{"type":18,"value":3536},"PRE_RASTERIZATION_SHADERS",{"type":13,"tag":54,"props":3538,"children":3539},{"style":72},[3540],{"type":18,"value":1429},{"type":13,"tag":54,"props":3542,"children":3544},{"class":56,"line":3543},56,[3545],{"type":13,"tag":54,"props":3546,"children":3547},{"style":72},[3548],{"type":18,"value":3549},"}\n",{"type":13,"tag":14,"props":3551,"children":3552},{},[3553],{"type":18,"value":3554},"or the equivalent",{"type":13,"tag":37,"props":3556,"children":3557},{},[3558,3584],{"type":13,"tag":41,"props":3559,"children":3561},{"className":43,"code":3560,"filename":45,"language":46,"meta":47,"style":47},"#define VkPipelineStageFlagBits2KHR VkPipelineStageFlagBits2\n",[3562],{"type":13,"tag":50,"props":3563,"children":3564},{"__ignoreMap":47},[3565],{"type":13,"tag":54,"props":3566,"children":3567},{"class":56,"line":57},[3568,3573,3579],{"type":13,"tag":54,"props":3569,"children":3570},{"style":61},[3571],{"type":18,"value":3572},"#define",{"type":13,"tag":54,"props":3574,"children":3576},{"style":3575},"--shiki-default:#8250DF;--shiki-dark:#D2A8FF",[3577],{"type":18,"value":3578}," VkPipelineStageFlagBits2KHR",{"type":13,"tag":54,"props":3580,"children":3581},{"style":72},[3582],{"type":18,"value":3583}," VkPipelineStageFlagBits2\n",{"type":13,"tag":41,"props":3585,"children":3587},{"className":1329,"code":3586,"filename":1331,"language":1332,"meta":47,"style":47},"const PipelineStageFlagBits2KHR: _ = vk::PipelineStageFlagBits2;\n",[3588],{"type":13,"tag":50,"props":3589,"children":3590},{"__ignoreMap":47},[3591],{"type":13,"tag":54,"props":3592,"children":3593},{"class":56,"line":57},[3594,3599,3604,3608,3613,3617,3622,3626,3631],{"type":13,"tag":54,"props":3595,"children":3596},{"style":61},[3597],{"type":18,"value":3598},"const",{"type":13,"tag":54,"props":3600,"children":3601},{"style":92},[3602],{"type":18,"value":3603}," PipelineStageFlagBits2KHR",{"type":13,"tag":54,"props":3605,"children":3606},{"style":61},[3607],{"type":18,"value":1410},{"type":13,"tag":54,"props":3609,"children":3610},{"style":72},[3611],{"type":18,"value":3612}," _ ",{"type":13,"tag":54,"props":3614,"children":3615},{"style":61},[3616],{"type":18,"value":89},{"type":13,"tag":54,"props":3618,"children":3619},{"style":1352},[3620],{"type":18,"value":3621}," vk",{"type":13,"tag":54,"props":3623,"children":3624},{"style":61},[3625],{"type":18,"value":1466},{"type":13,"tag":54,"props":3627,"children":3628},{"style":1352},[3629],{"type":18,"value":3630},"PipelineStageFlagBits2",{"type":13,"tag":54,"props":3632,"children":3633},{"style":72},[3634],{"type":18,"value":1429},{"type":13,"tag":3636,"props":3637,"children":3638},"ul",{},[3639,3651,3670,3681,3692,3703,3714,3744,3755,3766,3777,3788,3866,3877,3896,3915,3970,3981,3992,4018,4036,4053,4076,4131,4142,4168,4183,4355,4366,4376,4386,4403,4429,4446,4456,4474,4491,4510,4520,4537,4547,4588],{"type":13,"tag":3640,"props":3641,"children":3642},"li",{},[3643,3649],{"type":13,"tag":50,"props":3644,"children":3646},{"className":3645},[],[3647],{"type":18,"value":3648},"VK_PIPELINE_STAGE_2_NONE",{"type":18,"value":3650}," specifies no stages of execution.",{"type":13,"tag":3640,"props":3652,"children":3653},{},[3654,3660,3662,3668],{"type":13,"tag":50,"props":3655,"children":3657},{"className":3656},[],[3658],{"type":18,"value":3659},"VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT",{"type":18,"value":3661}," specifies the stage of the\npipeline where indirect command parameters are consumed.\nThis stage also includes reading commands written by\n",{"type":13,"tag":28,"props":3663,"children":3665},{"href":3664},"/man/vkCmdPreprocessGeneratedCommandsNV",[3666],{"type":18,"value":3667},"vkCmdPreprocessGeneratedCommandsNV",{"type":18,"value":3669},".",{"type":13,"tag":3640,"props":3671,"children":3672},{},[3673,3679],{"type":13,"tag":50,"props":3674,"children":3676},{"className":3675},[],[3677],{"type":18,"value":3678},"VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_EXT",{"type":18,"value":3680}," specifies the task shader\nstage.",{"type":13,"tag":3640,"props":3682,"children":3683},{},[3684,3690],{"type":13,"tag":50,"props":3685,"children":3687},{"className":3686},[],[3688],{"type":18,"value":3689},"VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_EXT",{"type":18,"value":3691}," specifies the mesh shader\nstage.",{"type":13,"tag":3640,"props":3693,"children":3694},{},[3695,3701],{"type":13,"tag":50,"props":3696,"children":3698},{"className":3697},[],[3699],{"type":18,"value":3700},"VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT",{"type":18,"value":3702}," specifies the stage of the\npipeline where index buffers are consumed.",{"type":13,"tag":3640,"props":3704,"children":3705},{},[3706,3712],{"type":13,"tag":50,"props":3707,"children":3709},{"className":3708},[],[3710],{"type":18,"value":3711},"VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT",{"type":18,"value":3713}," specifies the stage\nof the pipeline where vertex buffers are consumed.",{"type":13,"tag":3640,"props":3715,"children":3716},{},[3717,3723,3725],{"type":13,"tag":50,"props":3718,"children":3720},{"className":3719},[],[3721],{"type":18,"value":3722},"VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT",{"type":18,"value":3724}," is equivalent to the logical\nOR of:",{"type":13,"tag":3636,"props":3726,"children":3727},{},[3728,3736],{"type":13,"tag":3640,"props":3729,"children":3730},{},[3731],{"type":13,"tag":50,"props":3732,"children":3734},{"className":3733},[],[3735],{"type":18,"value":3700},{"type":13,"tag":3640,"props":3737,"children":3738},{},[3739],{"type":13,"tag":50,"props":3740,"children":3742},{"className":3741},[],[3743],{"type":18,"value":3711},{"type":13,"tag":3640,"props":3745,"children":3746},{},[3747,3753],{"type":13,"tag":50,"props":3748,"children":3750},{"className":3749},[],[3751],{"type":18,"value":3752},"VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT",{"type":18,"value":3754}," specifies the vertex shader\nstage.",{"type":13,"tag":3640,"props":3756,"children":3757},{},[3758,3764],{"type":13,"tag":50,"props":3759,"children":3761},{"className":3760},[],[3762],{"type":18,"value":3763},"VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT",{"type":18,"value":3765}," specifies the\ntessellation control shader stage.",{"type":13,"tag":3640,"props":3767,"children":3768},{},[3769,3775],{"type":13,"tag":50,"props":3770,"children":3772},{"className":3771},[],[3773],{"type":18,"value":3774},"VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT",{"type":18,"value":3776}," specifies\nthe tessellation evaluation shader stage.",{"type":13,"tag":3640,"props":3778,"children":3779},{},[3780,3786],{"type":13,"tag":50,"props":3781,"children":3783},{"className":3782},[],[3784],{"type":18,"value":3785},"VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT",{"type":18,"value":3787}," specifies the geometry\nshader stage.",{"type":13,"tag":3640,"props":3789,"children":3790},{},[3791,3797,3799,3805,3806],{"type":13,"tag":50,"props":3792,"children":3794},{"className":3793},[],[3795],{"type":18,"value":3796},"VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT",{"type":18,"value":3798}," is equivalent to\nspecifying all supported\n",{"type":13,"tag":28,"props":3800,"children":3802},{"href":3801},"/man/VkGraphicsPipelineCreateInfo#pipelines-graphics-subsets-pre-rasterization",[3803],{"type":18,"value":3804},"pre-rasterization shader\nstages",{"type":18,"value":1410},{"type":13,"tag":3636,"props":3807,"children":3808},{},[3809,3817,3825,3833,3841,3849,3857],{"type":13,"tag":3640,"props":3810,"children":3811},{},[3812],{"type":13,"tag":50,"props":3813,"children":3815},{"className":3814},[],[3816],{"type":18,"value":3752},{"type":13,"tag":3640,"props":3818,"children":3819},{},[3820],{"type":13,"tag":50,"props":3821,"children":3823},{"className":3822},[],[3824],{"type":18,"value":3763},{"type":13,"tag":3640,"props":3826,"children":3827},{},[3828],{"type":13,"tag":50,"props":3829,"children":3831},{"className":3830},[],[3832],{"type":18,"value":3774},{"type":13,"tag":3640,"props":3834,"children":3835},{},[3836],{"type":13,"tag":50,"props":3837,"children":3839},{"className":3838},[],[3840],{"type":18,"value":3785},{"type":13,"tag":3640,"props":3842,"children":3843},{},[3844],{"type":13,"tag":50,"props":3845,"children":3847},{"className":3846},[],[3848],{"type":18,"value":3678},{"type":13,"tag":3640,"props":3850,"children":3851},{},[3852],{"type":13,"tag":50,"props":3853,"children":3855},{"className":3854},[],[3856],{"type":18,"value":3689},{"type":13,"tag":3640,"props":3858,"children":3859},{},[3860],{"type":13,"tag":50,"props":3861,"children":3863},{"className":3862},[],[3864],{"type":18,"value":3865},"VK_PIPELINE_STAGE_2_CLUSTER_CULLING_SHADER_BIT_HUAWEI",{"type":13,"tag":3640,"props":3867,"children":3868},{},[3869,3875],{"type":13,"tag":50,"props":3870,"children":3872},{"className":3871},[],[3873],{"type":18,"value":3874},"VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT",{"type":18,"value":3876}," specifies the fragment\nshader stage.",{"type":13,"tag":3640,"props":3878,"children":3879},{},[3880,3886,3888,3894],{"type":13,"tag":50,"props":3881,"children":3883},{"className":3882},[],[3884],{"type":18,"value":3885},"VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT",{"type":18,"value":3887}," specifies the stage\nof the pipeline where early fragment tests (depth and stencil tests\nbefore fragment shading) are performed.\nThis stage also includes ",{"type":13,"tag":28,"props":3889,"children":3891},{"href":3890},"/chapters/renderpass#renderpass-load-operations",[3892],{"type":18,"value":3893},"render pass load\noperations",{"type":18,"value":3895}," for framebuffer attachments with a depth/stencil format.",{"type":13,"tag":3640,"props":3897,"children":3898},{},[3899,3905,3907,3913],{"type":13,"tag":50,"props":3900,"children":3902},{"className":3901},[],[3903],{"type":18,"value":3904},"VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT",{"type":18,"value":3906}," specifies the stage of\nthe pipeline where late fragment tests (depth and stencil tests after\nfragment shading) are performed.\nThis stage also includes ",{"type":13,"tag":28,"props":3908,"children":3910},{"href":3909},"/chapters/renderpass#renderpass-store-operations",[3911],{"type":18,"value":3912},"render pass\nstore operations",{"type":18,"value":3914}," for framebuffer attachments with a depth/stencil\nformat.",{"type":13,"tag":3640,"props":3916,"children":3917},{},[3918,3924,3926,3932,3933,3939,3941,3946,3948,3953,3955,3961,3963,3969],{"type":13,"tag":50,"props":3919,"children":3921},{"className":3920},[],[3922],{"type":18,"value":3923},"VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT",{"type":18,"value":3925}," specifies the\nstage of the pipeline where final color values are output from the\npipeline.\nThis stage includes ",{"type":13,"tag":28,"props":3927,"children":3929},{"href":3928},"/chapters/framebuffer#framebuffer-blending",[3930],{"type":18,"value":3931},"blending",{"type":18,"value":100},{"type":13,"tag":28,"props":3934,"children":3936},{"href":3935},"/chapters/framebuffer#framebuffer-logicop",[3937],{"type":18,"value":3938},"logic operations",{"type":18,"value":3940},", render pass\n",{"type":13,"tag":28,"props":3942,"children":3943},{"href":3890},[3944],{"type":18,"value":3945},"load",{"type":18,"value":3947}," and ",{"type":13,"tag":28,"props":3949,"children":3950},{"href":3909},[3951],{"type":18,"value":3952},"store",{"type":18,"value":3954}," operations for color attachments,\n",{"type":13,"tag":28,"props":3956,"children":3958},{"href":3957},"/chapters/renderpass#renderpass-resolve-operations",[3959],{"type":18,"value":3960},"render pass multisample resolve\noperations",{"type":18,"value":3962},", and ",{"type":13,"tag":28,"props":3964,"children":3966},{"href":3965},"/man/vkCmdClearAttachments",[3967],{"type":18,"value":3968},"vkCmdClearAttachments",{"type":18,"value":3669},{"type":13,"tag":3640,"props":3971,"children":3972},{},[3973,3979],{"type":13,"tag":50,"props":3974,"children":3976},{"className":3975},[],[3977],{"type":18,"value":3978},"VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT",{"type":18,"value":3980}," specifies the compute\nshader stage.",{"type":13,"tag":3640,"props":3982,"children":3983},{},[3984,3990],{"type":13,"tag":50,"props":3985,"children":3987},{"className":3986},[],[3988],{"type":18,"value":3989},"VK_PIPELINE_STAGE_2_HOST_BIT",{"type":18,"value":3991}," specifies a pseudo-stage indicating\nexecution on the host of reads/writes of device memory.\nThis stage is not invoked by any commands recorded in a command buffer.",{"type":13,"tag":3640,"props":3993,"children":3994},{},[3995,4001,4003,4009,4011,4017],{"type":13,"tag":50,"props":3996,"children":3998},{"className":3997},[],[3999],{"type":18,"value":4000},"VK_PIPELINE_STAGE_2_COPY_BIT",{"type":18,"value":4002}," specifies the execution of all\n",{"type":13,"tag":28,"props":4004,"children":4006},{"href":4005},"/chapters/copies#copies",[4007],{"type":18,"value":4008},"copy commands",{"type":18,"value":4010},", including ",{"type":13,"tag":28,"props":4012,"children":4014},{"href":4013},"/man/vkCmdCopyQueryPoolResults",[4015],{"type":18,"value":4016},"vkCmdCopyQueryPoolResults",{"type":18,"value":3669},{"type":13,"tag":3640,"props":4019,"children":4020},{},[4021,4027,4029,4035],{"type":13,"tag":50,"props":4022,"children":4024},{"className":4023},[],[4025],{"type":18,"value":4026},"VK_PIPELINE_STAGE_2_BLIT_BIT",{"type":18,"value":4028}," specifies the execution of\n",{"type":13,"tag":28,"props":4030,"children":4032},{"href":4031},"/man/vkCmdBlitImage",[4033],{"type":18,"value":4034},"vkCmdBlitImage",{"type":18,"value":3669},{"type":13,"tag":3640,"props":4037,"children":4038},{},[4039,4045,4046,4052],{"type":13,"tag":50,"props":4040,"children":4042},{"className":4041},[],[4043],{"type":18,"value":4044},"VK_PIPELINE_STAGE_2_RESOLVE_BIT",{"type":18,"value":4028},{"type":13,"tag":28,"props":4047,"children":4049},{"href":4048},"/man/vkCmdResolveImage",[4050],{"type":18,"value":4051},"vkCmdResolveImage",{"type":18,"value":3669},{"type":13,"tag":3640,"props":4054,"children":4055},{},[4056,4062,4063,4069,4071,4075],{"type":13,"tag":50,"props":4057,"children":4059},{"className":4058},[],[4060],{"type":18,"value":4061},"VK_PIPELINE_STAGE_2_CLEAR_BIT",{"type":18,"value":4028},{"type":13,"tag":28,"props":4064,"children":4066},{"href":4065},"/chapters/clears#clears",[4067],{"type":18,"value":4068},"clear commands",{"type":18,"value":4070},", with the exception of\n",{"type":13,"tag":28,"props":4072,"children":4073},{"href":3965},[4074],{"type":18,"value":3968},{"type":18,"value":3669},{"type":13,"tag":3640,"props":4077,"children":4078},{},[4079,4085,4087],{"type":13,"tag":50,"props":4080,"children":4082},{"className":4081},[],[4083],{"type":18,"value":4084},"VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT",{"type":18,"value":4086}," is equivalent to specifying\nall of:",{"type":13,"tag":3636,"props":4088,"children":4089},{},[4090,4098,4106,4114,4122],{"type":13,"tag":3640,"props":4091,"children":4092},{},[4093],{"type":13,"tag":50,"props":4094,"children":4096},{"className":4095},[],[4097],{"type":18,"value":4000},{"type":13,"tag":3640,"props":4099,"children":4100},{},[4101],{"type":13,"tag":50,"props":4102,"children":4104},{"className":4103},[],[4105],{"type":18,"value":4026},{"type":13,"tag":3640,"props":4107,"children":4108},{},[4109],{"type":13,"tag":50,"props":4110,"children":4112},{"className":4111},[],[4113],{"type":18,"value":4044},{"type":13,"tag":3640,"props":4115,"children":4116},{},[4117],{"type":13,"tag":50,"props":4118,"children":4120},{"className":4119},[],[4121],{"type":18,"value":4061},{"type":13,"tag":3640,"props":4123,"children":4124},{},[4125],{"type":13,"tag":50,"props":4126,"children":4128},{"className":4127},[],[4129],{"type":18,"value":4130},"VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_COPY_BIT_KHR",{"type":13,"tag":3640,"props":4132,"children":4133},{},[4134,4140],{"type":13,"tag":50,"props":4135,"children":4137},{"className":4136},[],[4138],{"type":18,"value":4139},"VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR",{"type":18,"value":4141}," specifies the\nexecution of the ray tracing shader stages.",{"type":13,"tag":3640,"props":4143,"children":4144},{},[4145,4151,4153,4159,4161,4167],{"type":13,"tag":50,"props":4146,"children":4148},{"className":4147},[],[4149],{"type":18,"value":4150},"VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR",{"type":18,"value":4152}," specifies\nthe execution of ",{"type":13,"tag":28,"props":4154,"children":4156},{"href":4155},"/chapters/acceleration-structure#acceleration-structure",[4157],{"type":18,"value":4158},"acceleration structure\ncommands",{"type":18,"value":4160}," or ",{"type":13,"tag":28,"props":4162,"children":4164},{"href":4163},"/chapters/acceleration-structure#acceleration-structure-copying",[4165],{"type":18,"value":4166},"acceleration structure\ncopy commands",{"type":18,"value":3669},{"type":13,"tag":3640,"props":4169,"children":4170},{},[4171,4176,4177,4182],{"type":13,"tag":50,"props":4172,"children":4174},{"className":4173},[],[4175],{"type":18,"value":4130},{"type":18,"value":4152},{"type":13,"tag":28,"props":4178,"children":4179},{"href":4163},[4180],{"type":18,"value":4181},"acceleration\nstructure copy commands",{"type":18,"value":3669},{"type":13,"tag":3640,"props":4184,"children":4185},{},[4186,4192,4194],{"type":13,"tag":50,"props":4187,"children":4189},{"className":4188},[],[4190],{"type":18,"value":4191},"VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT",{"type":18,"value":4193}," specifies the execution of\nall graphics pipeline stages, and is equivalent to the logical OR of:",{"type":13,"tag":3636,"props":4195,"children":4196},{},[4197,4205,4213,4221,4229,4237,4245,4253,4261,4269,4277,4285,4293,4302,4311,4320,4329,4338,4347],{"type":13,"tag":3640,"props":4198,"children":4199},{},[4200],{"type":13,"tag":50,"props":4201,"children":4203},{"className":4202},[],[4204],{"type":18,"value":3659},{"type":13,"tag":3640,"props":4206,"children":4207},{},[4208],{"type":13,"tag":50,"props":4209,"children":4211},{"className":4210},[],[4212],{"type":18,"value":3678},{"type":13,"tag":3640,"props":4214,"children":4215},{},[4216],{"type":13,"tag":50,"props":4217,"children":4219},{"className":4218},[],[4220],{"type":18,"value":3689},{"type":13,"tag":3640,"props":4222,"children":4223},{},[4224],{"type":13,"tag":50,"props":4225,"children":4227},{"className":4226},[],[4228],{"type":18,"value":3722},{"type":13,"tag":3640,"props":4230,"children":4231},{},[4232],{"type":13,"tag":50,"props":4233,"children":4235},{"className":4234},[],[4236],{"type":18,"value":3752},{"type":13,"tag":3640,"props":4238,"children":4239},{},[4240],{"type":13,"tag":50,"props":4241,"children":4243},{"className":4242},[],[4244],{"type":18,"value":3763},{"type":13,"tag":3640,"props":4246,"children":4247},{},[4248],{"type":13,"tag":50,"props":4249,"children":4251},{"className":4250},[],[4252],{"type":18,"value":3774},{"type":13,"tag":3640,"props":4254,"children":4255},{},[4256],{"type":13,"tag":50,"props":4257,"children":4259},{"className":4258},[],[4260],{"type":18,"value":3785},{"type":13,"tag":3640,"props":4262,"children":4263},{},[4264],{"type":13,"tag":50,"props":4265,"children":4267},{"className":4266},[],[4268],{"type":18,"value":3874},{"type":13,"tag":3640,"props":4270,"children":4271},{},[4272],{"type":13,"tag":50,"props":4273,"children":4275},{"className":4274},[],[4276],{"type":18,"value":3885},{"type":13,"tag":3640,"props":4278,"children":4279},{},[4280],{"type":13,"tag":50,"props":4281,"children":4283},{"className":4282},[],[4284],{"type":18,"value":3904},{"type":13,"tag":3640,"props":4286,"children":4287},{},[4288],{"type":13,"tag":50,"props":4289,"children":4291},{"className":4290},[],[4292],{"type":18,"value":3923},{"type":13,"tag":3640,"props":4294,"children":4295},{},[4296],{"type":13,"tag":50,"props":4297,"children":4299},{"className":4298},[],[4300],{"type":18,"value":4301},"VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT",{"type":13,"tag":3640,"props":4303,"children":4304},{},[4305],{"type":13,"tag":50,"props":4306,"children":4308},{"className":4307},[],[4309],{"type":18,"value":4310},"VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT",{"type":13,"tag":3640,"props":4312,"children":4313},{},[4314],{"type":13,"tag":50,"props":4315,"children":4317},{"className":4316},[],[4318],{"type":18,"value":4319},"VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR",{"type":13,"tag":3640,"props":4321,"children":4322},{},[4323],{"type":13,"tag":50,"props":4324,"children":4326},{"className":4325},[],[4327],{"type":18,"value":4328},"VK_PIPELINE_STAGE_2_FRAGMENT_DENSITY_PROCESS_BIT_EXT",{"type":13,"tag":3640,"props":4330,"children":4331},{},[4332],{"type":13,"tag":50,"props":4333,"children":4335},{"className":4334},[],[4336],{"type":18,"value":4337},"VK_PIPELINE_STAGE_2_SUBPASS_SHADER_BIT_HUAWEI",{"type":13,"tag":3640,"props":4339,"children":4340},{},[4341],{"type":13,"tag":50,"props":4342,"children":4344},{"className":4343},[],[4345],{"type":18,"value":4346},"VK_PIPELINE_STAGE_2_INVOCATION_MASK_BIT_HUAWEI",{"type":13,"tag":3640,"props":4348,"children":4349},{},[4350],{"type":13,"tag":50,"props":4351,"children":4353},{"className":4352},[],[4354],{"type":18,"value":3865},{"type":13,"tag":3640,"props":4356,"children":4357},{},[4358,4364],{"type":13,"tag":50,"props":4359,"children":4361},{"className":4360},[],[4362],{"type":18,"value":4363},"VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT",{"type":18,"value":4365}," specifies all operations\nperformed by all commands supported on the queue it is used with.",{"type":13,"tag":3640,"props":4367,"children":4368},{},[4369,4374],{"type":13,"tag":50,"props":4370,"children":4372},{"className":4371},[],[4373],{"type":18,"value":4301},{"type":18,"value":4375}," specifies the\nstage of the pipeline where the predicate of conditional rendering is\nconsumed.",{"type":13,"tag":3640,"props":4377,"children":4378},{},[4379,4384],{"type":13,"tag":50,"props":4380,"children":4382},{"className":4381},[],[4383],{"type":18,"value":4310},{"type":18,"value":4385}," specifies the stage\nof the pipeline where vertex attribute output values are written to the\ntransform feedback buffers.",{"type":13,"tag":3640,"props":4387,"children":4388},{},[4389,4395,4397,4401],{"type":13,"tag":50,"props":4390,"children":4392},{"className":4391},[],[4393],{"type":18,"value":4394},"VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV",{"type":18,"value":4396}," specifies the stage\nof the pipeline where device-side generation of commands via\n",{"type":13,"tag":28,"props":4398,"children":4399},{"href":3664},[4400],{"type":18,"value":3667},{"type":18,"value":4402}," is handled.",{"type":13,"tag":3640,"props":4404,"children":4405},{},[4406,4411,4413,4419,4421,4427],{"type":13,"tag":50,"props":4407,"children":4409},{"className":4408},[],[4410],{"type":18,"value":4319},{"type":18,"value":4412},"\nspecifies the stage of the pipeline where the\n",{"type":13,"tag":28,"props":4414,"children":4416},{"href":4415},"/chapters/primsrast#primsrast-fragment-shading-rate-attachment",[4417],{"type":18,"value":4418},"fragment shading rate\nattachment",{"type":18,"value":4420},"\nor\n",{"type":13,"tag":28,"props":4422,"children":4424},{"href":4423},"/chapters/primsrast#primsrast-shading-rate-image",[4425],{"type":18,"value":4426},"shading rate image",{"type":18,"value":4428},"\nis read to determine the fragment shading rate for portions of a\nrasterized primitive.",{"type":13,"tag":3640,"props":4430,"children":4431},{},[4432,4437,4439,4445],{"type":13,"tag":50,"props":4433,"children":4435},{"className":4434},[],[4436],{"type":18,"value":4328},{"type":18,"value":4438}," specifies the\nstage of the pipeline where the fragment density map is read to\n",{"type":13,"tag":28,"props":4440,"children":4442},{"href":4441},"/chapters/fragmentdensitymapops#fragmentdensitymapops",[4443],{"type":18,"value":4444},"generate the fragment areas",{"type":18,"value":3669},{"type":13,"tag":3640,"props":4447,"children":4448},{},[4449,4454],{"type":13,"tag":50,"props":4450,"children":4452},{"className":4451},[],[4453],{"type":18,"value":4346},{"type":18,"value":4455}," specifies the stage\nof the pipeline where the invocation mask image is read by the\nimplementation to optimize the ray dispatch.",{"type":13,"tag":3640,"props":4457,"children":4458},{},[4459,4465,4467,4473],{"type":13,"tag":50,"props":4460,"children":4462},{"className":4461},[],[4463],{"type":18,"value":4464},"VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR",{"type":18,"value":4466}," specifies the execution\nof ",{"type":13,"tag":28,"props":4468,"children":4470},{"href":4469},"/chapters/video-coding#video-decode-operations",[4471],{"type":18,"value":4472},"video decode operations",{"type":18,"value":3669},{"type":13,"tag":3640,"props":4475,"children":4476},{},[4477,4483,4484,4490],{"type":13,"tag":50,"props":4478,"children":4480},{"className":4479},[],[4481],{"type":18,"value":4482},"VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR",{"type":18,"value":4466},{"type":13,"tag":28,"props":4485,"children":4487},{"href":4486},"/chapters/video-coding#video-encode-operations",[4488],{"type":18,"value":4489},"video encode operations",{"type":18,"value":3669},{"type":13,"tag":3640,"props":4492,"children":4493},{},[4494,4500,4502,4508],{"type":13,"tag":50,"props":4495,"children":4497},{"className":4496},[],[4498],{"type":18,"value":4499},"VK_PIPELINE_STAGE_2_OPTICAL_FLOW_BIT_NV",{"type":18,"value":4501}," specifies the stage of the\npipeline where ",{"type":13,"tag":28,"props":4503,"children":4505},{"href":4504},"/chapters/opticalflow#opticalflow-operations",[4506],{"type":18,"value":4507},"optical flow operation",{"type":18,"value":4509}," are\nperformed.",{"type":13,"tag":3640,"props":4511,"children":4512},{},[4513,4518],{"type":13,"tag":50,"props":4514,"children":4516},{"className":4515},[],[4517],{"type":18,"value":4337},{"type":18,"value":4519}," specifies the\nsubpass shading shader stage.",{"type":13,"tag":3640,"props":4521,"children":4522},{},[4523,4529,4530,4536],{"type":13,"tag":50,"props":4524,"children":4526},{"className":4525},[],[4527],{"type":18,"value":4528},"VK_PIPELINE_STAGE_2_MICROMAP_BUILD_BIT_EXT",{"type":18,"value":4466},{"type":13,"tag":28,"props":4531,"children":4533},{"href":4532},"/chapters/micromap#micromap",[4534],{"type":18,"value":4535},"micromap commands",{"type":18,"value":3669},{"type":13,"tag":3640,"props":4538,"children":4539},{},[4540,4545],{"type":13,"tag":50,"props":4541,"children":4543},{"className":4542},[],[4544],{"type":18,"value":3865},{"type":18,"value":4546}," specifies\nthe cluster culling shader stage.",{"type":13,"tag":3640,"props":4548,"children":4549},{},[4550,4556,4558,4563,4565,4571,4573,4579,4581,4586],{"type":13,"tag":50,"props":4551,"children":4553},{"className":4552},[],[4554],{"type":18,"value":4555},"VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT",{"type":18,"value":4557}," is equivalent to\n",{"type":13,"tag":50,"props":4559,"children":4561},{"className":4560},[],[4562],{"type":18,"value":4363},{"type":18,"value":4564}," with ",{"type":13,"tag":28,"props":4566,"children":4568},{"href":4567},"/man/VkAccessFlags2",[4569],{"type":18,"value":4570},"VkAccessFlags2",{"type":18,"value":4572}," set\nto ",{"type":13,"tag":50,"props":4574,"children":4576},{"className":4575},[],[4577],{"type":18,"value":4578},"0",{"type":18,"value":4580}," when specified in the second synchronization scope, but\nequivalent to ",{"type":13,"tag":50,"props":4582,"children":4584},{"className":4583},[],[4585],{"type":18,"value":3648},{"type":18,"value":4587}," in the first scope.",{"type":13,"tag":3640,"props":4589,"children":4590},{},[4591,4597,4598,4603,4604,4608,4609,4614,4616,4621],{"type":13,"tag":50,"props":4592,"children":4594},{"className":4593},[],[4595],{"type":18,"value":4596},"VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT",{"type":18,"value":4557},{"type":13,"tag":50,"props":4599,"children":4601},{"className":4600},[],[4602],{"type":18,"value":4363},{"type":18,"value":4564},{"type":13,"tag":28,"props":4605,"children":4606},{"href":4567},[4607],{"type":18,"value":4570},{"type":18,"value":4572},{"type":13,"tag":50,"props":4610,"children":4612},{"className":4611},[],[4613],{"type":18,"value":4578},{"type":18,"value":4615}," when specified in the first synchronization scope, but equivalent\nto ",{"type":13,"tag":50,"props":4617,"children":4619},{"className":4618},[],[4620],{"type":18,"value":3648},{"type":18,"value":4622}," in the second scope.",{"type":13,"tag":4624,"props":4625,"children":4626},"note",{},[4627],{"type":13,"tag":14,"props":4628,"children":4629},{},[4630,4632,4638,4639,4645,4647,4652,4654,4659],{"type":18,"value":4631},"The ",{"type":13,"tag":50,"props":4633,"children":4635},{"className":4634},[],[4636],{"type":18,"value":4637},"TOP",{"type":18,"value":3947},{"type":13,"tag":50,"props":4640,"children":4642},{"className":4641},[],[4643],{"type":18,"value":4644},"BOTTOM",{"type":18,"value":4646}," pipeline stages are deprecated, and\napplications should prefer ",{"type":13,"tag":50,"props":4648,"children":4650},{"className":4649},[],[4651],{"type":18,"value":4363},{"type":18,"value":4653}," and\n",{"type":13,"tag":50,"props":4655,"children":4657},{"className":4656},[],[4658],{"type":18,"value":3648},{"type":18,"value":3669},{"type":13,"tag":4624,"props":4661,"children":4662},{},[4663],{"type":13,"tag":14,"props":4664,"children":4665},{},[4666,4667,4672,4674,4680],{"type":18,"value":4631},{"type":13,"tag":50,"props":4668,"children":4670},{"className":4669},[],[4671],{"type":18,"value":33},{"type":18,"value":4673}," bitmask goes beyond the 31 individual bit\nflags allowable within a C99 enum, which is how\n",{"type":13,"tag":28,"props":4675,"children":4677},{"href":4676},"/man/VkPipelineStageFlagBits",[4678],{"type":18,"value":4679},"VkPipelineStageFlagBits",{"type":18,"value":4681}," is defined.\nThe first 31 values are common to both, and are interchangeable.",{"type":13,"tag":4683,"props":4684,"children":4685},"style",{},[4686],{"type":18,"value":4687},"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":47,"searchDepth":78,"depth":78,"links":4689},[],"markdown",1725732579767]