[{"data":1,"prerenderedAt":913},["ShallowReactive",2],{"u0nr6lIpvp":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":912,"_id":4},"VkPipelineVertexInputStateCreateInfo","Structure specifying parameters of a newly created pipeline vertex input state","VK_VERSION_1_0","structs",[],{"type":10,"children":11,"toc":910},"root",[12,28,429,555,709,904],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,26],{"type":18,"value":19},"text","The ",{"type":13,"tag":21,"props":22,"children":24},"code",{"className":23},[],[25],{"type":18,"value":4},{"type":18,"value":27}," structure is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,185],{"type":13,"tag":33,"props":34,"children":40},"pre",{"className":35,"code":36,"filename":37,"language":38,"meta":39,"style":39},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkPipelineVertexInputStateCreateInfo {\n VkStructureType sType;\n const void* pNext;\n VkPipelineVertexInputStateCreateFlags flags;\n uint32_t vertexBindingDescriptionCount;\n const VkVertexInputBindingDescription* pVertexBindingDescriptions;\n uint32_t vertexAttributeDescriptionCount;\n const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;\n} VkPipelineVertexInputStateCreateInfo;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,104,118,141,154,176],{"type":13,"tag":45,"props":46,"children":49},"span",{"class":47,"line":48},"line",1,[50,56,61],{"type":13,"tag":45,"props":51,"children":53},{"style":52},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[54],{"type":18,"value":55},"typedef",{"type":13,"tag":45,"props":57,"children":58},{"style":52},[59],{"type":18,"value":60}," struct",{"type":13,"tag":45,"props":62,"children":64},{"style":63},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[65],{"type":18,"value":66}," VkPipelineVertexInputStateCreateInfo {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71],{"type":13,"tag":45,"props":72,"children":73},{"style":63},[74],{"type":18,"value":75}," VkStructureType sType;\n",{"type":13,"tag":45,"props":77,"children":79},{"class":47,"line":78},3,[80,85,90],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," const",{"type":13,"tag":45,"props":86,"children":87},{"style":52},[88],{"type":18,"value":89}," void*",{"type":13,"tag":45,"props":91,"children":92},{"style":63},[93],{"type":18,"value":94}," pNext;\n",{"type":13,"tag":45,"props":96,"children":98},{"class":47,"line":97},4,[99],{"type":13,"tag":45,"props":100,"children":101},{"style":63},[102],{"type":18,"value":103}," VkPipelineVertexInputStateCreateFlags flags;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108,113],{"type":13,"tag":45,"props":109,"children":110},{"style":52},[111],{"type":18,"value":112}," uint32_t",{"type":13,"tag":45,"props":114,"children":115},{"style":63},[116],{"type":18,"value":117}," vertexBindingDescriptionCount;\n",{"type":13,"tag":45,"props":119,"children":121},{"class":47,"line":120},6,[122,126,131,136],{"type":13,"tag":45,"props":123,"children":124},{"style":52},[125],{"type":18,"value":84},{"type":13,"tag":45,"props":127,"children":128},{"style":63},[129],{"type":18,"value":130}," VkVertexInputBindingDescription",{"type":13,"tag":45,"props":132,"children":133},{"style":52},[134],{"type":18,"value":135},"*",{"type":13,"tag":45,"props":137,"children":138},{"style":63},[139],{"type":18,"value":140}," pVertexBindingDescriptions;\n",{"type":13,"tag":45,"props":142,"children":144},{"class":47,"line":143},7,[145,149],{"type":13,"tag":45,"props":146,"children":147},{"style":52},[148],{"type":18,"value":112},{"type":13,"tag":45,"props":150,"children":151},{"style":63},[152],{"type":18,"value":153}," vertexAttributeDescriptionCount;\n",{"type":13,"tag":45,"props":155,"children":157},{"class":47,"line":156},8,[158,162,167,171],{"type":13,"tag":45,"props":159,"children":160},{"style":52},[161],{"type":18,"value":84},{"type":13,"tag":45,"props":163,"children":164},{"style":63},[165],{"type":18,"value":166}," VkVertexInputAttributeDescription",{"type":13,"tag":45,"props":168,"children":169},{"style":52},[170],{"type":18,"value":135},{"type":13,"tag":45,"props":172,"children":173},{"style":63},[174],{"type":18,"value":175}," pVertexAttributeDescriptions;\n",{"type":13,"tag":45,"props":177,"children":179},{"class":47,"line":178},9,[180],{"type":13,"tag":45,"props":181,"children":182},{"style":63},[183],{"type":18,"value":184},"} VkPipelineVertexInputStateCreateInfo;\n",{"type":13,"tag":33,"props":186,"children":191},{"className":187,"code":188,"filename":189,"language":190,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PipelineVertexInputStateCreateInfo {\n s_type: vk::StructureType,\n p_next: *const c_void,\n flags: vk::PipelineVertexInputStateCreateFlags,\n vertex_binding_description_count: u32, // number of bindings\n p_vertex_binding_descriptions: *const vk::VertexInputBindingDescription,\n vertex_attribute_description_count: u32, // number of attributes\n p_vertex_attribute_descriptions: *const vk::VertexInputAttributeDescription,\n}\n","Rust","rs",[192],{"type":13,"tag":21,"props":193,"children":194},{"__ignoreMap":39},[195,218,251,273,302,330,363,388,421],{"type":13,"tag":45,"props":196,"children":197},{"class":47,"line":48},[198,203,207,213],{"type":13,"tag":45,"props":199,"children":200},{"style":52},[201],{"type":18,"value":202},"pub",{"type":13,"tag":45,"props":204,"children":205},{"style":52},[206],{"type":18,"value":60},{"type":13,"tag":45,"props":208,"children":210},{"style":209},"--shiki-default:#953800;--shiki-dark:#FFA657",[211],{"type":18,"value":212}," PipelineVertexInputStateCreateInfo",{"type":13,"tag":45,"props":214,"children":215},{"style":63},[216],{"type":18,"value":217}," {\n",{"type":13,"tag":45,"props":219,"children":220},{"class":47,"line":69},[221,226,231,236,241,246],{"type":13,"tag":45,"props":222,"children":223},{"style":63},[224],{"type":18,"value":225}," s_type",{"type":13,"tag":45,"props":227,"children":228},{"style":52},[229],{"type":18,"value":230},":",{"type":13,"tag":45,"props":232,"children":233},{"style":209},[234],{"type":18,"value":235}," vk",{"type":13,"tag":45,"props":237,"children":238},{"style":52},[239],{"type":18,"value":240},"::",{"type":13,"tag":45,"props":242,"children":243},{"style":209},[244],{"type":18,"value":245},"StructureType",{"type":13,"tag":45,"props":247,"children":248},{"style":63},[249],{"type":18,"value":250},",\n",{"type":13,"tag":45,"props":252,"children":253},{"class":47,"line":78},[254,259,263,268],{"type":13,"tag":45,"props":255,"children":256},{"style":63},[257],{"type":18,"value":258}," p_next",{"type":13,"tag":45,"props":260,"children":261},{"style":52},[262],{"type":18,"value":230},{"type":13,"tag":45,"props":264,"children":265},{"style":52},[266],{"type":18,"value":267}," *const",{"type":13,"tag":45,"props":269,"children":270},{"style":63},[271],{"type":18,"value":272}," c_void,\n",{"type":13,"tag":45,"props":274,"children":275},{"class":47,"line":97},[276,281,285,289,293,298],{"type":13,"tag":45,"props":277,"children":278},{"style":63},[279],{"type":18,"value":280}," flags",{"type":13,"tag":45,"props":282,"children":283},{"style":52},[284],{"type":18,"value":230},{"type":13,"tag":45,"props":286,"children":287},{"style":209},[288],{"type":18,"value":235},{"type":13,"tag":45,"props":290,"children":291},{"style":52},[292],{"type":18,"value":240},{"type":13,"tag":45,"props":294,"children":295},{"style":209},[296],{"type":18,"value":297},"PipelineVertexInputStateCreateFlags",{"type":13,"tag":45,"props":299,"children":300},{"style":63},[301],{"type":18,"value":250},{"type":13,"tag":45,"props":303,"children":304},{"class":47,"line":106},[305,310,314,319,324],{"type":13,"tag":45,"props":306,"children":307},{"style":63},[308],{"type":18,"value":309}," vertex_binding_description_count",{"type":13,"tag":45,"props":311,"children":312},{"style":52},[313],{"type":18,"value":230},{"type":13,"tag":45,"props":315,"children":316},{"style":209},[317],{"type":18,"value":318}," u32",{"type":13,"tag":45,"props":320,"children":321},{"style":63},[322],{"type":18,"value":323},", ",{"type":13,"tag":45,"props":325,"children":327},{"style":326},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[328],{"type":18,"value":329},"// number of bindings\n",{"type":13,"tag":45,"props":331,"children":332},{"class":47,"line":120},[333,338,342,346,350,354,359],{"type":13,"tag":45,"props":334,"children":335},{"style":63},[336],{"type":18,"value":337}," p_vertex_binding_descriptions",{"type":13,"tag":45,"props":339,"children":340},{"style":52},[341],{"type":18,"value":230},{"type":13,"tag":45,"props":343,"children":344},{"style":52},[345],{"type":18,"value":267},{"type":13,"tag":45,"props":347,"children":348},{"style":209},[349],{"type":18,"value":235},{"type":13,"tag":45,"props":351,"children":352},{"style":52},[353],{"type":18,"value":240},{"type":13,"tag":45,"props":355,"children":356},{"style":209},[357],{"type":18,"value":358},"VertexInputBindingDescription",{"type":13,"tag":45,"props":360,"children":361},{"style":63},[362],{"type":18,"value":250},{"type":13,"tag":45,"props":364,"children":365},{"class":47,"line":143},[366,371,375,379,383],{"type":13,"tag":45,"props":367,"children":368},{"style":63},[369],{"type":18,"value":370}," vertex_attribute_description_count",{"type":13,"tag":45,"props":372,"children":373},{"style":52},[374],{"type":18,"value":230},{"type":13,"tag":45,"props":376,"children":377},{"style":209},[378],{"type":18,"value":318},{"type":13,"tag":45,"props":380,"children":381},{"style":63},[382],{"type":18,"value":323},{"type":13,"tag":45,"props":384,"children":385},{"style":326},[386],{"type":18,"value":387},"// number of attributes\n",{"type":13,"tag":45,"props":389,"children":390},{"class":47,"line":156},[391,396,400,404,408,412,417],{"type":13,"tag":45,"props":392,"children":393},{"style":63},[394],{"type":18,"value":395}," p_vertex_attribute_descriptions",{"type":13,"tag":45,"props":397,"children":398},{"style":52},[399],{"type":18,"value":230},{"type":13,"tag":45,"props":401,"children":402},{"style":52},[403],{"type":18,"value":267},{"type":13,"tag":45,"props":405,"children":406},{"style":209},[407],{"type":18,"value":235},{"type":13,"tag":45,"props":409,"children":410},{"style":52},[411],{"type":18,"value":240},{"type":13,"tag":45,"props":413,"children":414},{"style":209},[415],{"type":18,"value":416},"VertexInputAttributeDescription",{"type":13,"tag":45,"props":418,"children":419},{"style":63},[420],{"type":18,"value":250},{"type":13,"tag":45,"props":422,"children":423},{"class":47,"line":178},[424],{"type":13,"tag":45,"props":425,"children":426},{"style":63},[427],{"type":18,"value":428},"}\n",{"type":13,"tag":430,"props":431,"children":432},"ul",{},[433,454,473,484,503,521,539],{"type":13,"tag":434,"props":435,"children":436},"li",{},[437,443,445,452],{"type":13,"tag":21,"props":438,"children":440},{"className":439},[],[441],{"type":18,"value":442},"sType",{"type":18,"value":444}," is a ",{"type":13,"tag":446,"props":447,"children":449},"a",{"href":448},"/man/VkStructureType",[450],{"type":18,"value":451},"VkStructureType",{"type":18,"value":453}," value identifying this structure.",{"type":13,"tag":434,"props":455,"children":456},{},[457,463,465,471],{"type":13,"tag":21,"props":458,"children":460},{"className":459},[],[461],{"type":18,"value":462},"pNext",{"type":18,"value":464}," is ",{"type":13,"tag":21,"props":466,"children":468},{"className":467},[],[469],{"type":18,"value":470},"NULL",{"type":18,"value":472}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":434,"props":474,"children":475},{},[476,482],{"type":13,"tag":21,"props":477,"children":479},{"className":478},[],[480],{"type":18,"value":481},"flags",{"type":18,"value":483}," is reserved for future use.",{"type":13,"tag":434,"props":485,"children":486},{},[487,493,495,501],{"type":13,"tag":21,"props":488,"children":490},{"className":489},[],[491],{"type":18,"value":492},"vertexBindingDescriptionCount",{"type":18,"value":494}," is the number of vertex binding\ndescriptions provided in ",{"type":13,"tag":21,"props":496,"children":498},{"className":497},[],[499],{"type":18,"value":500},"pVertexBindingDescriptions",{"type":18,"value":502},".",{"type":13,"tag":434,"props":504,"children":505},{},[506,511,513,519],{"type":13,"tag":21,"props":507,"children":509},{"className":508},[],[510],{"type":18,"value":500},{"type":18,"value":512}," is a pointer to an array of\n",{"type":13,"tag":446,"props":514,"children":516},{"href":515},"/man/VkVertexInputBindingDescription",[517],{"type":18,"value":518},"VkVertexInputBindingDescription",{"type":18,"value":520}," structures.",{"type":13,"tag":434,"props":522,"children":523},{},[524,530,532,538],{"type":13,"tag":21,"props":525,"children":527},{"className":526},[],[528],{"type":18,"value":529},"vertexAttributeDescriptionCount",{"type":18,"value":531}," is the number of vertex attribute\ndescriptions provided in ",{"type":13,"tag":21,"props":533,"children":535},{"className":534},[],[536],{"type":18,"value":537},"pVertexAttributeDescriptions",{"type":18,"value":502},{"type":13,"tag":434,"props":540,"children":541},{},[542,547,548,554],{"type":13,"tag":21,"props":543,"children":545},{"className":544},[],[546],{"type":18,"value":537},{"type":18,"value":512},{"type":13,"tag":446,"props":549,"children":551},{"href":550},"/man/VkVertexInputAttributeDescription",[552],{"type":18,"value":553},"VkVertexInputAttributeDescription",{"type":18,"value":520},{"type":13,"tag":556,"props":557,"children":559},"validity-group",{"name":558},"Valid Usage",[560,595,624,670,690],{"type":13,"tag":561,"props":562,"children":564},"validity-field",{"name":563},"VUID-VkPipelineVertexInputStateCreateInfo-vertexBindingDescriptionCount-00613",[565],{"type":13,"tag":14,"props":566,"children":567},{},[568,573,575,580,582,588,589],{"type":13,"tag":21,"props":569,"children":571},{"className":570},[],[572],{"type":18,"value":492},{"type":18,"value":574}," ",{"type":13,"tag":576,"props":577,"children":579},"normative",{"type":578},"must",[],{"type":18,"value":581}," be less than or equal to\n",{"type":13,"tag":21,"props":583,"children":585},{"className":584},[],[586],{"type":18,"value":587},"VkPhysicalDeviceLimits",{"type":18,"value":240},{"type":13,"tag":21,"props":590,"children":592},{"className":591},[],[593],{"type":18,"value":594},"maxVertexInputBindings",{"type":13,"tag":561,"props":596,"children":598},{"name":597},"VUID-VkPipelineVertexInputStateCreateInfo-vertexAttributeDescriptionCount-00614",[599],{"type":13,"tag":14,"props":600,"children":601},{},[602,607,608,611,612,617,618],{"type":13,"tag":21,"props":603,"children":605},{"className":604},[],[606],{"type":18,"value":529},{"type":18,"value":574},{"type":13,"tag":576,"props":609,"children":610},{"type":578},[],{"type":18,"value":581},{"type":13,"tag":21,"props":613,"children":615},{"className":614},[],[616],{"type":18,"value":587},{"type":18,"value":240},{"type":13,"tag":21,"props":619,"children":621},{"className":620},[],[622],{"type":18,"value":623},"maxVertexInputAttributes",{"type":13,"tag":561,"props":625,"children":627},{"name":626},"VUID-VkPipelineVertexInputStateCreateInfo-binding-00615",[628],{"type":13,"tag":14,"props":629,"children":630},{},[631,633,639,641,646,648,652,653,656,658,663,665],{"type":18,"value":632},"For every ",{"type":13,"tag":21,"props":634,"children":636},{"className":635},[],[637],{"type":18,"value":638},"binding",{"type":18,"value":640}," specified by each element of\n",{"type":13,"tag":21,"props":642,"children":644},{"className":643},[],[645],{"type":18,"value":537},{"type":18,"value":647},", a\n",{"type":13,"tag":446,"props":649,"children":650},{"href":515},[651],{"type":18,"value":518},{"type":18,"value":574},{"type":13,"tag":576,"props":654,"children":655},{"type":578},[],{"type":18,"value":657}," exist in\n",{"type":13,"tag":21,"props":659,"children":661},{"className":660},[],[662],{"type":18,"value":500},{"type":18,"value":664}," with the same value of ",{"type":13,"tag":21,"props":666,"children":668},{"className":667},[],[669],{"type":18,"value":638},{"type":13,"tag":561,"props":671,"children":673},{"name":672},"VUID-VkPipelineVertexInputStateCreateInfo-pVertexBindingDescriptions-00616",[674],{"type":13,"tag":14,"props":675,"children":676},{},[677,679,684,685,688],{"type":18,"value":678},"All elements of ",{"type":13,"tag":21,"props":680,"children":682},{"className":681},[],[683],{"type":18,"value":500},{"type":18,"value":574},{"type":13,"tag":576,"props":686,"children":687},{"type":578},[],{"type":18,"value":689}," describe distinct\nbinding numbers",{"type":13,"tag":561,"props":691,"children":693},{"name":692},"VUID-VkPipelineVertexInputStateCreateInfo-pVertexAttributeDescriptions-00617",[694],{"type":13,"tag":14,"props":695,"children":696},{},[697,698,703,704,707],{"type":18,"value":678},{"type":13,"tag":21,"props":699,"children":701},{"className":700},[],[702],{"type":18,"value":537},{"type":18,"value":574},{"type":13,"tag":576,"props":705,"children":706},{"type":578},[],{"type":18,"value":708}," describe\ndistinct attribute locations",{"type":13,"tag":556,"props":710,"children":712},{"name":711},"Valid Usage (Implicit)",[713,737,767,794,817,863],{"type":13,"tag":561,"props":714,"children":716},{"name":715},"VUID-VkPipelineVertexInputStateCreateInfo-sType-sType",[717],{"type":13,"tag":14,"props":718,"children":719},{},[720,725,726,729,731],{"type":13,"tag":21,"props":721,"children":723},{"className":722},[],[724],{"type":18,"value":442},{"type":18,"value":574},{"type":13,"tag":576,"props":727,"children":728},{"type":578},[],{"type":18,"value":730}," be ",{"type":13,"tag":21,"props":732,"children":734},{"className":733},[],[735],{"type":18,"value":736},"VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO",{"type":13,"tag":561,"props":738,"children":740},{"name":739},"VUID-VkPipelineVertexInputStateCreateInfo-pNext-pNext",[741],{"type":13,"tag":14,"props":742,"children":743},{},[744,749,750,753,754,759,761],{"type":13,"tag":21,"props":745,"children":747},{"className":746},[],[748],{"type":18,"value":462},{"type":18,"value":574},{"type":13,"tag":576,"props":751,"children":752},{"type":578},[],{"type":18,"value":730},{"type":13,"tag":21,"props":755,"children":757},{"className":756},[],[758],{"type":18,"value":470},{"type":18,"value":760}," or a pointer to a valid instance of ",{"type":13,"tag":446,"props":762,"children":764},{"href":763},"/man/VkPipelineVertexInputDivisorStateCreateInfoKHR",[765],{"type":18,"value":766},"VkPipelineVertexInputDivisorStateCreateInfoKHR",{"type":13,"tag":561,"props":768,"children":770},{"name":769},"VUID-VkPipelineVertexInputStateCreateInfo-sType-unique",[771],{"type":13,"tag":14,"props":772,"children":773},{},[774,775,780,782,787,789,792],{"type":18,"value":19},{"type":13,"tag":21,"props":776,"children":778},{"className":777},[],[779],{"type":18,"value":442},{"type":18,"value":781}," value of each struct in the ",{"type":13,"tag":21,"props":783,"children":785},{"className":784},[],[786],{"type":18,"value":462},{"type":18,"value":788}," chain ",{"type":13,"tag":576,"props":790,"children":791},{"type":578},[],{"type":18,"value":793}," be unique",{"type":13,"tag":561,"props":795,"children":797},{"name":796},"VUID-VkPipelineVertexInputStateCreateInfo-flags-zerobitmask",[798],{"type":13,"tag":14,"props":799,"children":800},{},[801,806,807,810,811],{"type":13,"tag":21,"props":802,"children":804},{"className":803},[],[805],{"type":18,"value":481},{"type":18,"value":574},{"type":13,"tag":576,"props":808,"children":809},{"type":578},[],{"type":18,"value":730},{"type":13,"tag":21,"props":812,"children":814},{"className":813},[],[815],{"type":18,"value":816},"0",{"type":13,"tag":561,"props":818,"children":820},{"name":819},"VUID-VkPipelineVertexInputStateCreateInfo-pVertexBindingDescriptions-parameter",[821],{"type":13,"tag":14,"props":822,"children":823},{},[824,826,831,833,838,839,844,845,848,850,855,857,861],{"type":18,"value":825},"If ",{"type":13,"tag":21,"props":827,"children":829},{"className":828},[],[830],{"type":18,"value":492},{"type":18,"value":832}," is not ",{"type":13,"tag":21,"props":834,"children":836},{"className":835},[],[837],{"type":18,"value":816},{"type":18,"value":323},{"type":13,"tag":21,"props":840,"children":842},{"className":841},[],[843],{"type":18,"value":500},{"type":18,"value":574},{"type":13,"tag":576,"props":846,"children":847},{"type":578},[],{"type":18,"value":849}," be a valid pointer to an array of ",{"type":13,"tag":21,"props":851,"children":853},{"className":852},[],[854],{"type":18,"value":492},{"type":18,"value":856}," valid ",{"type":13,"tag":446,"props":858,"children":859},{"href":515},[860],{"type":18,"value":518},{"type":18,"value":862}," structures",{"type":13,"tag":561,"props":864,"children":866},{"name":865},"VUID-VkPipelineVertexInputStateCreateInfo-pVertexAttributeDescriptions-parameter",[867],{"type":13,"tag":14,"props":868,"children":869},{},[870,871,876,877,882,883,888,889,892,893,898,899,903],{"type":18,"value":825},{"type":13,"tag":21,"props":872,"children":874},{"className":873},[],[875],{"type":18,"value":529},{"type":18,"value":832},{"type":13,"tag":21,"props":878,"children":880},{"className":879},[],[881],{"type":18,"value":816},{"type":18,"value":323},{"type":13,"tag":21,"props":884,"children":886},{"className":885},[],[887],{"type":18,"value":537},{"type":18,"value":574},{"type":13,"tag":576,"props":890,"children":891},{"type":578},[],{"type":18,"value":849},{"type":13,"tag":21,"props":894,"children":896},{"className":895},[],[897],{"type":18,"value":529},{"type":18,"value":856},{"type":13,"tag":446,"props":900,"children":901},{"href":550},[902],{"type":18,"value":553},{"type":18,"value":862},{"type":13,"tag":905,"props":906,"children":907},"style",{},[908],{"type":18,"value":909},"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":39,"searchDepth":69,"depth":69,"links":911},[],"markdown",1725732580030]