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