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