[{"data":1,"prerenderedAt":891},["ShallowReactive",2],{"$f1I2ZanHNrGhuieskyhWU75FerziYJRVk5wojnBMIVm8":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":890,"_id":4},"VkPastPresentationTimingEXT","Structure containing timing information about a previously-presented image","VK_EXT_present_timing","structs",[],{"type":10,"children":11,"toc":888},"root",[12,28,496,698,748,758,770,829,882],{"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,190],{"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 VkPastPresentationTimingEXT {\n VkStructureType sType;\n void* pNext;\n uint64_t presentId;\n uint64_t targetTime;\n uint32_t presentStageCount;\n VkPresentStageTimeEXT* pPresentStages;\n VkTimeDomainKHR timeDomain;\n uint64_t timeDomainId;\n VkBool32 reportComplete;\n} VkPastPresentationTimingEXT;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,104,117,131,150,159,172,181],{"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}," VkPastPresentationTimingEXT {\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],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," void*",{"type":13,"tag":45,"props":86,"children":87},{"style":63},[88],{"type":18,"value":89}," pNext;\n",{"type":13,"tag":45,"props":91,"children":93},{"class":47,"line":92},4,[94,99],{"type":13,"tag":45,"props":95,"children":96},{"style":52},[97],{"type":18,"value":98}," uint64_t",{"type":13,"tag":45,"props":100,"children":101},{"style":63},[102],{"type":18,"value":103}," presentId;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108,112],{"type":13,"tag":45,"props":109,"children":110},{"style":52},[111],{"type":18,"value":98},{"type":13,"tag":45,"props":113,"children":114},{"style":63},[115],{"type":18,"value":116}," targetTime;\n",{"type":13,"tag":45,"props":118,"children":120},{"class":47,"line":119},6,[121,126],{"type":13,"tag":45,"props":122,"children":123},{"style":52},[124],{"type":18,"value":125}," uint32_t",{"type":13,"tag":45,"props":127,"children":128},{"style":63},[129],{"type":18,"value":130}," presentStageCount;\n",{"type":13,"tag":45,"props":132,"children":134},{"class":47,"line":133},7,[135,140,145],{"type":13,"tag":45,"props":136,"children":137},{"style":63},[138],{"type":18,"value":139}," VkPresentStageTimeEXT",{"type":13,"tag":45,"props":141,"children":142},{"style":52},[143],{"type":18,"value":144},"*",{"type":13,"tag":45,"props":146,"children":147},{"style":63},[148],{"type":18,"value":149}," pPresentStages;\n",{"type":13,"tag":45,"props":151,"children":153},{"class":47,"line":152},8,[154],{"type":13,"tag":45,"props":155,"children":156},{"style":63},[157],{"type":18,"value":158}," VkTimeDomainKHR timeDomain;\n",{"type":13,"tag":45,"props":160,"children":162},{"class":47,"line":161},9,[163,167],{"type":13,"tag":45,"props":164,"children":165},{"style":52},[166],{"type":18,"value":98},{"type":13,"tag":45,"props":168,"children":169},{"style":63},[170],{"type":18,"value":171}," timeDomainId;\n",{"type":13,"tag":45,"props":173,"children":175},{"class":47,"line":174},10,[176],{"type":13,"tag":45,"props":177,"children":178},{"style":63},[179],{"type":18,"value":180}," VkBool32 reportComplete;\n",{"type":13,"tag":45,"props":182,"children":184},{"class":47,"line":183},11,[185],{"type":13,"tag":45,"props":186,"children":187},{"style":63},[188],{"type":18,"value":189},"} VkPastPresentationTimingEXT;\n",{"type":13,"tag":33,"props":191,"children":196},{"className":192,"code":193,"filename":194,"language":195,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PastPresentationTimingEXT {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n present_id: u64, // Application-provided identifier, previously given to vkQueuePresentKHR\n target_time: u64, // Application-provided present time\n present_stage_count: u32, // Number of present stages results available in pPresentStages\n p_present_stages: *mut vk::PresentStageTimeEXT, // Reported timings for each present stage\n time_domain: vk::TimeDomainKHR, // Time domain of the present stages\n time_domain_id: u64, // Time domain id of the present stages\n report_complete: vk::Bool32, // VK_TRUE if all the present stages have been reported\n}\n","Rust","rs",[197],{"type":13,"tag":21,"props":198,"children":199},{"__ignoreMap":39},[200,223,256,278,306,331,357,395,429,454,488],{"type":13,"tag":45,"props":201,"children":202},{"class":47,"line":48},[203,208,212,218],{"type":13,"tag":45,"props":204,"children":205},{"style":52},[206],{"type":18,"value":207},"pub",{"type":13,"tag":45,"props":209,"children":210},{"style":52},[211],{"type":18,"value":60},{"type":13,"tag":45,"props":213,"children":215},{"style":214},"--shiki-default:#953800;--shiki-dark:#FFA657",[216],{"type":18,"value":217}," PastPresentationTimingEXT",{"type":13,"tag":45,"props":219,"children":220},{"style":63},[221],{"type":18,"value":222}," {\n",{"type":13,"tag":45,"props":224,"children":225},{"class":47,"line":69},[226,231,236,241,246,251],{"type":13,"tag":45,"props":227,"children":228},{"style":63},[229],{"type":18,"value":230}," s_type",{"type":13,"tag":45,"props":232,"children":233},{"style":52},[234],{"type":18,"value":235},":",{"type":13,"tag":45,"props":237,"children":238},{"style":214},[239],{"type":18,"value":240}," vk",{"type":13,"tag":45,"props":242,"children":243},{"style":52},[244],{"type":18,"value":245},"::",{"type":13,"tag":45,"props":247,"children":248},{"style":214},[249],{"type":18,"value":250},"StructureType",{"type":13,"tag":45,"props":252,"children":253},{"style":63},[254],{"type":18,"value":255},",\n",{"type":13,"tag":45,"props":257,"children":258},{"class":47,"line":78},[259,264,268,273],{"type":13,"tag":45,"props":260,"children":261},{"style":63},[262],{"type":18,"value":263}," p_next",{"type":13,"tag":45,"props":265,"children":266},{"style":52},[267],{"type":18,"value":235},{"type":13,"tag":45,"props":269,"children":270},{"style":52},[271],{"type":18,"value":272}," *mut",{"type":13,"tag":45,"props":274,"children":275},{"style":63},[276],{"type":18,"value":277}," c_void,\n",{"type":13,"tag":45,"props":279,"children":280},{"class":47,"line":92},[281,286,290,295,300],{"type":13,"tag":45,"props":282,"children":283},{"style":63},[284],{"type":18,"value":285}," present_id",{"type":13,"tag":45,"props":287,"children":288},{"style":52},[289],{"type":18,"value":235},{"type":13,"tag":45,"props":291,"children":292},{"style":214},[293],{"type":18,"value":294}," u64",{"type":13,"tag":45,"props":296,"children":297},{"style":63},[298],{"type":18,"value":299},", ",{"type":13,"tag":45,"props":301,"children":303},{"style":302},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[304],{"type":18,"value":305},"// Application-provided identifier, previously given to vkQueuePresentKHR\n",{"type":13,"tag":45,"props":307,"children":308},{"class":47,"line":106},[309,314,318,322,326],{"type":13,"tag":45,"props":310,"children":311},{"style":63},[312],{"type":18,"value":313}," target_time",{"type":13,"tag":45,"props":315,"children":316},{"style":52},[317],{"type":18,"value":235},{"type":13,"tag":45,"props":319,"children":320},{"style":214},[321],{"type":18,"value":294},{"type":13,"tag":45,"props":323,"children":324},{"style":63},[325],{"type":18,"value":299},{"type":13,"tag":45,"props":327,"children":328},{"style":302},[329],{"type":18,"value":330},"// Application-provided present time\n",{"type":13,"tag":45,"props":332,"children":333},{"class":47,"line":119},[334,339,343,348,352],{"type":13,"tag":45,"props":335,"children":336},{"style":63},[337],{"type":18,"value":338}," present_stage_count",{"type":13,"tag":45,"props":340,"children":341},{"style":52},[342],{"type":18,"value":235},{"type":13,"tag":45,"props":344,"children":345},{"style":214},[346],{"type":18,"value":347}," u32",{"type":13,"tag":45,"props":349,"children":350},{"style":63},[351],{"type":18,"value":299},{"type":13,"tag":45,"props":353,"children":354},{"style":302},[355],{"type":18,"value":356},"// Number of present stages results available in pPresentStages\n",{"type":13,"tag":45,"props":358,"children":359},{"class":47,"line":133},[360,365,369,373,377,381,386,390],{"type":13,"tag":45,"props":361,"children":362},{"style":63},[363],{"type":18,"value":364}," p_present_stages",{"type":13,"tag":45,"props":366,"children":367},{"style":52},[368],{"type":18,"value":235},{"type":13,"tag":45,"props":370,"children":371},{"style":52},[372],{"type":18,"value":272},{"type":13,"tag":45,"props":374,"children":375},{"style":214},[376],{"type":18,"value":240},{"type":13,"tag":45,"props":378,"children":379},{"style":52},[380],{"type":18,"value":245},{"type":13,"tag":45,"props":382,"children":383},{"style":214},[384],{"type":18,"value":385},"PresentStageTimeEXT",{"type":13,"tag":45,"props":387,"children":388},{"style":63},[389],{"type":18,"value":299},{"type":13,"tag":45,"props":391,"children":392},{"style":302},[393],{"type":18,"value":394},"// Reported timings for each present stage\n",{"type":13,"tag":45,"props":396,"children":397},{"class":47,"line":152},[398,403,407,411,415,420,424],{"type":13,"tag":45,"props":399,"children":400},{"style":63},[401],{"type":18,"value":402}," time_domain",{"type":13,"tag":45,"props":404,"children":405},{"style":52},[406],{"type":18,"value":235},{"type":13,"tag":45,"props":408,"children":409},{"style":214},[410],{"type":18,"value":240},{"type":13,"tag":45,"props":412,"children":413},{"style":52},[414],{"type":18,"value":245},{"type":13,"tag":45,"props":416,"children":417},{"style":214},[418],{"type":18,"value":419},"TimeDomainKHR",{"type":13,"tag":45,"props":421,"children":422},{"style":63},[423],{"type":18,"value":299},{"type":13,"tag":45,"props":425,"children":426},{"style":302},[427],{"type":18,"value":428},"// Time domain of the present stages\n",{"type":13,"tag":45,"props":430,"children":431},{"class":47,"line":161},[432,437,441,445,449],{"type":13,"tag":45,"props":433,"children":434},{"style":63},[435],{"type":18,"value":436}," time_domain_id",{"type":13,"tag":45,"props":438,"children":439},{"style":52},[440],{"type":18,"value":235},{"type":13,"tag":45,"props":442,"children":443},{"style":214},[444],{"type":18,"value":294},{"type":13,"tag":45,"props":446,"children":447},{"style":63},[448],{"type":18,"value":299},{"type":13,"tag":45,"props":450,"children":451},{"style":302},[452],{"type":18,"value":453},"// Time domain id of the present stages\n",{"type":13,"tag":45,"props":455,"children":456},{"class":47,"line":174},[457,462,466,470,474,479,483],{"type":13,"tag":45,"props":458,"children":459},{"style":63},[460],{"type":18,"value":461}," report_complete",{"type":13,"tag":45,"props":463,"children":464},{"style":52},[465],{"type":18,"value":235},{"type":13,"tag":45,"props":467,"children":468},{"style":214},[469],{"type":18,"value":240},{"type":13,"tag":45,"props":471,"children":472},{"style":52},[473],{"type":18,"value":245},{"type":13,"tag":45,"props":475,"children":476},{"style":214},[477],{"type":18,"value":478},"Bool32",{"type":13,"tag":45,"props":480,"children":481},{"style":63},[482],{"type":18,"value":299},{"type":13,"tag":45,"props":484,"children":485},{"style":302},[486],{"type":18,"value":487},"// VK_TRUE if all the present stages have been reported\n",{"type":13,"tag":45,"props":489,"children":490},{"class":47,"line":183},[491],{"type":13,"tag":45,"props":492,"children":493},{"style":63},[494],{"type":18,"value":495},"}\n",{"type":13,"tag":497,"props":498,"children":499},"ul",{},[500,521,540,574,598,616,640,657,674],{"type":13,"tag":501,"props":502,"children":503},"li",{},[504,510,512,519],{"type":13,"tag":21,"props":505,"children":507},{"className":506},[],[508],{"type":18,"value":509},"sType",{"type":18,"value":511}," is a ",{"type":13,"tag":513,"props":514,"children":516},"a",{"href":515},"/man/VkStructureType",[517],{"type":18,"value":518},"VkStructureType",{"type":18,"value":520}," value identifying this structure.",{"type":13,"tag":501,"props":522,"children":523},{},[524,530,532,538],{"type":13,"tag":21,"props":525,"children":527},{"className":526},[],[528],{"type":18,"value":529},"pNext",{"type":18,"value":531}," is ",{"type":13,"tag":21,"props":533,"children":535},{"className":534},[],[536],{"type":18,"value":537},"NULL",{"type":18,"value":539}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":501,"props":541,"children":542},{},[543,549,551,557,559,565,566,572],{"type":13,"tag":21,"props":544,"children":546},{"className":545},[],[547],{"type":18,"value":548},"presentId",{"type":18,"value":550}," is zero or a value that was given to a previous\n",{"type":13,"tag":21,"props":552,"children":554},{"className":553},[],[555],{"type":18,"value":556},"vkQueuePresentKHR",{"type":18,"value":558}," command via\n",{"type":13,"tag":513,"props":560,"children":562},{"href":561},"/man/VkPresentId2KHR",[563],{"type":18,"value":564},"VkPresentId2KHR",{"type":18,"value":245},{"type":13,"tag":21,"props":567,"children":569},{"className":568},[],[570],{"type":18,"value":571},"pPresentIds",{"type":18,"value":573},".",{"type":13,"tag":501,"props":575,"children":576},{},[577,583,585,591,592,597],{"type":13,"tag":21,"props":578,"children":580},{"className":579},[],[581],{"type":18,"value":582},"targetTime",{"type":18,"value":584}," is the application-provided target absolute time or\nduration of the associated presentation request in\n",{"type":13,"tag":513,"props":586,"children":588},{"href":587},"/man/VkPresentTimingInfoEXT",[589],{"type":18,"value":590},"VkPresentTimingInfoEXT",{"type":18,"value":245},{"type":13,"tag":21,"props":593,"children":595},{"className":594},[],[596],{"type":18,"value":582},{"type":18,"value":573},{"type":13,"tag":501,"props":599,"children":600},{},[601,607,609,615],{"type":13,"tag":21,"props":602,"children":604},{"className":603},[],[605],{"type":18,"value":606},"presentStageCount",{"type":18,"value":608}," is a count of items contained in\n",{"type":13,"tag":21,"props":610,"children":612},{"className":611},[],[613],{"type":18,"value":614},"pPresentStages",{"type":18,"value":573},{"type":13,"tag":501,"props":617,"children":618},{},[619,624,626,632,634,639],{"type":13,"tag":21,"props":620,"children":622},{"className":621},[],[623],{"type":18,"value":614},{"type":18,"value":625}," a pointer to an array of\n",{"type":13,"tag":513,"props":627,"children":629},{"href":628},"/man/VkPresentStageTimeEXT",[630],{"type":18,"value":631},"VkPresentStageTimeEXT",{"type":18,"value":633}," providing timing information for the\npresentation request associated with ",{"type":13,"tag":21,"props":635,"children":637},{"className":636},[],[638],{"type":18,"value":548},{"type":18,"value":573},{"type":13,"tag":501,"props":641,"children":642},{},[643,649,651,656],{"type":13,"tag":21,"props":644,"children":646},{"className":645},[],[647],{"type":18,"value":648},"timeDomain",{"type":18,"value":650}," is the time domain used by the presentation engine to\nreport times in ",{"type":13,"tag":21,"props":652,"children":654},{"className":653},[],[655],{"type":18,"value":614},{"type":18,"value":573},{"type":13,"tag":501,"props":658,"children":659},{},[660,666,668,673],{"type":13,"tag":21,"props":661,"children":663},{"className":662},[],[664],{"type":18,"value":665},"timeDomainId",{"type":18,"value":667}," is the id associated with ",{"type":13,"tag":21,"props":669,"children":671},{"className":670},[],[672],{"type":18,"value":648},{"type":18,"value":573},{"type":13,"tag":501,"props":675,"children":676},{},[677,683,684,690,692,697],{"type":13,"tag":21,"props":678,"children":680},{"className":679},[],[681],{"type":18,"value":682},"reportComplete",{"type":18,"value":531},{"type":13,"tag":21,"props":685,"children":687},{"className":686},[],[688],{"type":18,"value":689},"VK_TRUE",{"type":18,"value":691}," if the presentation engine has\nreported all the requested results in ",{"type":13,"tag":21,"props":693,"children":695},{"className":694},[],[696],{"type":18,"value":614},{"type":18,"value":573},{"type":13,"tag":14,"props":699,"children":700},{},[701,703,709,711,716,718,724,726,732,733,739,741,746],{"type":18,"value":702},"When calling ",{"type":13,"tag":513,"props":704,"children":706},{"href":705},"/man/vkGetPastPresentationTimingEXT",[707],{"type":18,"value":708},"vkGetPastPresentationTimingEXT",{"type":18,"value":710},", the implementation sets\n",{"type":13,"tag":21,"props":712,"children":714},{"className":713},[],[715],{"type":18,"value":606},{"type":18,"value":717}," to the number of present stages it has written\nresults for.\nIf ",{"type":13,"tag":21,"props":719,"children":721},{"className":720},[],[722],{"type":18,"value":723},"VK_PAST_PRESENTATION_TIMING_ALLOW_PARTIAL_RESULTS_BIT_EXT",{"type":18,"value":725}," was\nspecified in ",{"type":13,"tag":513,"props":727,"children":729},{"href":728},"/man/VkPastPresentationTimingInfoEXT",[730],{"type":18,"value":731},"VkPastPresentationTimingInfoEXT",{"type":18,"value":245},{"type":13,"tag":21,"props":734,"children":736},{"className":735},[],[737],{"type":18,"value":738},"flags",{"type":18,"value":740},", the\nimplementation ",{"type":13,"tag":742,"props":743,"children":745},"normative",{"type":744},"may",[],{"type":18,"value":747}," return an incomplete report containing fewer present\nstage results than were queried by the associated presentation request.\nOtherwise, results for all the present stages queried by the presentation\nrequest are written by the implementation.",{"type":13,"tag":14,"props":749,"children":750},{},[751,753,756],{"type":18,"value":752},"Timing information for some present stages ",{"type":13,"tag":742,"props":754,"children":755},{"type":744},[],{"type":18,"value":757}," have a time value of 0,\nindicating that results for that present stage are not available.",{"type":13,"tag":14,"props":759,"children":760},{},[761,763,768],{"type":18,"value":762},"For systems with multiple entities operating within the presentation engine,\nsuch as multiple displays, ",{"type":13,"tag":21,"props":764,"children":766},{"className":765},[],[767],{"type":18,"value":614},{"type":18,"value":769}," will return timing results\nfor one entity which has been affected by the presentation.",{"type":13,"tag":14,"props":771,"children":772},{},[773,778,780,783,785,790,791,796,798,801,803,807,809,814,816,819,821,827],{"type":13,"tag":21,"props":774,"children":776},{"className":775},[],[777],{"type":18,"value":665},{"type":18,"value":779}," ",{"type":13,"tag":742,"props":781,"children":782},{"type":744},[],{"type":18,"value":784}," be different than the time domain that was specified\nin ",{"type":13,"tag":21,"props":786,"children":788},{"className":787},[],[789],{"type":18,"value":590},{"type":18,"value":245},{"type":13,"tag":21,"props":792,"children":794},{"className":793},[],[795],{"type":18,"value":665},{"type":18,"value":797}," if the requirements for\nusing this time domain could not be met at the time the presentation engine\nprocessed the presentation request.\nIn such a case, the presentation engine ",{"type":13,"tag":742,"props":799,"children":800},{"type":744},[],{"type":18,"value":802}," pick a time domain to fall back\nto, if one is available, and report results in that domain.\nApplications ",{"type":13,"tag":742,"props":804,"children":806},{"type":805},"can",[],{"type":18,"value":808}," continue to use this fallback time domain in future\n",{"type":13,"tag":21,"props":810,"children":812},{"className":811},[],[813],{"type":18,"value":556},{"type":18,"value":815}," calls, or they ",{"type":13,"tag":742,"props":817,"children":818},{"type":805},[],{"type":18,"value":820}," call\n",{"type":13,"tag":513,"props":822,"children":824},{"href":823},"/man/vkGetSwapchainTimeDomainPropertiesEXT",[825],{"type":18,"value":826},"vkGetSwapchainTimeDomainPropertiesEXT",{"type":18,"value":828}," to choose from the currently\nsupported time domains.",{"type":13,"tag":830,"props":831,"children":833},"validity-group",{"name":832},"Valid Usage (Implicit)",[834,860],{"type":13,"tag":835,"props":836,"children":838},"validity-field",{"name":837},"VUID-VkPastPresentationTimingEXT-sType-sType",[839],{"type":13,"tag":14,"props":840,"children":841},{},[842,847,848,852,854],{"type":13,"tag":21,"props":843,"children":845},{"className":844},[],[846],{"type":18,"value":509},{"type":18,"value":779},{"type":13,"tag":742,"props":849,"children":851},{"type":850},"must",[],{"type":18,"value":853}," be ",{"type":13,"tag":21,"props":855,"children":857},{"className":856},[],[858],{"type":18,"value":859},"VK_STRUCTURE_TYPE_PAST_PRESENTATION_TIMING_EXT",{"type":13,"tag":835,"props":861,"children":863},{"name":862},"VUID-VkPastPresentationTimingEXT-pNext-pNext",[864],{"type":13,"tag":14,"props":865,"children":866},{},[867,872,873,876,877],{"type":13,"tag":21,"props":868,"children":870},{"className":869},[],[871],{"type":18,"value":529},{"type":18,"value":779},{"type":13,"tag":742,"props":874,"children":875},{"type":850},[],{"type":18,"value":853},{"type":13,"tag":21,"props":878,"children":880},{"className":879},[],[881],{"type":18,"value":537},{"type":13,"tag":883,"props":884,"children":885},"style",{},[886],{"type":18,"value":887},"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":889},[],"markdown",1773121590043]