[{"data":1,"prerenderedAt":3101},["ShallowReactive",2],{"LBJby3Sv6S":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":3100,"_id":4},"VkStructureType","Vulkan structure types (pname:sType)","VK_VERSION_1_0","enums",[],{"type":10,"children":11,"toc":3098},"root",[12,97,118,123,3092],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,27,29,35,37,43,45,51,53,59,61,67,69,73,75,81,83,88,90,95],{"type":18,"value":19},"text","Each value corresponds to a particular structure with a ",{"type":13,"tag":21,"props":22,"children":24},"code",{"className":23},[],[25],{"type":18,"value":26},"sType",{"type":18,"value":28}," member\nwith a matching name.\nAs a general rule, the name of each ",{"type":13,"tag":30,"props":31,"children":33},"a",{"href":32},"/man/VkStructureType",[34],{"type":18,"value":4},{"type":18,"value":36}," value is obtained\nby taking the name of the structure, stripping the leading ",{"type":13,"tag":21,"props":38,"children":40},{"className":39},[],[41],{"type":18,"value":42},"Vk",{"type":18,"value":44},",\nprefixing each capital letter with ",{"type":13,"tag":21,"props":46,"children":48},{"className":47},[],[49],{"type":18,"value":50},"_",{"type":18,"value":52},", converting the entire resulting\nstring to upper case, and prefixing it with ",{"type":13,"tag":21,"props":54,"children":56},{"className":55},[],[57],{"type":18,"value":58},"VK_STRUCTURE_TYPE_",{"type":18,"value":60},".\nFor example, structures of type ",{"type":13,"tag":30,"props":62,"children":64},{"href":63},"/man/VkImageCreateInfo",[65],{"type":18,"value":66},"VkImageCreateInfo",{"type":18,"value":68}," correspond to a\n",{"type":13,"tag":30,"props":70,"children":71},{"href":32},[72],{"type":18,"value":4},{"type":18,"value":74}," value of ",{"type":13,"tag":21,"props":76,"children":78},{"className":77},[],[79],{"type":18,"value":80},"VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO",{"type":18,"value":82},",\nand thus a structure of this type ",{"type":13,"tag":84,"props":85,"children":87},"normative",{"type":86},"must",[],{"type":18,"value":89}," have its ",{"type":13,"tag":21,"props":91,"children":93},{"className":92},[],[94],{"type":18,"value":26},{"type":18,"value":96}," member set to\nthis value before it is passed to the API.",{"type":13,"tag":14,"props":98,"children":99},{},[100,102,108,110,116],{"type":18,"value":101},"The values ",{"type":13,"tag":21,"props":103,"children":105},{"className":104},[],[106],{"type":18,"value":107},"VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO",{"type":18,"value":109}," and\n",{"type":13,"tag":21,"props":111,"children":113},{"className":112},[],[114],{"type":18,"value":115},"VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO",{"type":18,"value":117}," are reserved for internal\nuse by the loader, and do not have corresponding Vulkan structures in this\nSpecification.",{"type":13,"tag":14,"props":119,"children":120},{},[121],{"type":18,"value":122},"Structure types supported by the Vulkan API include:",{"type":13,"tag":124,"props":125,"children":126},"code-group",{},[127,1252],{"type":13,"tag":128,"props":129,"children":135},"pre",{"className":130,"code":131,"filename":132,"language":133,"meta":134,"style":134},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkStructureType {\n VK_STRUCTURE_TYPE_APPLICATION_INFO = 0,\n VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO = 1,\n VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO = 2,\n VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO = 3,\n VK_STRUCTURE_TYPE_SUBMIT_INFO = 4,\n VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO = 5,\n VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE = 6,\n VK_STRUCTURE_TYPE_BIND_SPARSE_INFO = 7,\n VK_STRUCTURE_TYPE_FENCE_CREATE_INFO = 8,\n VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO = 9,\n VK_STRUCTURE_TYPE_EVENT_CREATE_INFO = 10,\n VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO = 11,\n VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO = 12,\n VK_STRUCTURE_TYPE_BUFFER_VIEW_CREATE_INFO = 13,\n VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO = 14,\n VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO = 15,\n VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO = 16,\n VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO = 17,\n VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO = 18,\n VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO = 19,\n VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO = 20,\n VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO = 21,\n VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO = 22,\n VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO = 23,\n VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO = 24,\n VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO = 25,\n VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO = 26,\n VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO = 27,\n VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO = 28,\n VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO = 29,\n VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO = 30,\n VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO = 31,\n VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO = 32,\n VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO = 33,\n VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO = 34,\n VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET = 35,\n VK_STRUCTURE_TYPE_COPY_DESCRIPTOR_SET = 36,\n VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO = 37,\n VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO = 38,\n VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO = 39,\n VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO = 40,\n VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO = 41,\n VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO = 42,\n VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO = 43,\n VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER = 44,\n VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER = 45,\n VK_STRUCTURE_TYPE_MEMORY_BARRIER = 46,\n VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO = 47,\n VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO = 48,\n} VkStructureType;\n","C","c","",[136],{"type":13,"tag":21,"props":137,"children":138},{"__ignoreMap":134},[139,162,187,209,231,253,275,297,319,341,363,385,407,429,451,473,495,517,539,561,583,605,627,649,671,693,715,737,759,781,803,825,847,869,891,913,935,957,979,1001,1023,1045,1067,1089,1111,1133,1155,1177,1199,1221,1243],{"type":13,"tag":140,"props":141,"children":144},"span",{"class":142,"line":143},"line",1,[145,151,156],{"type":13,"tag":140,"props":146,"children":148},{"style":147},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[149],{"type":18,"value":150},"typedef",{"type":13,"tag":140,"props":152,"children":153},{"style":147},[154],{"type":18,"value":155}," enum",{"type":13,"tag":140,"props":157,"children":159},{"style":158},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[160],{"type":18,"value":161}," VkStructureType {\n",{"type":13,"tag":140,"props":163,"children":165},{"class":142,"line":164},2,[166,171,176,182],{"type":13,"tag":140,"props":167,"children":168},{"style":158},[169],{"type":18,"value":170}," VK_STRUCTURE_TYPE_APPLICATION_INFO ",{"type":13,"tag":140,"props":172,"children":173},{"style":147},[174],{"type":18,"value":175},"=",{"type":13,"tag":140,"props":177,"children":179},{"style":178},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[180],{"type":18,"value":181}," 0",{"type":13,"tag":140,"props":183,"children":184},{"style":158},[185],{"type":18,"value":186},",\n",{"type":13,"tag":140,"props":188,"children":190},{"class":142,"line":189},3,[191,196,200,205],{"type":13,"tag":140,"props":192,"children":193},{"style":158},[194],{"type":18,"value":195}," VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO ",{"type":13,"tag":140,"props":197,"children":198},{"style":147},[199],{"type":18,"value":175},{"type":13,"tag":140,"props":201,"children":202},{"style":178},[203],{"type":18,"value":204}," 1",{"type":13,"tag":140,"props":206,"children":207},{"style":158},[208],{"type":18,"value":186},{"type":13,"tag":140,"props":210,"children":212},{"class":142,"line":211},4,[213,218,222,227],{"type":13,"tag":140,"props":214,"children":215},{"style":158},[216],{"type":18,"value":217}," VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO ",{"type":13,"tag":140,"props":219,"children":220},{"style":147},[221],{"type":18,"value":175},{"type":13,"tag":140,"props":223,"children":224},{"style":178},[225],{"type":18,"value":226}," 2",{"type":13,"tag":140,"props":228,"children":229},{"style":158},[230],{"type":18,"value":186},{"type":13,"tag":140,"props":232,"children":234},{"class":142,"line":233},5,[235,240,244,249],{"type":13,"tag":140,"props":236,"children":237},{"style":158},[238],{"type":18,"value":239}," VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO ",{"type":13,"tag":140,"props":241,"children":242},{"style":147},[243],{"type":18,"value":175},{"type":13,"tag":140,"props":245,"children":246},{"style":178},[247],{"type":18,"value":248}," 3",{"type":13,"tag":140,"props":250,"children":251},{"style":158},[252],{"type":18,"value":186},{"type":13,"tag":140,"props":254,"children":256},{"class":142,"line":255},6,[257,262,266,271],{"type":13,"tag":140,"props":258,"children":259},{"style":158},[260],{"type":18,"value":261}," VK_STRUCTURE_TYPE_SUBMIT_INFO ",{"type":13,"tag":140,"props":263,"children":264},{"style":147},[265],{"type":18,"value":175},{"type":13,"tag":140,"props":267,"children":268},{"style":178},[269],{"type":18,"value":270}," 4",{"type":13,"tag":140,"props":272,"children":273},{"style":158},[274],{"type":18,"value":186},{"type":13,"tag":140,"props":276,"children":278},{"class":142,"line":277},7,[279,284,288,293],{"type":13,"tag":140,"props":280,"children":281},{"style":158},[282],{"type":18,"value":283}," VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO ",{"type":13,"tag":140,"props":285,"children":286},{"style":147},[287],{"type":18,"value":175},{"type":13,"tag":140,"props":289,"children":290},{"style":178},[291],{"type":18,"value":292}," 5",{"type":13,"tag":140,"props":294,"children":295},{"style":158},[296],{"type":18,"value":186},{"type":13,"tag":140,"props":298,"children":300},{"class":142,"line":299},8,[301,306,310,315],{"type":13,"tag":140,"props":302,"children":303},{"style":158},[304],{"type":18,"value":305}," VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE ",{"type":13,"tag":140,"props":307,"children":308},{"style":147},[309],{"type":18,"value":175},{"type":13,"tag":140,"props":311,"children":312},{"style":178},[313],{"type":18,"value":314}," 6",{"type":13,"tag":140,"props":316,"children":317},{"style":158},[318],{"type":18,"value":186},{"type":13,"tag":140,"props":320,"children":322},{"class":142,"line":321},9,[323,328,332,337],{"type":13,"tag":140,"props":324,"children":325},{"style":158},[326],{"type":18,"value":327}," VK_STRUCTURE_TYPE_BIND_SPARSE_INFO ",{"type":13,"tag":140,"props":329,"children":330},{"style":147},[331],{"type":18,"value":175},{"type":13,"tag":140,"props":333,"children":334},{"style":178},[335],{"type":18,"value":336}," 7",{"type":13,"tag":140,"props":338,"children":339},{"style":158},[340],{"type":18,"value":186},{"type":13,"tag":140,"props":342,"children":344},{"class":142,"line":343},10,[345,350,354,359],{"type":13,"tag":140,"props":346,"children":347},{"style":158},[348],{"type":18,"value":349}," VK_STRUCTURE_TYPE_FENCE_CREATE_INFO ",{"type":13,"tag":140,"props":351,"children":352},{"style":147},[353],{"type":18,"value":175},{"type":13,"tag":140,"props":355,"children":356},{"style":178},[357],{"type":18,"value":358}," 8",{"type":13,"tag":140,"props":360,"children":361},{"style":158},[362],{"type":18,"value":186},{"type":13,"tag":140,"props":364,"children":366},{"class":142,"line":365},11,[367,372,376,381],{"type":13,"tag":140,"props":368,"children":369},{"style":158},[370],{"type":18,"value":371}," VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO ",{"type":13,"tag":140,"props":373,"children":374},{"style":147},[375],{"type":18,"value":175},{"type":13,"tag":140,"props":377,"children":378},{"style":178},[379],{"type":18,"value":380}," 9",{"type":13,"tag":140,"props":382,"children":383},{"style":158},[384],{"type":18,"value":186},{"type":13,"tag":140,"props":386,"children":388},{"class":142,"line":387},12,[389,394,398,403],{"type":13,"tag":140,"props":390,"children":391},{"style":158},[392],{"type":18,"value":393}," VK_STRUCTURE_TYPE_EVENT_CREATE_INFO ",{"type":13,"tag":140,"props":395,"children":396},{"style":147},[397],{"type":18,"value":175},{"type":13,"tag":140,"props":399,"children":400},{"style":178},[401],{"type":18,"value":402}," 10",{"type":13,"tag":140,"props":404,"children":405},{"style":158},[406],{"type":18,"value":186},{"type":13,"tag":140,"props":408,"children":410},{"class":142,"line":409},13,[411,416,420,425],{"type":13,"tag":140,"props":412,"children":413},{"style":158},[414],{"type":18,"value":415}," VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO ",{"type":13,"tag":140,"props":417,"children":418},{"style":147},[419],{"type":18,"value":175},{"type":13,"tag":140,"props":421,"children":422},{"style":178},[423],{"type":18,"value":424}," 11",{"type":13,"tag":140,"props":426,"children":427},{"style":158},[428],{"type":18,"value":186},{"type":13,"tag":140,"props":430,"children":432},{"class":142,"line":431},14,[433,438,442,447],{"type":13,"tag":140,"props":434,"children":435},{"style":158},[436],{"type":18,"value":437}," VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO ",{"type":13,"tag":140,"props":439,"children":440},{"style":147},[441],{"type":18,"value":175},{"type":13,"tag":140,"props":443,"children":444},{"style":178},[445],{"type":18,"value":446}," 12",{"type":13,"tag":140,"props":448,"children":449},{"style":158},[450],{"type":18,"value":186},{"type":13,"tag":140,"props":452,"children":454},{"class":142,"line":453},15,[455,460,464,469],{"type":13,"tag":140,"props":456,"children":457},{"style":158},[458],{"type":18,"value":459}," VK_STRUCTURE_TYPE_BUFFER_VIEW_CREATE_INFO ",{"type":13,"tag":140,"props":461,"children":462},{"style":147},[463],{"type":18,"value":175},{"type":13,"tag":140,"props":465,"children":466},{"style":178},[467],{"type":18,"value":468}," 13",{"type":13,"tag":140,"props":470,"children":471},{"style":158},[472],{"type":18,"value":186},{"type":13,"tag":140,"props":474,"children":476},{"class":142,"line":475},16,[477,482,486,491],{"type":13,"tag":140,"props":478,"children":479},{"style":158},[480],{"type":18,"value":481}," VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO ",{"type":13,"tag":140,"props":483,"children":484},{"style":147},[485],{"type":18,"value":175},{"type":13,"tag":140,"props":487,"children":488},{"style":178},[489],{"type":18,"value":490}," 14",{"type":13,"tag":140,"props":492,"children":493},{"style":158},[494],{"type":18,"value":186},{"type":13,"tag":140,"props":496,"children":498},{"class":142,"line":497},17,[499,504,508,513],{"type":13,"tag":140,"props":500,"children":501},{"style":158},[502],{"type":18,"value":503}," VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO ",{"type":13,"tag":140,"props":505,"children":506},{"style":147},[507],{"type":18,"value":175},{"type":13,"tag":140,"props":509,"children":510},{"style":178},[511],{"type":18,"value":512}," 15",{"type":13,"tag":140,"props":514,"children":515},{"style":158},[516],{"type":18,"value":186},{"type":13,"tag":140,"props":518,"children":520},{"class":142,"line":519},18,[521,526,530,535],{"type":13,"tag":140,"props":522,"children":523},{"style":158},[524],{"type":18,"value":525}," VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO ",{"type":13,"tag":140,"props":527,"children":528},{"style":147},[529],{"type":18,"value":175},{"type":13,"tag":140,"props":531,"children":532},{"style":178},[533],{"type":18,"value":534}," 16",{"type":13,"tag":140,"props":536,"children":537},{"style":158},[538],{"type":18,"value":186},{"type":13,"tag":140,"props":540,"children":542},{"class":142,"line":541},19,[543,548,552,557],{"type":13,"tag":140,"props":544,"children":545},{"style":158},[546],{"type":18,"value":547}," VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO ",{"type":13,"tag":140,"props":549,"children":550},{"style":147},[551],{"type":18,"value":175},{"type":13,"tag":140,"props":553,"children":554},{"style":178},[555],{"type":18,"value":556}," 17",{"type":13,"tag":140,"props":558,"children":559},{"style":158},[560],{"type":18,"value":186},{"type":13,"tag":140,"props":562,"children":564},{"class":142,"line":563},20,[565,570,574,579],{"type":13,"tag":140,"props":566,"children":567},{"style":158},[568],{"type":18,"value":569}," VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO ",{"type":13,"tag":140,"props":571,"children":572},{"style":147},[573],{"type":18,"value":175},{"type":13,"tag":140,"props":575,"children":576},{"style":178},[577],{"type":18,"value":578}," 18",{"type":13,"tag":140,"props":580,"children":581},{"style":158},[582],{"type":18,"value":186},{"type":13,"tag":140,"props":584,"children":586},{"class":142,"line":585},21,[587,592,596,601],{"type":13,"tag":140,"props":588,"children":589},{"style":158},[590],{"type":18,"value":591}," VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO ",{"type":13,"tag":140,"props":593,"children":594},{"style":147},[595],{"type":18,"value":175},{"type":13,"tag":140,"props":597,"children":598},{"style":178},[599],{"type":18,"value":600}," 19",{"type":13,"tag":140,"props":602,"children":603},{"style":158},[604],{"type":18,"value":186},{"type":13,"tag":140,"props":606,"children":608},{"class":142,"line":607},22,[609,614,618,623],{"type":13,"tag":140,"props":610,"children":611},{"style":158},[612],{"type":18,"value":613}," VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO ",{"type":13,"tag":140,"props":615,"children":616},{"style":147},[617],{"type":18,"value":175},{"type":13,"tag":140,"props":619,"children":620},{"style":178},[621],{"type":18,"value":622}," 20",{"type":13,"tag":140,"props":624,"children":625},{"style":158},[626],{"type":18,"value":186},{"type":13,"tag":140,"props":628,"children":630},{"class":142,"line":629},23,[631,636,640,645],{"type":13,"tag":140,"props":632,"children":633},{"style":158},[634],{"type":18,"value":635}," VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO ",{"type":13,"tag":140,"props":637,"children":638},{"style":147},[639],{"type":18,"value":175},{"type":13,"tag":140,"props":641,"children":642},{"style":178},[643],{"type":18,"value":644}," 21",{"type":13,"tag":140,"props":646,"children":647},{"style":158},[648],{"type":18,"value":186},{"type":13,"tag":140,"props":650,"children":652},{"class":142,"line":651},24,[653,658,662,667],{"type":13,"tag":140,"props":654,"children":655},{"style":158},[656],{"type":18,"value":657}," VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO ",{"type":13,"tag":140,"props":659,"children":660},{"style":147},[661],{"type":18,"value":175},{"type":13,"tag":140,"props":663,"children":664},{"style":178},[665],{"type":18,"value":666}," 22",{"type":13,"tag":140,"props":668,"children":669},{"style":158},[670],{"type":18,"value":186},{"type":13,"tag":140,"props":672,"children":674},{"class":142,"line":673},25,[675,680,684,689],{"type":13,"tag":140,"props":676,"children":677},{"style":158},[678],{"type":18,"value":679}," VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO ",{"type":13,"tag":140,"props":681,"children":682},{"style":147},[683],{"type":18,"value":175},{"type":13,"tag":140,"props":685,"children":686},{"style":178},[687],{"type":18,"value":688}," 23",{"type":13,"tag":140,"props":690,"children":691},{"style":158},[692],{"type":18,"value":186},{"type":13,"tag":140,"props":694,"children":696},{"class":142,"line":695},26,[697,702,706,711],{"type":13,"tag":140,"props":698,"children":699},{"style":158},[700],{"type":18,"value":701}," VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO ",{"type":13,"tag":140,"props":703,"children":704},{"style":147},[705],{"type":18,"value":175},{"type":13,"tag":140,"props":707,"children":708},{"style":178},[709],{"type":18,"value":710}," 24",{"type":13,"tag":140,"props":712,"children":713},{"style":158},[714],{"type":18,"value":186},{"type":13,"tag":140,"props":716,"children":718},{"class":142,"line":717},27,[719,724,728,733],{"type":13,"tag":140,"props":720,"children":721},{"style":158},[722],{"type":18,"value":723}," VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO ",{"type":13,"tag":140,"props":725,"children":726},{"style":147},[727],{"type":18,"value":175},{"type":13,"tag":140,"props":729,"children":730},{"style":178},[731],{"type":18,"value":732}," 25",{"type":13,"tag":140,"props":734,"children":735},{"style":158},[736],{"type":18,"value":186},{"type":13,"tag":140,"props":738,"children":740},{"class":142,"line":739},28,[741,746,750,755],{"type":13,"tag":140,"props":742,"children":743},{"style":158},[744],{"type":18,"value":745}," VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO ",{"type":13,"tag":140,"props":747,"children":748},{"style":147},[749],{"type":18,"value":175},{"type":13,"tag":140,"props":751,"children":752},{"style":178},[753],{"type":18,"value":754}," 26",{"type":13,"tag":140,"props":756,"children":757},{"style":158},[758],{"type":18,"value":186},{"type":13,"tag":140,"props":760,"children":762},{"class":142,"line":761},29,[763,768,772,777],{"type":13,"tag":140,"props":764,"children":765},{"style":158},[766],{"type":18,"value":767}," VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO ",{"type":13,"tag":140,"props":769,"children":770},{"style":147},[771],{"type":18,"value":175},{"type":13,"tag":140,"props":773,"children":774},{"style":178},[775],{"type":18,"value":776}," 27",{"type":13,"tag":140,"props":778,"children":779},{"style":158},[780],{"type":18,"value":186},{"type":13,"tag":140,"props":782,"children":784},{"class":142,"line":783},30,[785,790,794,799],{"type":13,"tag":140,"props":786,"children":787},{"style":158},[788],{"type":18,"value":789}," VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO ",{"type":13,"tag":140,"props":791,"children":792},{"style":147},[793],{"type":18,"value":175},{"type":13,"tag":140,"props":795,"children":796},{"style":178},[797],{"type":18,"value":798}," 28",{"type":13,"tag":140,"props":800,"children":801},{"style":158},[802],{"type":18,"value":186},{"type":13,"tag":140,"props":804,"children":806},{"class":142,"line":805},31,[807,812,816,821],{"type":13,"tag":140,"props":808,"children":809},{"style":158},[810],{"type":18,"value":811}," VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO ",{"type":13,"tag":140,"props":813,"children":814},{"style":147},[815],{"type":18,"value":175},{"type":13,"tag":140,"props":817,"children":818},{"style":178},[819],{"type":18,"value":820}," 29",{"type":13,"tag":140,"props":822,"children":823},{"style":158},[824],{"type":18,"value":186},{"type":13,"tag":140,"props":826,"children":828},{"class":142,"line":827},32,[829,834,838,843],{"type":13,"tag":140,"props":830,"children":831},{"style":158},[832],{"type":18,"value":833}," VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO ",{"type":13,"tag":140,"props":835,"children":836},{"style":147},[837],{"type":18,"value":175},{"type":13,"tag":140,"props":839,"children":840},{"style":178},[841],{"type":18,"value":842}," 30",{"type":13,"tag":140,"props":844,"children":845},{"style":158},[846],{"type":18,"value":186},{"type":13,"tag":140,"props":848,"children":850},{"class":142,"line":849},33,[851,856,860,865],{"type":13,"tag":140,"props":852,"children":853},{"style":158},[854],{"type":18,"value":855}," VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO ",{"type":13,"tag":140,"props":857,"children":858},{"style":147},[859],{"type":18,"value":175},{"type":13,"tag":140,"props":861,"children":862},{"style":178},[863],{"type":18,"value":864}," 31",{"type":13,"tag":140,"props":866,"children":867},{"style":158},[868],{"type":18,"value":186},{"type":13,"tag":140,"props":870,"children":872},{"class":142,"line":871},34,[873,878,882,887],{"type":13,"tag":140,"props":874,"children":875},{"style":158},[876],{"type":18,"value":877}," VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO ",{"type":13,"tag":140,"props":879,"children":880},{"style":147},[881],{"type":18,"value":175},{"type":13,"tag":140,"props":883,"children":884},{"style":178},[885],{"type":18,"value":886}," 32",{"type":13,"tag":140,"props":888,"children":889},{"style":158},[890],{"type":18,"value":186},{"type":13,"tag":140,"props":892,"children":894},{"class":142,"line":893},35,[895,900,904,909],{"type":13,"tag":140,"props":896,"children":897},{"style":158},[898],{"type":18,"value":899}," VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO ",{"type":13,"tag":140,"props":901,"children":902},{"style":147},[903],{"type":18,"value":175},{"type":13,"tag":140,"props":905,"children":906},{"style":178},[907],{"type":18,"value":908}," 33",{"type":13,"tag":140,"props":910,"children":911},{"style":158},[912],{"type":18,"value":186},{"type":13,"tag":140,"props":914,"children":916},{"class":142,"line":915},36,[917,922,926,931],{"type":13,"tag":140,"props":918,"children":919},{"style":158},[920],{"type":18,"value":921}," VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO ",{"type":13,"tag":140,"props":923,"children":924},{"style":147},[925],{"type":18,"value":175},{"type":13,"tag":140,"props":927,"children":928},{"style":178},[929],{"type":18,"value":930}," 34",{"type":13,"tag":140,"props":932,"children":933},{"style":158},[934],{"type":18,"value":186},{"type":13,"tag":140,"props":936,"children":938},{"class":142,"line":937},37,[939,944,948,953],{"type":13,"tag":140,"props":940,"children":941},{"style":158},[942],{"type":18,"value":943}," VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET ",{"type":13,"tag":140,"props":945,"children":946},{"style":147},[947],{"type":18,"value":175},{"type":13,"tag":140,"props":949,"children":950},{"style":178},[951],{"type":18,"value":952}," 35",{"type":13,"tag":140,"props":954,"children":955},{"style":158},[956],{"type":18,"value":186},{"type":13,"tag":140,"props":958,"children":960},{"class":142,"line":959},38,[961,966,970,975],{"type":13,"tag":140,"props":962,"children":963},{"style":158},[964],{"type":18,"value":965}," VK_STRUCTURE_TYPE_COPY_DESCRIPTOR_SET ",{"type":13,"tag":140,"props":967,"children":968},{"style":147},[969],{"type":18,"value":175},{"type":13,"tag":140,"props":971,"children":972},{"style":178},[973],{"type":18,"value":974}," 36",{"type":13,"tag":140,"props":976,"children":977},{"style":158},[978],{"type":18,"value":186},{"type":13,"tag":140,"props":980,"children":982},{"class":142,"line":981},39,[983,988,992,997],{"type":13,"tag":140,"props":984,"children":985},{"style":158},[986],{"type":18,"value":987}," VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO ",{"type":13,"tag":140,"props":989,"children":990},{"style":147},[991],{"type":18,"value":175},{"type":13,"tag":140,"props":993,"children":994},{"style":178},[995],{"type":18,"value":996}," 37",{"type":13,"tag":140,"props":998,"children":999},{"style":158},[1000],{"type":18,"value":186},{"type":13,"tag":140,"props":1002,"children":1004},{"class":142,"line":1003},40,[1005,1010,1014,1019],{"type":13,"tag":140,"props":1006,"children":1007},{"style":158},[1008],{"type":18,"value":1009}," VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO ",{"type":13,"tag":140,"props":1011,"children":1012},{"style":147},[1013],{"type":18,"value":175},{"type":13,"tag":140,"props":1015,"children":1016},{"style":178},[1017],{"type":18,"value":1018}," 38",{"type":13,"tag":140,"props":1020,"children":1021},{"style":158},[1022],{"type":18,"value":186},{"type":13,"tag":140,"props":1024,"children":1026},{"class":142,"line":1025},41,[1027,1032,1036,1041],{"type":13,"tag":140,"props":1028,"children":1029},{"style":158},[1030],{"type":18,"value":1031}," VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO ",{"type":13,"tag":140,"props":1033,"children":1034},{"style":147},[1035],{"type":18,"value":175},{"type":13,"tag":140,"props":1037,"children":1038},{"style":178},[1039],{"type":18,"value":1040}," 39",{"type":13,"tag":140,"props":1042,"children":1043},{"style":158},[1044],{"type":18,"value":186},{"type":13,"tag":140,"props":1046,"children":1048},{"class":142,"line":1047},42,[1049,1054,1058,1063],{"type":13,"tag":140,"props":1050,"children":1051},{"style":158},[1052],{"type":18,"value":1053}," VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO ",{"type":13,"tag":140,"props":1055,"children":1056},{"style":147},[1057],{"type":18,"value":175},{"type":13,"tag":140,"props":1059,"children":1060},{"style":178},[1061],{"type":18,"value":1062}," 40",{"type":13,"tag":140,"props":1064,"children":1065},{"style":158},[1066],{"type":18,"value":186},{"type":13,"tag":140,"props":1068,"children":1070},{"class":142,"line":1069},43,[1071,1076,1080,1085],{"type":13,"tag":140,"props":1072,"children":1073},{"style":158},[1074],{"type":18,"value":1075}," VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO ",{"type":13,"tag":140,"props":1077,"children":1078},{"style":147},[1079],{"type":18,"value":175},{"type":13,"tag":140,"props":1081,"children":1082},{"style":178},[1083],{"type":18,"value":1084}," 41",{"type":13,"tag":140,"props":1086,"children":1087},{"style":158},[1088],{"type":18,"value":186},{"type":13,"tag":140,"props":1090,"children":1092},{"class":142,"line":1091},44,[1093,1098,1102,1107],{"type":13,"tag":140,"props":1094,"children":1095},{"style":158},[1096],{"type":18,"value":1097}," VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO ",{"type":13,"tag":140,"props":1099,"children":1100},{"style":147},[1101],{"type":18,"value":175},{"type":13,"tag":140,"props":1103,"children":1104},{"style":178},[1105],{"type":18,"value":1106}," 42",{"type":13,"tag":140,"props":1108,"children":1109},{"style":158},[1110],{"type":18,"value":186},{"type":13,"tag":140,"props":1112,"children":1114},{"class":142,"line":1113},45,[1115,1120,1124,1129],{"type":13,"tag":140,"props":1116,"children":1117},{"style":158},[1118],{"type":18,"value":1119}," VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO ",{"type":13,"tag":140,"props":1121,"children":1122},{"style":147},[1123],{"type":18,"value":175},{"type":13,"tag":140,"props":1125,"children":1126},{"style":178},[1127],{"type":18,"value":1128}," 43",{"type":13,"tag":140,"props":1130,"children":1131},{"style":158},[1132],{"type":18,"value":186},{"type":13,"tag":140,"props":1134,"children":1136},{"class":142,"line":1135},46,[1137,1142,1146,1151],{"type":13,"tag":140,"props":1138,"children":1139},{"style":158},[1140],{"type":18,"value":1141}," VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER ",{"type":13,"tag":140,"props":1143,"children":1144},{"style":147},[1145],{"type":18,"value":175},{"type":13,"tag":140,"props":1147,"children":1148},{"style":178},[1149],{"type":18,"value":1150}," 44",{"type":13,"tag":140,"props":1152,"children":1153},{"style":158},[1154],{"type":18,"value":186},{"type":13,"tag":140,"props":1156,"children":1158},{"class":142,"line":1157},47,[1159,1164,1168,1173],{"type":13,"tag":140,"props":1160,"children":1161},{"style":158},[1162],{"type":18,"value":1163}," VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER ",{"type":13,"tag":140,"props":1165,"children":1166},{"style":147},[1167],{"type":18,"value":175},{"type":13,"tag":140,"props":1169,"children":1170},{"style":178},[1171],{"type":18,"value":1172}," 45",{"type":13,"tag":140,"props":1174,"children":1175},{"style":158},[1176],{"type":18,"value":186},{"type":13,"tag":140,"props":1178,"children":1180},{"class":142,"line":1179},48,[1181,1186,1190,1195],{"type":13,"tag":140,"props":1182,"children":1183},{"style":158},[1184],{"type":18,"value":1185}," VK_STRUCTURE_TYPE_MEMORY_BARRIER ",{"type":13,"tag":140,"props":1187,"children":1188},{"style":147},[1189],{"type":18,"value":175},{"type":13,"tag":140,"props":1191,"children":1192},{"style":178},[1193],{"type":18,"value":1194}," 46",{"type":13,"tag":140,"props":1196,"children":1197},{"style":158},[1198],{"type":18,"value":186},{"type":13,"tag":140,"props":1200,"children":1202},{"class":142,"line":1201},49,[1203,1208,1212,1217],{"type":13,"tag":140,"props":1204,"children":1205},{"style":158},[1206],{"type":18,"value":1207}," VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO ",{"type":13,"tag":140,"props":1209,"children":1210},{"style":147},[1211],{"type":18,"value":175},{"type":13,"tag":140,"props":1213,"children":1214},{"style":178},[1215],{"type":18,"value":1216}," 47",{"type":13,"tag":140,"props":1218,"children":1219},{"style":158},[1220],{"type":18,"value":186},{"type":13,"tag":140,"props":1222,"children":1224},{"class":142,"line":1223},50,[1225,1230,1234,1239],{"type":13,"tag":140,"props":1226,"children":1227},{"style":158},[1228],{"type":18,"value":1229}," VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO ",{"type":13,"tag":140,"props":1231,"children":1232},{"style":147},[1233],{"type":18,"value":175},{"type":13,"tag":140,"props":1235,"children":1236},{"style":178},[1237],{"type":18,"value":1238}," 48",{"type":13,"tag":140,"props":1240,"children":1241},{"style":158},[1242],{"type":18,"value":186},{"type":13,"tag":140,"props":1244,"children":1246},{"class":142,"line":1245},51,[1247],{"type":13,"tag":140,"props":1248,"children":1249},{"style":158},[1250],{"type":18,"value":1251},"} VkStructureType;\n",{"type":13,"tag":128,"props":1253,"children":1258},{"className":1254,"code":1255,"filename":1256,"language":1257,"meta":134,"style":134},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct StructureType(u32);\nimpl StructureType {\n pub const APPLICATION_INFO: Self = 0;\n pub const INSTANCE_CREATE_INFO: Self = 1;\n pub const DEVICE_QUEUE_CREATE_INFO: Self = 2;\n pub const DEVICE_CREATE_INFO: Self = 3;\n pub const SUBMIT_INFO: Self = 4;\n pub const MEMORY_ALLOCATE_INFO: Self = 5;\n pub const MAPPED_MEMORY_RANGE: Self = 6;\n pub const BIND_SPARSE_INFO: Self = 7;\n pub const FENCE_CREATE_INFO: Self = 8;\n pub const SEMAPHORE_CREATE_INFO: Self = 9;\n pub const EVENT_CREATE_INFO: Self = 10;\n pub const QUERY_POOL_CREATE_INFO: Self = 11;\n pub const BUFFER_CREATE_INFO: Self = 12;\n pub const BUFFER_VIEW_CREATE_INFO: Self = 13;\n pub const IMAGE_CREATE_INFO: Self = 14;\n pub const IMAGE_VIEW_CREATE_INFO: Self = 15;\n pub const SHADER_MODULE_CREATE_INFO: Self = 16;\n pub const PIPELINE_CACHE_CREATE_INFO: Self = 17;\n pub const PIPELINE_SHADER_STAGE_CREATE_INFO: Self = 18;\n pub const PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO: Self = 19;\n pub const PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO: Self = 20;\n pub const PIPELINE_TESSELLATION_STATE_CREATE_INFO: Self = 21;\n pub const PIPELINE_VIEWPORT_STATE_CREATE_INFO: Self = 22;\n pub const PIPELINE_RASTERIZATION_STATE_CREATE_INFO: Self = 23;\n pub const PIPELINE_MULTISAMPLE_STATE_CREATE_INFO: Self = 24;\n pub const PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO: Self = 25;\n pub const PIPELINE_COLOR_BLEND_STATE_CREATE_INFO: Self = 26;\n pub const PIPELINE_DYNAMIC_STATE_CREATE_INFO: Self = 27;\n pub const GRAPHICS_PIPELINE_CREATE_INFO: Self = 28;\n pub const COMPUTE_PIPELINE_CREATE_INFO: Self = 29;\n pub const PIPELINE_LAYOUT_CREATE_INFO: Self = 30;\n pub const SAMPLER_CREATE_INFO: Self = 31;\n pub const DESCRIPTOR_SET_LAYOUT_CREATE_INFO: Self = 32;\n pub const DESCRIPTOR_POOL_CREATE_INFO: Self = 33;\n pub const DESCRIPTOR_SET_ALLOCATE_INFO: Self = 34;\n pub const WRITE_DESCRIPTOR_SET: Self = 35;\n pub const COPY_DESCRIPTOR_SET: Self = 36;\n pub const FRAMEBUFFER_CREATE_INFO: Self = 37;\n pub const RENDER_PASS_CREATE_INFO: Self = 38;\n pub const COMMAND_POOL_CREATE_INFO: Self = 39;\n pub const COMMAND_BUFFER_ALLOCATE_INFO: Self = 40;\n pub const COMMAND_BUFFER_INHERITANCE_INFO: Self = 41;\n pub const COMMAND_BUFFER_BEGIN_INFO: Self = 42;\n pub const RENDER_PASS_BEGIN_INFO: Self = 43;\n pub const BUFFER_MEMORY_BARRIER: Self = 44;\n pub const IMAGE_MEMORY_BARRIER: Self = 45;\n pub const MEMORY_BARRIER: Self = 46;\n pub const LOADER_INSTANCE_CREATE_INFO: Self = 47;\n pub const LOADER_DEVICE_CREATE_INFO: Self = 48;\n}\n","Rust","rs",[1259],{"type":13,"tag":21,"props":1260,"children":1261},{"__ignoreMap":134},[1262,1296,1313,1355,1391,1427,1463,1499,1535,1571,1607,1643,1679,1715,1751,1787,1823,1859,1895,1931,1967,2003,2039,2075,2111,2147,2183,2219,2255,2291,2327,2363,2399,2435,2471,2507,2543,2579,2615,2651,2687,2723,2759,2795,2831,2867,2903,2939,2975,3011,3047,3083],{"type":13,"tag":140,"props":1263,"children":1264},{"class":142,"line":143},[1265,1270,1275,1281,1286,1291],{"type":13,"tag":140,"props":1266,"children":1267},{"style":147},[1268],{"type":18,"value":1269},"pub",{"type":13,"tag":140,"props":1271,"children":1272},{"style":147},[1273],{"type":18,"value":1274}," struct",{"type":13,"tag":140,"props":1276,"children":1278},{"style":1277},"--shiki-default:#953800;--shiki-dark:#FFA657",[1279],{"type":18,"value":1280}," StructureType",{"type":13,"tag":140,"props":1282,"children":1283},{"style":158},[1284],{"type":18,"value":1285},"(",{"type":13,"tag":140,"props":1287,"children":1288},{"style":1277},[1289],{"type":18,"value":1290},"u32",{"type":13,"tag":140,"props":1292,"children":1293},{"style":158},[1294],{"type":18,"value":1295},");\n",{"type":13,"tag":140,"props":1297,"children":1298},{"class":142,"line":164},[1299,1304,1308],{"type":13,"tag":140,"props":1300,"children":1301},{"style":147},[1302],{"type":18,"value":1303},"impl",{"type":13,"tag":140,"props":1305,"children":1306},{"style":1277},[1307],{"type":18,"value":1280},{"type":13,"tag":140,"props":1309,"children":1310},{"style":158},[1311],{"type":18,"value":1312}," {\n",{"type":13,"tag":140,"props":1314,"children":1315},{"class":142,"line":189},[1316,1321,1326,1331,1336,1341,1346,1350],{"type":13,"tag":140,"props":1317,"children":1318},{"style":147},[1319],{"type":18,"value":1320}," pub",{"type":13,"tag":140,"props":1322,"children":1323},{"style":147},[1324],{"type":18,"value":1325}," const",{"type":13,"tag":140,"props":1327,"children":1328},{"style":178},[1329],{"type":18,"value":1330}," APPLICATION_INFO",{"type":13,"tag":140,"props":1332,"children":1333},{"style":147},[1334],{"type":18,"value":1335},":",{"type":13,"tag":140,"props":1337,"children":1338},{"style":178},[1339],{"type":18,"value":1340}," Self",{"type":13,"tag":140,"props":1342,"children":1343},{"style":147},[1344],{"type":18,"value":1345}," =",{"type":13,"tag":140,"props":1347,"children":1348},{"style":178},[1349],{"type":18,"value":181},{"type":13,"tag":140,"props":1351,"children":1352},{"style":158},[1353],{"type":18,"value":1354},";\n",{"type":13,"tag":140,"props":1356,"children":1357},{"class":142,"line":211},[1358,1362,1366,1371,1375,1379,1383,1387],{"type":13,"tag":140,"props":1359,"children":1360},{"style":147},[1361],{"type":18,"value":1320},{"type":13,"tag":140,"props":1363,"children":1364},{"style":147},[1365],{"type":18,"value":1325},{"type":13,"tag":140,"props":1367,"children":1368},{"style":178},[1369],{"type":18,"value":1370}," INSTANCE_CREATE_INFO",{"type":13,"tag":140,"props":1372,"children":1373},{"style":147},[1374],{"type":18,"value":1335},{"type":13,"tag":140,"props":1376,"children":1377},{"style":178},[1378],{"type":18,"value":1340},{"type":13,"tag":140,"props":1380,"children":1381},{"style":147},[1382],{"type":18,"value":1345},{"type":13,"tag":140,"props":1384,"children":1385},{"style":178},[1386],{"type":18,"value":204},{"type":13,"tag":140,"props":1388,"children":1389},{"style":158},[1390],{"type":18,"value":1354},{"type":13,"tag":140,"props":1392,"children":1393},{"class":142,"line":233},[1394,1398,1402,1407,1411,1415,1419,1423],{"type":13,"tag":140,"props":1395,"children":1396},{"style":147},[1397],{"type":18,"value":1320},{"type":13,"tag":140,"props":1399,"children":1400},{"style":147},[1401],{"type":18,"value":1325},{"type":13,"tag":140,"props":1403,"children":1404},{"style":178},[1405],{"type":18,"value":1406}," DEVICE_QUEUE_CREATE_INFO",{"type":13,"tag":140,"props":1408,"children":1409},{"style":147},[1410],{"type":18,"value":1335},{"type":13,"tag":140,"props":1412,"children":1413},{"style":178},[1414],{"type":18,"value":1340},{"type":13,"tag":140,"props":1416,"children":1417},{"style":147},[1418],{"type":18,"value":1345},{"type":13,"tag":140,"props":1420,"children":1421},{"style":178},[1422],{"type":18,"value":226},{"type":13,"tag":140,"props":1424,"children":1425},{"style":158},[1426],{"type":18,"value":1354},{"type":13,"tag":140,"props":1428,"children":1429},{"class":142,"line":255},[1430,1434,1438,1443,1447,1451,1455,1459],{"type":13,"tag":140,"props":1431,"children":1432},{"style":147},[1433],{"type":18,"value":1320},{"type":13,"tag":140,"props":1435,"children":1436},{"style":147},[1437],{"type":18,"value":1325},{"type":13,"tag":140,"props":1439,"children":1440},{"style":178},[1441],{"type":18,"value":1442}," DEVICE_CREATE_INFO",{"type":13,"tag":140,"props":1444,"children":1445},{"style":147},[1446],{"type":18,"value":1335},{"type":13,"tag":140,"props":1448,"children":1449},{"style":178},[1450],{"type":18,"value":1340},{"type":13,"tag":140,"props":1452,"children":1453},{"style":147},[1454],{"type":18,"value":1345},{"type":13,"tag":140,"props":1456,"children":1457},{"style":178},[1458],{"type":18,"value":248},{"type":13,"tag":140,"props":1460,"children":1461},{"style":158},[1462],{"type":18,"value":1354},{"type":13,"tag":140,"props":1464,"children":1465},{"class":142,"line":277},[1466,1470,1474,1479,1483,1487,1491,1495],{"type":13,"tag":140,"props":1467,"children":1468},{"style":147},[1469],{"type":18,"value":1320},{"type":13,"tag":140,"props":1471,"children":1472},{"style":147},[1473],{"type":18,"value":1325},{"type":13,"tag":140,"props":1475,"children":1476},{"style":178},[1477],{"type":18,"value":1478}," SUBMIT_INFO",{"type":13,"tag":140,"props":1480,"children":1481},{"style":147},[1482],{"type":18,"value":1335},{"type":13,"tag":140,"props":1484,"children":1485},{"style":178},[1486],{"type":18,"value":1340},{"type":13,"tag":140,"props":1488,"children":1489},{"style":147},[1490],{"type":18,"value":1345},{"type":13,"tag":140,"props":1492,"children":1493},{"style":178},[1494],{"type":18,"value":270},{"type":13,"tag":140,"props":1496,"children":1497},{"style":158},[1498],{"type":18,"value":1354},{"type":13,"tag":140,"props":1500,"children":1501},{"class":142,"line":299},[1502,1506,1510,1515,1519,1523,1527,1531],{"type":13,"tag":140,"props":1503,"children":1504},{"style":147},[1505],{"type":18,"value":1320},{"type":13,"tag":140,"props":1507,"children":1508},{"style":147},[1509],{"type":18,"value":1325},{"type":13,"tag":140,"props":1511,"children":1512},{"style":178},[1513],{"type":18,"value":1514}," MEMORY_ALLOCATE_INFO",{"type":13,"tag":140,"props":1516,"children":1517},{"style":147},[1518],{"type":18,"value":1335},{"type":13,"tag":140,"props":1520,"children":1521},{"style":178},[1522],{"type":18,"value":1340},{"type":13,"tag":140,"props":1524,"children":1525},{"style":147},[1526],{"type":18,"value":1345},{"type":13,"tag":140,"props":1528,"children":1529},{"style":178},[1530],{"type":18,"value":292},{"type":13,"tag":140,"props":1532,"children":1533},{"style":158},[1534],{"type":18,"value":1354},{"type":13,"tag":140,"props":1536,"children":1537},{"class":142,"line":321},[1538,1542,1546,1551,1555,1559,1563,1567],{"type":13,"tag":140,"props":1539,"children":1540},{"style":147},[1541],{"type":18,"value":1320},{"type":13,"tag":140,"props":1543,"children":1544},{"style":147},[1545],{"type":18,"value":1325},{"type":13,"tag":140,"props":1547,"children":1548},{"style":178},[1549],{"type":18,"value":1550}," MAPPED_MEMORY_RANGE",{"type":13,"tag":140,"props":1552,"children":1553},{"style":147},[1554],{"type":18,"value":1335},{"type":13,"tag":140,"props":1556,"children":1557},{"style":178},[1558],{"type":18,"value":1340},{"type":13,"tag":140,"props":1560,"children":1561},{"style":147},[1562],{"type":18,"value":1345},{"type":13,"tag":140,"props":1564,"children":1565},{"style":178},[1566],{"type":18,"value":314},{"type":13,"tag":140,"props":1568,"children":1569},{"style":158},[1570],{"type":18,"value":1354},{"type":13,"tag":140,"props":1572,"children":1573},{"class":142,"line":343},[1574,1578,1582,1587,1591,1595,1599,1603],{"type":13,"tag":140,"props":1575,"children":1576},{"style":147},[1577],{"type":18,"value":1320},{"type":13,"tag":140,"props":1579,"children":1580},{"style":147},[1581],{"type":18,"value":1325},{"type":13,"tag":140,"props":1583,"children":1584},{"style":178},[1585],{"type":18,"value":1586}," BIND_SPARSE_INFO",{"type":13,"tag":140,"props":1588,"children":1589},{"style":147},[1590],{"type":18,"value":1335},{"type":13,"tag":140,"props":1592,"children":1593},{"style":178},[1594],{"type":18,"value":1340},{"type":13,"tag":140,"props":1596,"children":1597},{"style":147},[1598],{"type":18,"value":1345},{"type":13,"tag":140,"props":1600,"children":1601},{"style":178},[1602],{"type":18,"value":336},{"type":13,"tag":140,"props":1604,"children":1605},{"style":158},[1606],{"type":18,"value":1354},{"type":13,"tag":140,"props":1608,"children":1609},{"class":142,"line":365},[1610,1614,1618,1623,1627,1631,1635,1639],{"type":13,"tag":140,"props":1611,"children":1612},{"style":147},[1613],{"type":18,"value":1320},{"type":13,"tag":140,"props":1615,"children":1616},{"style":147},[1617],{"type":18,"value":1325},{"type":13,"tag":140,"props":1619,"children":1620},{"style":178},[1621],{"type":18,"value":1622}," FENCE_CREATE_INFO",{"type":13,"tag":140,"props":1624,"children":1625},{"style":147},[1626],{"type":18,"value":1335},{"type":13,"tag":140,"props":1628,"children":1629},{"style":178},[1630],{"type":18,"value":1340},{"type":13,"tag":140,"props":1632,"children":1633},{"style":147},[1634],{"type":18,"value":1345},{"type":13,"tag":140,"props":1636,"children":1637},{"style":178},[1638],{"type":18,"value":358},{"type":13,"tag":140,"props":1640,"children":1641},{"style":158},[1642],{"type":18,"value":1354},{"type":13,"tag":140,"props":1644,"children":1645},{"class":142,"line":387},[1646,1650,1654,1659,1663,1667,1671,1675],{"type":13,"tag":140,"props":1647,"children":1648},{"style":147},[1649],{"type":18,"value":1320},{"type":13,"tag":140,"props":1651,"children":1652},{"style":147},[1653],{"type":18,"value":1325},{"type":13,"tag":140,"props":1655,"children":1656},{"style":178},[1657],{"type":18,"value":1658}," SEMAPHORE_CREATE_INFO",{"type":13,"tag":140,"props":1660,"children":1661},{"style":147},[1662],{"type":18,"value":1335},{"type":13,"tag":140,"props":1664,"children":1665},{"style":178},[1666],{"type":18,"value":1340},{"type":13,"tag":140,"props":1668,"children":1669},{"style":147},[1670],{"type":18,"value":1345},{"type":13,"tag":140,"props":1672,"children":1673},{"style":178},[1674],{"type":18,"value":380},{"type":13,"tag":140,"props":1676,"children":1677},{"style":158},[1678],{"type":18,"value":1354},{"type":13,"tag":140,"props":1680,"children":1681},{"class":142,"line":409},[1682,1686,1690,1695,1699,1703,1707,1711],{"type":13,"tag":140,"props":1683,"children":1684},{"style":147},[1685],{"type":18,"value":1320},{"type":13,"tag":140,"props":1687,"children":1688},{"style":147},[1689],{"type":18,"value":1325},{"type":13,"tag":140,"props":1691,"children":1692},{"style":178},[1693],{"type":18,"value":1694}," EVENT_CREATE_INFO",{"type":13,"tag":140,"props":1696,"children":1697},{"style":147},[1698],{"type":18,"value":1335},{"type":13,"tag":140,"props":1700,"children":1701},{"style":178},[1702],{"type":18,"value":1340},{"type":13,"tag":140,"props":1704,"children":1705},{"style":147},[1706],{"type":18,"value":1345},{"type":13,"tag":140,"props":1708,"children":1709},{"style":178},[1710],{"type":18,"value":402},{"type":13,"tag":140,"props":1712,"children":1713},{"style":158},[1714],{"type":18,"value":1354},{"type":13,"tag":140,"props":1716,"children":1717},{"class":142,"line":431},[1718,1722,1726,1731,1735,1739,1743,1747],{"type":13,"tag":140,"props":1719,"children":1720},{"style":147},[1721],{"type":18,"value":1320},{"type":13,"tag":140,"props":1723,"children":1724},{"style":147},[1725],{"type":18,"value":1325},{"type":13,"tag":140,"props":1727,"children":1728},{"style":178},[1729],{"type":18,"value":1730}," QUERY_POOL_CREATE_INFO",{"type":13,"tag":140,"props":1732,"children":1733},{"style":147},[1734],{"type":18,"value":1335},{"type":13,"tag":140,"props":1736,"children":1737},{"style":178},[1738],{"type":18,"value":1340},{"type":13,"tag":140,"props":1740,"children":1741},{"style":147},[1742],{"type":18,"value":1345},{"type":13,"tag":140,"props":1744,"children":1745},{"style":178},[1746],{"type":18,"value":424},{"type":13,"tag":140,"props":1748,"children":1749},{"style":158},[1750],{"type":18,"value":1354},{"type":13,"tag":140,"props":1752,"children":1753},{"class":142,"line":453},[1754,1758,1762,1767,1771,1775,1779,1783],{"type":13,"tag":140,"props":1755,"children":1756},{"style":147},[1757],{"type":18,"value":1320},{"type":13,"tag":140,"props":1759,"children":1760},{"style":147},[1761],{"type":18,"value":1325},{"type":13,"tag":140,"props":1763,"children":1764},{"style":178},[1765],{"type":18,"value":1766}," BUFFER_CREATE_INFO",{"type":13,"tag":140,"props":1768,"children":1769},{"style":147},[1770],{"type":18,"value":1335},{"type":13,"tag":140,"props":1772,"children":1773},{"style":178},[1774],{"type":18,"value":1340},{"type":13,"tag":140,"props":1776,"children":1777},{"style":147},[1778],{"type":18,"value":1345},{"type":13,"tag":140,"props":1780,"children":1781},{"style":178},[1782],{"type":18,"value":446},{"type":13,"tag":140,"props":1784,"children":1785},{"style":158},[1786],{"type":18,"value":1354},{"type":13,"tag":140,"props":1788,"children":1789},{"class":142,"line":475},[1790,1794,1798,1803,1807,1811,1815,1819],{"type":13,"tag":140,"props":1791,"children":1792},{"style":147},[1793],{"type":18,"value":1320},{"type":13,"tag":140,"props":1795,"children":1796},{"style":147},[1797],{"type":18,"value":1325},{"type":13,"tag":140,"props":1799,"children":1800},{"style":178},[1801],{"type":18,"value":1802}," BUFFER_VIEW_CREATE_INFO",{"type":13,"tag":140,"props":1804,"children":1805},{"style":147},[1806],{"type":18,"value":1335},{"type":13,"tag":140,"props":1808,"children":1809},{"style":178},[1810],{"type":18,"value":1340},{"type":13,"tag":140,"props":1812,"children":1813},{"style":147},[1814],{"type":18,"value":1345},{"type":13,"tag":140,"props":1816,"children":1817},{"style":178},[1818],{"type":18,"value":468},{"type":13,"tag":140,"props":1820,"children":1821},{"style":158},[1822],{"type":18,"value":1354},{"type":13,"tag":140,"props":1824,"children":1825},{"class":142,"line":497},[1826,1830,1834,1839,1843,1847,1851,1855],{"type":13,"tag":140,"props":1827,"children":1828},{"style":147},[1829],{"type":18,"value":1320},{"type":13,"tag":140,"props":1831,"children":1832},{"style":147},[1833],{"type":18,"value":1325},{"type":13,"tag":140,"props":1835,"children":1836},{"style":178},[1837],{"type":18,"value":1838}," IMAGE_CREATE_INFO",{"type":13,"tag":140,"props":1840,"children":1841},{"style":147},[1842],{"type":18,"value":1335},{"type":13,"tag":140,"props":1844,"children":1845},{"style":178},[1846],{"type":18,"value":1340},{"type":13,"tag":140,"props":1848,"children":1849},{"style":147},[1850],{"type":18,"value":1345},{"type":13,"tag":140,"props":1852,"children":1853},{"style":178},[1854],{"type":18,"value":490},{"type":13,"tag":140,"props":1856,"children":1857},{"style":158},[1858],{"type":18,"value":1354},{"type":13,"tag":140,"props":1860,"children":1861},{"class":142,"line":519},[1862,1866,1870,1875,1879,1883,1887,1891],{"type":13,"tag":140,"props":1863,"children":1864},{"style":147},[1865],{"type":18,"value":1320},{"type":13,"tag":140,"props":1867,"children":1868},{"style":147},[1869],{"type":18,"value":1325},{"type":13,"tag":140,"props":1871,"children":1872},{"style":178},[1873],{"type":18,"value":1874}," IMAGE_VIEW_CREATE_INFO",{"type":13,"tag":140,"props":1876,"children":1877},{"style":147},[1878],{"type":18,"value":1335},{"type":13,"tag":140,"props":1880,"children":1881},{"style":178},[1882],{"type":18,"value":1340},{"type":13,"tag":140,"props":1884,"children":1885},{"style":147},[1886],{"type":18,"value":1345},{"type":13,"tag":140,"props":1888,"children":1889},{"style":178},[1890],{"type":18,"value":512},{"type":13,"tag":140,"props":1892,"children":1893},{"style":158},[1894],{"type":18,"value":1354},{"type":13,"tag":140,"props":1896,"children":1897},{"class":142,"line":541},[1898,1902,1906,1911,1915,1919,1923,1927],{"type":13,"tag":140,"props":1899,"children":1900},{"style":147},[1901],{"type":18,"value":1320},{"type":13,"tag":140,"props":1903,"children":1904},{"style":147},[1905],{"type":18,"value":1325},{"type":13,"tag":140,"props":1907,"children":1908},{"style":178},[1909],{"type":18,"value":1910}," SHADER_MODULE_CREATE_INFO",{"type":13,"tag":140,"props":1912,"children":1913},{"style":147},[1914],{"type":18,"value":1335},{"type":13,"tag":140,"props":1916,"children":1917},{"style":178},[1918],{"type":18,"value":1340},{"type":13,"tag":140,"props":1920,"children":1921},{"style":147},[1922],{"type":18,"value":1345},{"type":13,"tag":140,"props":1924,"children":1925},{"style":178},[1926],{"type":18,"value":534},{"type":13,"tag":140,"props":1928,"children":1929},{"style":158},[1930],{"type":18,"value":1354},{"type":13,"tag":140,"props":1932,"children":1933},{"class":142,"line":563},[1934,1938,1942,1947,1951,1955,1959,1963],{"type":13,"tag":140,"props":1935,"children":1936},{"style":147},[1937],{"type":18,"value":1320},{"type":13,"tag":140,"props":1939,"children":1940},{"style":147},[1941],{"type":18,"value":1325},{"type":13,"tag":140,"props":1943,"children":1944},{"style":178},[1945],{"type":18,"value":1946}," PIPELINE_CACHE_CREATE_INFO",{"type":13,"tag":140,"props":1948,"children":1949},{"style":147},[1950],{"type":18,"value":1335},{"type":13,"tag":140,"props":1952,"children":1953},{"style":178},[1954],{"type":18,"value":1340},{"type":13,"tag":140,"props":1956,"children":1957},{"style":147},[1958],{"type":18,"value":1345},{"type":13,"tag":140,"props":1960,"children":1961},{"style":178},[1962],{"type":18,"value":556},{"type":13,"tag":140,"props":1964,"children":1965},{"style":158},[1966],{"type":18,"value":1354},{"type":13,"tag":140,"props":1968,"children":1969},{"class":142,"line":585},[1970,1974,1978,1983,1987,1991,1995,1999],{"type":13,"tag":140,"props":1971,"children":1972},{"style":147},[1973],{"type":18,"value":1320},{"type":13,"tag":140,"props":1975,"children":1976},{"style":147},[1977],{"type":18,"value":1325},{"type":13,"tag":140,"props":1979,"children":1980},{"style":178},[1981],{"type":18,"value":1982}," PIPELINE_SHADER_STAGE_CREATE_INFO",{"type":13,"tag":140,"props":1984,"children":1985},{"style":147},[1986],{"type":18,"value":1335},{"type":13,"tag":140,"props":1988,"children":1989},{"style":178},[1990],{"type":18,"value":1340},{"type":13,"tag":140,"props":1992,"children":1993},{"style":147},[1994],{"type":18,"value":1345},{"type":13,"tag":140,"props":1996,"children":1997},{"style":178},[1998],{"type":18,"value":578},{"type":13,"tag":140,"props":2000,"children":2001},{"style":158},[2002],{"type":18,"value":1354},{"type":13,"tag":140,"props":2004,"children":2005},{"class":142,"line":607},[2006,2010,2014,2019,2023,2027,2031,2035],{"type":13,"tag":140,"props":2007,"children":2008},{"style":147},[2009],{"type":18,"value":1320},{"type":13,"tag":140,"props":2011,"children":2012},{"style":147},[2013],{"type":18,"value":1325},{"type":13,"tag":140,"props":2015,"children":2016},{"style":178},[2017],{"type":18,"value":2018}," PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO",{"type":13,"tag":140,"props":2020,"children":2021},{"style":147},[2022],{"type":18,"value":1335},{"type":13,"tag":140,"props":2024,"children":2025},{"style":178},[2026],{"type":18,"value":1340},{"type":13,"tag":140,"props":2028,"children":2029},{"style":147},[2030],{"type":18,"value":1345},{"type":13,"tag":140,"props":2032,"children":2033},{"style":178},[2034],{"type":18,"value":600},{"type":13,"tag":140,"props":2036,"children":2037},{"style":158},[2038],{"type":18,"value":1354},{"type":13,"tag":140,"props":2040,"children":2041},{"class":142,"line":629},[2042,2046,2050,2055,2059,2063,2067,2071],{"type":13,"tag":140,"props":2043,"children":2044},{"style":147},[2045],{"type":18,"value":1320},{"type":13,"tag":140,"props":2047,"children":2048},{"style":147},[2049],{"type":18,"value":1325},{"type":13,"tag":140,"props":2051,"children":2052},{"style":178},[2053],{"type":18,"value":2054}," PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO",{"type":13,"tag":140,"props":2056,"children":2057},{"style":147},[2058],{"type":18,"value":1335},{"type":13,"tag":140,"props":2060,"children":2061},{"style":178},[2062],{"type":18,"value":1340},{"type":13,"tag":140,"props":2064,"children":2065},{"style":147},[2066],{"type":18,"value":1345},{"type":13,"tag":140,"props":2068,"children":2069},{"style":178},[2070],{"type":18,"value":622},{"type":13,"tag":140,"props":2072,"children":2073},{"style":158},[2074],{"type":18,"value":1354},{"type":13,"tag":140,"props":2076,"children":2077},{"class":142,"line":651},[2078,2082,2086,2091,2095,2099,2103,2107],{"type":13,"tag":140,"props":2079,"children":2080},{"style":147},[2081],{"type":18,"value":1320},{"type":13,"tag":140,"props":2083,"children":2084},{"style":147},[2085],{"type":18,"value":1325},{"type":13,"tag":140,"props":2087,"children":2088},{"style":178},[2089],{"type":18,"value":2090}," PIPELINE_TESSELLATION_STATE_CREATE_INFO",{"type":13,"tag":140,"props":2092,"children":2093},{"style":147},[2094],{"type":18,"value":1335},{"type":13,"tag":140,"props":2096,"children":2097},{"style":178},[2098],{"type":18,"value":1340},{"type":13,"tag":140,"props":2100,"children":2101},{"style":147},[2102],{"type":18,"value":1345},{"type":13,"tag":140,"props":2104,"children":2105},{"style":178},[2106],{"type":18,"value":644},{"type":13,"tag":140,"props":2108,"children":2109},{"style":158},[2110],{"type":18,"value":1354},{"type":13,"tag":140,"props":2112,"children":2113},{"class":142,"line":673},[2114,2118,2122,2127,2131,2135,2139,2143],{"type":13,"tag":140,"props":2115,"children":2116},{"style":147},[2117],{"type":18,"value":1320},{"type":13,"tag":140,"props":2119,"children":2120},{"style":147},[2121],{"type":18,"value":1325},{"type":13,"tag":140,"props":2123,"children":2124},{"style":178},[2125],{"type":18,"value":2126}," PIPELINE_VIEWPORT_STATE_CREATE_INFO",{"type":13,"tag":140,"props":2128,"children":2129},{"style":147},[2130],{"type":18,"value":1335},{"type":13,"tag":140,"props":2132,"children":2133},{"style":178},[2134],{"type":18,"value":1340},{"type":13,"tag":140,"props":2136,"children":2137},{"style":147},[2138],{"type":18,"value":1345},{"type":13,"tag":140,"props":2140,"children":2141},{"style":178},[2142],{"type":18,"value":666},{"type":13,"tag":140,"props":2144,"children":2145},{"style":158},[2146],{"type":18,"value":1354},{"type":13,"tag":140,"props":2148,"children":2149},{"class":142,"line":695},[2150,2154,2158,2163,2167,2171,2175,2179],{"type":13,"tag":140,"props":2151,"children":2152},{"style":147},[2153],{"type":18,"value":1320},{"type":13,"tag":140,"props":2155,"children":2156},{"style":147},[2157],{"type":18,"value":1325},{"type":13,"tag":140,"props":2159,"children":2160},{"style":178},[2161],{"type":18,"value":2162}," PIPELINE_RASTERIZATION_STATE_CREATE_INFO",{"type":13,"tag":140,"props":2164,"children":2165},{"style":147},[2166],{"type":18,"value":1335},{"type":13,"tag":140,"props":2168,"children":2169},{"style":178},[2170],{"type":18,"value":1340},{"type":13,"tag":140,"props":2172,"children":2173},{"style":147},[2174],{"type":18,"value":1345},{"type":13,"tag":140,"props":2176,"children":2177},{"style":178},[2178],{"type":18,"value":688},{"type":13,"tag":140,"props":2180,"children":2181},{"style":158},[2182],{"type":18,"value":1354},{"type":13,"tag":140,"props":2184,"children":2185},{"class":142,"line":717},[2186,2190,2194,2199,2203,2207,2211,2215],{"type":13,"tag":140,"props":2187,"children":2188},{"style":147},[2189],{"type":18,"value":1320},{"type":13,"tag":140,"props":2191,"children":2192},{"style":147},[2193],{"type":18,"value":1325},{"type":13,"tag":140,"props":2195,"children":2196},{"style":178},[2197],{"type":18,"value":2198}," PIPELINE_MULTISAMPLE_STATE_CREATE_INFO",{"type":13,"tag":140,"props":2200,"children":2201},{"style":147},[2202],{"type":18,"value":1335},{"type":13,"tag":140,"props":2204,"children":2205},{"style":178},[2206],{"type":18,"value":1340},{"type":13,"tag":140,"props":2208,"children":2209},{"style":147},[2210],{"type":18,"value":1345},{"type":13,"tag":140,"props":2212,"children":2213},{"style":178},[2214],{"type":18,"value":710},{"type":13,"tag":140,"props":2216,"children":2217},{"style":158},[2218],{"type":18,"value":1354},{"type":13,"tag":140,"props":2220,"children":2221},{"class":142,"line":739},[2222,2226,2230,2235,2239,2243,2247,2251],{"type":13,"tag":140,"props":2223,"children":2224},{"style":147},[2225],{"type":18,"value":1320},{"type":13,"tag":140,"props":2227,"children":2228},{"style":147},[2229],{"type":18,"value":1325},{"type":13,"tag":140,"props":2231,"children":2232},{"style":178},[2233],{"type":18,"value":2234}," PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO",{"type":13,"tag":140,"props":2236,"children":2237},{"style":147},[2238],{"type":18,"value":1335},{"type":13,"tag":140,"props":2240,"children":2241},{"style":178},[2242],{"type":18,"value":1340},{"type":13,"tag":140,"props":2244,"children":2245},{"style":147},[2246],{"type":18,"value":1345},{"type":13,"tag":140,"props":2248,"children":2249},{"style":178},[2250],{"type":18,"value":732},{"type":13,"tag":140,"props":2252,"children":2253},{"style":158},[2254],{"type":18,"value":1354},{"type":13,"tag":140,"props":2256,"children":2257},{"class":142,"line":761},[2258,2262,2266,2271,2275,2279,2283,2287],{"type":13,"tag":140,"props":2259,"children":2260},{"style":147},[2261],{"type":18,"value":1320},{"type":13,"tag":140,"props":2263,"children":2264},{"style":147},[2265],{"type":18,"value":1325},{"type":13,"tag":140,"props":2267,"children":2268},{"style":178},[2269],{"type":18,"value":2270}," PIPELINE_COLOR_BLEND_STATE_CREATE_INFO",{"type":13,"tag":140,"props":2272,"children":2273},{"style":147},[2274],{"type":18,"value":1335},{"type":13,"tag":140,"props":2276,"children":2277},{"style":178},[2278],{"type":18,"value":1340},{"type":13,"tag":140,"props":2280,"children":2281},{"style":147},[2282],{"type":18,"value":1345},{"type":13,"tag":140,"props":2284,"children":2285},{"style":178},[2286],{"type":18,"value":754},{"type":13,"tag":140,"props":2288,"children":2289},{"style":158},[2290],{"type":18,"value":1354},{"type":13,"tag":140,"props":2292,"children":2293},{"class":142,"line":783},[2294,2298,2302,2307,2311,2315,2319,2323],{"type":13,"tag":140,"props":2295,"children":2296},{"style":147},[2297],{"type":18,"value":1320},{"type":13,"tag":140,"props":2299,"children":2300},{"style":147},[2301],{"type":18,"value":1325},{"type":13,"tag":140,"props":2303,"children":2304},{"style":178},[2305],{"type":18,"value":2306}," PIPELINE_DYNAMIC_STATE_CREATE_INFO",{"type":13,"tag":140,"props":2308,"children":2309},{"style":147},[2310],{"type":18,"value":1335},{"type":13,"tag":140,"props":2312,"children":2313},{"style":178},[2314],{"type":18,"value":1340},{"type":13,"tag":140,"props":2316,"children":2317},{"style":147},[2318],{"type":18,"value":1345},{"type":13,"tag":140,"props":2320,"children":2321},{"style":178},[2322],{"type":18,"value":776},{"type":13,"tag":140,"props":2324,"children":2325},{"style":158},[2326],{"type":18,"value":1354},{"type":13,"tag":140,"props":2328,"children":2329},{"class":142,"line":805},[2330,2334,2338,2343,2347,2351,2355,2359],{"type":13,"tag":140,"props":2331,"children":2332},{"style":147},[2333],{"type":18,"value":1320},{"type":13,"tag":140,"props":2335,"children":2336},{"style":147},[2337],{"type":18,"value":1325},{"type":13,"tag":140,"props":2339,"children":2340},{"style":178},[2341],{"type":18,"value":2342}," GRAPHICS_PIPELINE_CREATE_INFO",{"type":13,"tag":140,"props":2344,"children":2345},{"style":147},[2346],{"type":18,"value":1335},{"type":13,"tag":140,"props":2348,"children":2349},{"style":178},[2350],{"type":18,"value":1340},{"type":13,"tag":140,"props":2352,"children":2353},{"style":147},[2354],{"type":18,"value":1345},{"type":13,"tag":140,"props":2356,"children":2357},{"style":178},[2358],{"type":18,"value":798},{"type":13,"tag":140,"props":2360,"children":2361},{"style":158},[2362],{"type":18,"value":1354},{"type":13,"tag":140,"props":2364,"children":2365},{"class":142,"line":827},[2366,2370,2374,2379,2383,2387,2391,2395],{"type":13,"tag":140,"props":2367,"children":2368},{"style":147},[2369],{"type":18,"value":1320},{"type":13,"tag":140,"props":2371,"children":2372},{"style":147},[2373],{"type":18,"value":1325},{"type":13,"tag":140,"props":2375,"children":2376},{"style":178},[2377],{"type":18,"value":2378}," COMPUTE_PIPELINE_CREATE_INFO",{"type":13,"tag":140,"props":2380,"children":2381},{"style":147},[2382],{"type":18,"value":1335},{"type":13,"tag":140,"props":2384,"children":2385},{"style":178},[2386],{"type":18,"value":1340},{"type":13,"tag":140,"props":2388,"children":2389},{"style":147},[2390],{"type":18,"value":1345},{"type":13,"tag":140,"props":2392,"children":2393},{"style":178},[2394],{"type":18,"value":820},{"type":13,"tag":140,"props":2396,"children":2397},{"style":158},[2398],{"type":18,"value":1354},{"type":13,"tag":140,"props":2400,"children":2401},{"class":142,"line":849},[2402,2406,2410,2415,2419,2423,2427,2431],{"type":13,"tag":140,"props":2403,"children":2404},{"style":147},[2405],{"type":18,"value":1320},{"type":13,"tag":140,"props":2407,"children":2408},{"style":147},[2409],{"type":18,"value":1325},{"type":13,"tag":140,"props":2411,"children":2412},{"style":178},[2413],{"type":18,"value":2414}," PIPELINE_LAYOUT_CREATE_INFO",{"type":13,"tag":140,"props":2416,"children":2417},{"style":147},[2418],{"type":18,"value":1335},{"type":13,"tag":140,"props":2420,"children":2421},{"style":178},[2422],{"type":18,"value":1340},{"type":13,"tag":140,"props":2424,"children":2425},{"style":147},[2426],{"type":18,"value":1345},{"type":13,"tag":140,"props":2428,"children":2429},{"style":178},[2430],{"type":18,"value":842},{"type":13,"tag":140,"props":2432,"children":2433},{"style":158},[2434],{"type":18,"value":1354},{"type":13,"tag":140,"props":2436,"children":2437},{"class":142,"line":871},[2438,2442,2446,2451,2455,2459,2463,2467],{"type":13,"tag":140,"props":2439,"children":2440},{"style":147},[2441],{"type":18,"value":1320},{"type":13,"tag":140,"props":2443,"children":2444},{"style":147},[2445],{"type":18,"value":1325},{"type":13,"tag":140,"props":2447,"children":2448},{"style":178},[2449],{"type":18,"value":2450}," SAMPLER_CREATE_INFO",{"type":13,"tag":140,"props":2452,"children":2453},{"style":147},[2454],{"type":18,"value":1335},{"type":13,"tag":140,"props":2456,"children":2457},{"style":178},[2458],{"type":18,"value":1340},{"type":13,"tag":140,"props":2460,"children":2461},{"style":147},[2462],{"type":18,"value":1345},{"type":13,"tag":140,"props":2464,"children":2465},{"style":178},[2466],{"type":18,"value":864},{"type":13,"tag":140,"props":2468,"children":2469},{"style":158},[2470],{"type":18,"value":1354},{"type":13,"tag":140,"props":2472,"children":2473},{"class":142,"line":893},[2474,2478,2482,2487,2491,2495,2499,2503],{"type":13,"tag":140,"props":2475,"children":2476},{"style":147},[2477],{"type":18,"value":1320},{"type":13,"tag":140,"props":2479,"children":2480},{"style":147},[2481],{"type":18,"value":1325},{"type":13,"tag":140,"props":2483,"children":2484},{"style":178},[2485],{"type":18,"value":2486}," DESCRIPTOR_SET_LAYOUT_CREATE_INFO",{"type":13,"tag":140,"props":2488,"children":2489},{"style":147},[2490],{"type":18,"value":1335},{"type":13,"tag":140,"props":2492,"children":2493},{"style":178},[2494],{"type":18,"value":1340},{"type":13,"tag":140,"props":2496,"children":2497},{"style":147},[2498],{"type":18,"value":1345},{"type":13,"tag":140,"props":2500,"children":2501},{"style":178},[2502],{"type":18,"value":886},{"type":13,"tag":140,"props":2504,"children":2505},{"style":158},[2506],{"type":18,"value":1354},{"type":13,"tag":140,"props":2508,"children":2509},{"class":142,"line":915},[2510,2514,2518,2523,2527,2531,2535,2539],{"type":13,"tag":140,"props":2511,"children":2512},{"style":147},[2513],{"type":18,"value":1320},{"type":13,"tag":140,"props":2515,"children":2516},{"style":147},[2517],{"type":18,"value":1325},{"type":13,"tag":140,"props":2519,"children":2520},{"style":178},[2521],{"type":18,"value":2522}," DESCRIPTOR_POOL_CREATE_INFO",{"type":13,"tag":140,"props":2524,"children":2525},{"style":147},[2526],{"type":18,"value":1335},{"type":13,"tag":140,"props":2528,"children":2529},{"style":178},[2530],{"type":18,"value":1340},{"type":13,"tag":140,"props":2532,"children":2533},{"style":147},[2534],{"type":18,"value":1345},{"type":13,"tag":140,"props":2536,"children":2537},{"style":178},[2538],{"type":18,"value":908},{"type":13,"tag":140,"props":2540,"children":2541},{"style":158},[2542],{"type":18,"value":1354},{"type":13,"tag":140,"props":2544,"children":2545},{"class":142,"line":937},[2546,2550,2554,2559,2563,2567,2571,2575],{"type":13,"tag":140,"props":2547,"children":2548},{"style":147},[2549],{"type":18,"value":1320},{"type":13,"tag":140,"props":2551,"children":2552},{"style":147},[2553],{"type":18,"value":1325},{"type":13,"tag":140,"props":2555,"children":2556},{"style":178},[2557],{"type":18,"value":2558}," DESCRIPTOR_SET_ALLOCATE_INFO",{"type":13,"tag":140,"props":2560,"children":2561},{"style":147},[2562],{"type":18,"value":1335},{"type":13,"tag":140,"props":2564,"children":2565},{"style":178},[2566],{"type":18,"value":1340},{"type":13,"tag":140,"props":2568,"children":2569},{"style":147},[2570],{"type":18,"value":1345},{"type":13,"tag":140,"props":2572,"children":2573},{"style":178},[2574],{"type":18,"value":930},{"type":13,"tag":140,"props":2576,"children":2577},{"style":158},[2578],{"type":18,"value":1354},{"type":13,"tag":140,"props":2580,"children":2581},{"class":142,"line":959},[2582,2586,2590,2595,2599,2603,2607,2611],{"type":13,"tag":140,"props":2583,"children":2584},{"style":147},[2585],{"type":18,"value":1320},{"type":13,"tag":140,"props":2587,"children":2588},{"style":147},[2589],{"type":18,"value":1325},{"type":13,"tag":140,"props":2591,"children":2592},{"style":178},[2593],{"type":18,"value":2594}," WRITE_DESCRIPTOR_SET",{"type":13,"tag":140,"props":2596,"children":2597},{"style":147},[2598],{"type":18,"value":1335},{"type":13,"tag":140,"props":2600,"children":2601},{"style":178},[2602],{"type":18,"value":1340},{"type":13,"tag":140,"props":2604,"children":2605},{"style":147},[2606],{"type":18,"value":1345},{"type":13,"tag":140,"props":2608,"children":2609},{"style":178},[2610],{"type":18,"value":952},{"type":13,"tag":140,"props":2612,"children":2613},{"style":158},[2614],{"type":18,"value":1354},{"type":13,"tag":140,"props":2616,"children":2617},{"class":142,"line":981},[2618,2622,2626,2631,2635,2639,2643,2647],{"type":13,"tag":140,"props":2619,"children":2620},{"style":147},[2621],{"type":18,"value":1320},{"type":13,"tag":140,"props":2623,"children":2624},{"style":147},[2625],{"type":18,"value":1325},{"type":13,"tag":140,"props":2627,"children":2628},{"style":178},[2629],{"type":18,"value":2630}," COPY_DESCRIPTOR_SET",{"type":13,"tag":140,"props":2632,"children":2633},{"style":147},[2634],{"type":18,"value":1335},{"type":13,"tag":140,"props":2636,"children":2637},{"style":178},[2638],{"type":18,"value":1340},{"type":13,"tag":140,"props":2640,"children":2641},{"style":147},[2642],{"type":18,"value":1345},{"type":13,"tag":140,"props":2644,"children":2645},{"style":178},[2646],{"type":18,"value":974},{"type":13,"tag":140,"props":2648,"children":2649},{"style":158},[2650],{"type":18,"value":1354},{"type":13,"tag":140,"props":2652,"children":2653},{"class":142,"line":1003},[2654,2658,2662,2667,2671,2675,2679,2683],{"type":13,"tag":140,"props":2655,"children":2656},{"style":147},[2657],{"type":18,"value":1320},{"type":13,"tag":140,"props":2659,"children":2660},{"style":147},[2661],{"type":18,"value":1325},{"type":13,"tag":140,"props":2663,"children":2664},{"style":178},[2665],{"type":18,"value":2666}," FRAMEBUFFER_CREATE_INFO",{"type":13,"tag":140,"props":2668,"children":2669},{"style":147},[2670],{"type":18,"value":1335},{"type":13,"tag":140,"props":2672,"children":2673},{"style":178},[2674],{"type":18,"value":1340},{"type":13,"tag":140,"props":2676,"children":2677},{"style":147},[2678],{"type":18,"value":1345},{"type":13,"tag":140,"props":2680,"children":2681},{"style":178},[2682],{"type":18,"value":996},{"type":13,"tag":140,"props":2684,"children":2685},{"style":158},[2686],{"type":18,"value":1354},{"type":13,"tag":140,"props":2688,"children":2689},{"class":142,"line":1025},[2690,2694,2698,2703,2707,2711,2715,2719],{"type":13,"tag":140,"props":2691,"children":2692},{"style":147},[2693],{"type":18,"value":1320},{"type":13,"tag":140,"props":2695,"children":2696},{"style":147},[2697],{"type":18,"value":1325},{"type":13,"tag":140,"props":2699,"children":2700},{"style":178},[2701],{"type":18,"value":2702}," RENDER_PASS_CREATE_INFO",{"type":13,"tag":140,"props":2704,"children":2705},{"style":147},[2706],{"type":18,"value":1335},{"type":13,"tag":140,"props":2708,"children":2709},{"style":178},[2710],{"type":18,"value":1340},{"type":13,"tag":140,"props":2712,"children":2713},{"style":147},[2714],{"type":18,"value":1345},{"type":13,"tag":140,"props":2716,"children":2717},{"style":178},[2718],{"type":18,"value":1018},{"type":13,"tag":140,"props":2720,"children":2721},{"style":158},[2722],{"type":18,"value":1354},{"type":13,"tag":140,"props":2724,"children":2725},{"class":142,"line":1047},[2726,2730,2734,2739,2743,2747,2751,2755],{"type":13,"tag":140,"props":2727,"children":2728},{"style":147},[2729],{"type":18,"value":1320},{"type":13,"tag":140,"props":2731,"children":2732},{"style":147},[2733],{"type":18,"value":1325},{"type":13,"tag":140,"props":2735,"children":2736},{"style":178},[2737],{"type":18,"value":2738}," COMMAND_POOL_CREATE_INFO",{"type":13,"tag":140,"props":2740,"children":2741},{"style":147},[2742],{"type":18,"value":1335},{"type":13,"tag":140,"props":2744,"children":2745},{"style":178},[2746],{"type":18,"value":1340},{"type":13,"tag":140,"props":2748,"children":2749},{"style":147},[2750],{"type":18,"value":1345},{"type":13,"tag":140,"props":2752,"children":2753},{"style":178},[2754],{"type":18,"value":1040},{"type":13,"tag":140,"props":2756,"children":2757},{"style":158},[2758],{"type":18,"value":1354},{"type":13,"tag":140,"props":2760,"children":2761},{"class":142,"line":1069},[2762,2766,2770,2775,2779,2783,2787,2791],{"type":13,"tag":140,"props":2763,"children":2764},{"style":147},[2765],{"type":18,"value":1320},{"type":13,"tag":140,"props":2767,"children":2768},{"style":147},[2769],{"type":18,"value":1325},{"type":13,"tag":140,"props":2771,"children":2772},{"style":178},[2773],{"type":18,"value":2774}," COMMAND_BUFFER_ALLOCATE_INFO",{"type":13,"tag":140,"props":2776,"children":2777},{"style":147},[2778],{"type":18,"value":1335},{"type":13,"tag":140,"props":2780,"children":2781},{"style":178},[2782],{"type":18,"value":1340},{"type":13,"tag":140,"props":2784,"children":2785},{"style":147},[2786],{"type":18,"value":1345},{"type":13,"tag":140,"props":2788,"children":2789},{"style":178},[2790],{"type":18,"value":1062},{"type":13,"tag":140,"props":2792,"children":2793},{"style":158},[2794],{"type":18,"value":1354},{"type":13,"tag":140,"props":2796,"children":2797},{"class":142,"line":1091},[2798,2802,2806,2811,2815,2819,2823,2827],{"type":13,"tag":140,"props":2799,"children":2800},{"style":147},[2801],{"type":18,"value":1320},{"type":13,"tag":140,"props":2803,"children":2804},{"style":147},[2805],{"type":18,"value":1325},{"type":13,"tag":140,"props":2807,"children":2808},{"style":178},[2809],{"type":18,"value":2810}," COMMAND_BUFFER_INHERITANCE_INFO",{"type":13,"tag":140,"props":2812,"children":2813},{"style":147},[2814],{"type":18,"value":1335},{"type":13,"tag":140,"props":2816,"children":2817},{"style":178},[2818],{"type":18,"value":1340},{"type":13,"tag":140,"props":2820,"children":2821},{"style":147},[2822],{"type":18,"value":1345},{"type":13,"tag":140,"props":2824,"children":2825},{"style":178},[2826],{"type":18,"value":1084},{"type":13,"tag":140,"props":2828,"children":2829},{"style":158},[2830],{"type":18,"value":1354},{"type":13,"tag":140,"props":2832,"children":2833},{"class":142,"line":1113},[2834,2838,2842,2847,2851,2855,2859,2863],{"type":13,"tag":140,"props":2835,"children":2836},{"style":147},[2837],{"type":18,"value":1320},{"type":13,"tag":140,"props":2839,"children":2840},{"style":147},[2841],{"type":18,"value":1325},{"type":13,"tag":140,"props":2843,"children":2844},{"style":178},[2845],{"type":18,"value":2846}," COMMAND_BUFFER_BEGIN_INFO",{"type":13,"tag":140,"props":2848,"children":2849},{"style":147},[2850],{"type":18,"value":1335},{"type":13,"tag":140,"props":2852,"children":2853},{"style":178},[2854],{"type":18,"value":1340},{"type":13,"tag":140,"props":2856,"children":2857},{"style":147},[2858],{"type":18,"value":1345},{"type":13,"tag":140,"props":2860,"children":2861},{"style":178},[2862],{"type":18,"value":1106},{"type":13,"tag":140,"props":2864,"children":2865},{"style":158},[2866],{"type":18,"value":1354},{"type":13,"tag":140,"props":2868,"children":2869},{"class":142,"line":1135},[2870,2874,2878,2883,2887,2891,2895,2899],{"type":13,"tag":140,"props":2871,"children":2872},{"style":147},[2873],{"type":18,"value":1320},{"type":13,"tag":140,"props":2875,"children":2876},{"style":147},[2877],{"type":18,"value":1325},{"type":13,"tag":140,"props":2879,"children":2880},{"style":178},[2881],{"type":18,"value":2882}," RENDER_PASS_BEGIN_INFO",{"type":13,"tag":140,"props":2884,"children":2885},{"style":147},[2886],{"type":18,"value":1335},{"type":13,"tag":140,"props":2888,"children":2889},{"style":178},[2890],{"type":18,"value":1340},{"type":13,"tag":140,"props":2892,"children":2893},{"style":147},[2894],{"type":18,"value":1345},{"type":13,"tag":140,"props":2896,"children":2897},{"style":178},[2898],{"type":18,"value":1128},{"type":13,"tag":140,"props":2900,"children":2901},{"style":158},[2902],{"type":18,"value":1354},{"type":13,"tag":140,"props":2904,"children":2905},{"class":142,"line":1157},[2906,2910,2914,2919,2923,2927,2931,2935],{"type":13,"tag":140,"props":2907,"children":2908},{"style":147},[2909],{"type":18,"value":1320},{"type":13,"tag":140,"props":2911,"children":2912},{"style":147},[2913],{"type":18,"value":1325},{"type":13,"tag":140,"props":2915,"children":2916},{"style":178},[2917],{"type":18,"value":2918}," BUFFER_MEMORY_BARRIER",{"type":13,"tag":140,"props":2920,"children":2921},{"style":147},[2922],{"type":18,"value":1335},{"type":13,"tag":140,"props":2924,"children":2925},{"style":178},[2926],{"type":18,"value":1340},{"type":13,"tag":140,"props":2928,"children":2929},{"style":147},[2930],{"type":18,"value":1345},{"type":13,"tag":140,"props":2932,"children":2933},{"style":178},[2934],{"type":18,"value":1150},{"type":13,"tag":140,"props":2936,"children":2937},{"style":158},[2938],{"type":18,"value":1354},{"type":13,"tag":140,"props":2940,"children":2941},{"class":142,"line":1179},[2942,2946,2950,2955,2959,2963,2967,2971],{"type":13,"tag":140,"props":2943,"children":2944},{"style":147},[2945],{"type":18,"value":1320},{"type":13,"tag":140,"props":2947,"children":2948},{"style":147},[2949],{"type":18,"value":1325},{"type":13,"tag":140,"props":2951,"children":2952},{"style":178},[2953],{"type":18,"value":2954}," IMAGE_MEMORY_BARRIER",{"type":13,"tag":140,"props":2956,"children":2957},{"style":147},[2958],{"type":18,"value":1335},{"type":13,"tag":140,"props":2960,"children":2961},{"style":178},[2962],{"type":18,"value":1340},{"type":13,"tag":140,"props":2964,"children":2965},{"style":147},[2966],{"type":18,"value":1345},{"type":13,"tag":140,"props":2968,"children":2969},{"style":178},[2970],{"type":18,"value":1172},{"type":13,"tag":140,"props":2972,"children":2973},{"style":158},[2974],{"type":18,"value":1354},{"type":13,"tag":140,"props":2976,"children":2977},{"class":142,"line":1201},[2978,2982,2986,2991,2995,2999,3003,3007],{"type":13,"tag":140,"props":2979,"children":2980},{"style":147},[2981],{"type":18,"value":1320},{"type":13,"tag":140,"props":2983,"children":2984},{"style":147},[2985],{"type":18,"value":1325},{"type":13,"tag":140,"props":2987,"children":2988},{"style":178},[2989],{"type":18,"value":2990}," MEMORY_BARRIER",{"type":13,"tag":140,"props":2992,"children":2993},{"style":147},[2994],{"type":18,"value":1335},{"type":13,"tag":140,"props":2996,"children":2997},{"style":178},[2998],{"type":18,"value":1340},{"type":13,"tag":140,"props":3000,"children":3001},{"style":147},[3002],{"type":18,"value":1345},{"type":13,"tag":140,"props":3004,"children":3005},{"style":178},[3006],{"type":18,"value":1194},{"type":13,"tag":140,"props":3008,"children":3009},{"style":158},[3010],{"type":18,"value":1354},{"type":13,"tag":140,"props":3012,"children":3013},{"class":142,"line":1223},[3014,3018,3022,3027,3031,3035,3039,3043],{"type":13,"tag":140,"props":3015,"children":3016},{"style":147},[3017],{"type":18,"value":1320},{"type":13,"tag":140,"props":3019,"children":3020},{"style":147},[3021],{"type":18,"value":1325},{"type":13,"tag":140,"props":3023,"children":3024},{"style":178},[3025],{"type":18,"value":3026}," LOADER_INSTANCE_CREATE_INFO",{"type":13,"tag":140,"props":3028,"children":3029},{"style":147},[3030],{"type":18,"value":1335},{"type":13,"tag":140,"props":3032,"children":3033},{"style":178},[3034],{"type":18,"value":1340},{"type":13,"tag":140,"props":3036,"children":3037},{"style":147},[3038],{"type":18,"value":1345},{"type":13,"tag":140,"props":3040,"children":3041},{"style":178},[3042],{"type":18,"value":1216},{"type":13,"tag":140,"props":3044,"children":3045},{"style":158},[3046],{"type":18,"value":1354},{"type":13,"tag":140,"props":3048,"children":3049},{"class":142,"line":1245},[3050,3054,3058,3063,3067,3071,3075,3079],{"type":13,"tag":140,"props":3051,"children":3052},{"style":147},[3053],{"type":18,"value":1320},{"type":13,"tag":140,"props":3055,"children":3056},{"style":147},[3057],{"type":18,"value":1325},{"type":13,"tag":140,"props":3059,"children":3060},{"style":178},[3061],{"type":18,"value":3062}," LOADER_DEVICE_CREATE_INFO",{"type":13,"tag":140,"props":3064,"children":3065},{"style":147},[3066],{"type":18,"value":1335},{"type":13,"tag":140,"props":3068,"children":3069},{"style":178},[3070],{"type":18,"value":1340},{"type":13,"tag":140,"props":3072,"children":3073},{"style":147},[3074],{"type":18,"value":1345},{"type":13,"tag":140,"props":3076,"children":3077},{"style":178},[3078],{"type":18,"value":1238},{"type":13,"tag":140,"props":3080,"children":3081},{"style":158},[3082],{"type":18,"value":1354},{"type":13,"tag":140,"props":3084,"children":3086},{"class":142,"line":3085},52,[3087],{"type":13,"tag":140,"props":3088,"children":3089},{"style":158},[3090],{"type":18,"value":3091},"}\n",{"type":13,"tag":3093,"props":3094,"children":3095},"style",{},[3096],{"type":18,"value":3097},"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":134,"searchDepth":164,"depth":164,"links":3099},[],"markdown",1725732587998]