[{"data":1,"prerenderedAt":850},["ShallowReactive",2],{"8SJO5cy1z2":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":849,"_id":4},"VkPresentModeKHR","Presentation mode supported for a surface","VK_KHR_surface","enums",[],{"type":10,"children":11,"toc":847},"root",[12,38,397,549,567,818,841],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,27,29,36],{"type":18,"value":19},"text","Possible values of elements of the\n",{"type":13,"tag":21,"props":22,"children":24},"a",{"href":23},"/man/vkGetPhysicalDeviceSurfacePresentModesKHR",[25],{"type":18,"value":26},"vkGetPhysicalDeviceSurfacePresentModesKHR",{"type":18,"value":28},"::",{"type":13,"tag":30,"props":31,"children":33},"code",{"className":32},[],[34],{"type":18,"value":35},"pPresentModes",{"type":18,"value":37}," array,\nindicating the supported presentation modes for a surface, are:",{"type":13,"tag":39,"props":40,"children":41},"code-group",{},[42,177],{"type":13,"tag":43,"props":44,"children":50},"pre",{"className":45,"code":46,"filename":47,"language":48,"meta":49,"style":49},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkPresentModeKHR {\n VK_PRESENT_MODE_IMMEDIATE_KHR = 0,\n VK_PRESENT_MODE_MAILBOX_KHR = 1,\n VK_PRESENT_MODE_FIFO_KHR = 2,\n VK_PRESENT_MODE_FIFO_RELAXED_KHR = 3,\n} VkPresentModeKHR;\n","C","c","",[51],{"type":13,"tag":30,"props":52,"children":53},{"__ignoreMap":49},[54,77,102,124,146,168],{"type":13,"tag":55,"props":56,"children":59},"span",{"class":57,"line":58},"line",1,[60,66,71],{"type":13,"tag":55,"props":61,"children":63},{"style":62},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[64],{"type":18,"value":65},"typedef",{"type":13,"tag":55,"props":67,"children":68},{"style":62},[69],{"type":18,"value":70}," enum",{"type":13,"tag":55,"props":72,"children":74},{"style":73},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[75],{"type":18,"value":76}," VkPresentModeKHR {\n",{"type":13,"tag":55,"props":78,"children":80},{"class":57,"line":79},2,[81,86,91,97],{"type":13,"tag":55,"props":82,"children":83},{"style":73},[84],{"type":18,"value":85}," VK_PRESENT_MODE_IMMEDIATE_KHR ",{"type":13,"tag":55,"props":87,"children":88},{"style":62},[89],{"type":18,"value":90},"=",{"type":13,"tag":55,"props":92,"children":94},{"style":93},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[95],{"type":18,"value":96}," 0",{"type":13,"tag":55,"props":98,"children":99},{"style":73},[100],{"type":18,"value":101},",\n",{"type":13,"tag":55,"props":103,"children":105},{"class":57,"line":104},3,[106,111,115,120],{"type":13,"tag":55,"props":107,"children":108},{"style":73},[109],{"type":18,"value":110}," VK_PRESENT_MODE_MAILBOX_KHR ",{"type":13,"tag":55,"props":112,"children":113},{"style":62},[114],{"type":18,"value":90},{"type":13,"tag":55,"props":116,"children":117},{"style":93},[118],{"type":18,"value":119}," 1",{"type":13,"tag":55,"props":121,"children":122},{"style":73},[123],{"type":18,"value":101},{"type":13,"tag":55,"props":125,"children":127},{"class":57,"line":126},4,[128,133,137,142],{"type":13,"tag":55,"props":129,"children":130},{"style":73},[131],{"type":18,"value":132}," VK_PRESENT_MODE_FIFO_KHR ",{"type":13,"tag":55,"props":134,"children":135},{"style":62},[136],{"type":18,"value":90},{"type":13,"tag":55,"props":138,"children":139},{"style":93},[140],{"type":18,"value":141}," 2",{"type":13,"tag":55,"props":143,"children":144},{"style":73},[145],{"type":18,"value":101},{"type":13,"tag":55,"props":147,"children":149},{"class":57,"line":148},5,[150,155,159,164],{"type":13,"tag":55,"props":151,"children":152},{"style":73},[153],{"type":18,"value":154}," VK_PRESENT_MODE_FIFO_RELAXED_KHR ",{"type":13,"tag":55,"props":156,"children":157},{"style":62},[158],{"type":18,"value":90},{"type":13,"tag":55,"props":160,"children":161},{"style":93},[162],{"type":18,"value":163}," 3",{"type":13,"tag":55,"props":165,"children":166},{"style":73},[167],{"type":18,"value":101},{"type":13,"tag":55,"props":169,"children":171},{"class":57,"line":170},6,[172],{"type":13,"tag":55,"props":173,"children":174},{"style":73},[175],{"type":18,"value":176},"} VkPresentModeKHR;\n",{"type":13,"tag":43,"props":178,"children":183},{"className":179,"code":180,"filename":181,"language":182,"meta":49,"style":49},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PresentModeKHR(u32);\nimpl PresentModeKHR {\n pub const IMMEDIATE: Self = 0;\n pub const MAILBOX: Self = 1;\n pub const FIFO: Self = 2;\n pub const FIFO_RELAXED: Self = 3;\n}\n","Rust","rs",[184],{"type":13,"tag":30,"props":185,"children":186},{"__ignoreMap":49},[187,221,238,280,316,352,388],{"type":13,"tag":55,"props":188,"children":189},{"class":57,"line":58},[190,195,200,206,211,216],{"type":13,"tag":55,"props":191,"children":192},{"style":62},[193],{"type":18,"value":194},"pub",{"type":13,"tag":55,"props":196,"children":197},{"style":62},[198],{"type":18,"value":199}," struct",{"type":13,"tag":55,"props":201,"children":203},{"style":202},"--shiki-default:#953800;--shiki-dark:#FFA657",[204],{"type":18,"value":205}," PresentModeKHR",{"type":13,"tag":55,"props":207,"children":208},{"style":73},[209],{"type":18,"value":210},"(",{"type":13,"tag":55,"props":212,"children":213},{"style":202},[214],{"type":18,"value":215},"u32",{"type":13,"tag":55,"props":217,"children":218},{"style":73},[219],{"type":18,"value":220},");\n",{"type":13,"tag":55,"props":222,"children":223},{"class":57,"line":79},[224,229,233],{"type":13,"tag":55,"props":225,"children":226},{"style":62},[227],{"type":18,"value":228},"impl",{"type":13,"tag":55,"props":230,"children":231},{"style":202},[232],{"type":18,"value":205},{"type":13,"tag":55,"props":234,"children":235},{"style":73},[236],{"type":18,"value":237}," {\n",{"type":13,"tag":55,"props":239,"children":240},{"class":57,"line":104},[241,246,251,256,261,266,271,275],{"type":13,"tag":55,"props":242,"children":243},{"style":62},[244],{"type":18,"value":245}," pub",{"type":13,"tag":55,"props":247,"children":248},{"style":62},[249],{"type":18,"value":250}," const",{"type":13,"tag":55,"props":252,"children":253},{"style":93},[254],{"type":18,"value":255}," IMMEDIATE",{"type":13,"tag":55,"props":257,"children":258},{"style":62},[259],{"type":18,"value":260},":",{"type":13,"tag":55,"props":262,"children":263},{"style":93},[264],{"type":18,"value":265}," Self",{"type":13,"tag":55,"props":267,"children":268},{"style":62},[269],{"type":18,"value":270}," =",{"type":13,"tag":55,"props":272,"children":273},{"style":93},[274],{"type":18,"value":96},{"type":13,"tag":55,"props":276,"children":277},{"style":73},[278],{"type":18,"value":279},";\n",{"type":13,"tag":55,"props":281,"children":282},{"class":57,"line":126},[283,287,291,296,300,304,308,312],{"type":13,"tag":55,"props":284,"children":285},{"style":62},[286],{"type":18,"value":245},{"type":13,"tag":55,"props":288,"children":289},{"style":62},[290],{"type":18,"value":250},{"type":13,"tag":55,"props":292,"children":293},{"style":93},[294],{"type":18,"value":295}," MAILBOX",{"type":13,"tag":55,"props":297,"children":298},{"style":62},[299],{"type":18,"value":260},{"type":13,"tag":55,"props":301,"children":302},{"style":93},[303],{"type":18,"value":265},{"type":13,"tag":55,"props":305,"children":306},{"style":62},[307],{"type":18,"value":270},{"type":13,"tag":55,"props":309,"children":310},{"style":93},[311],{"type":18,"value":119},{"type":13,"tag":55,"props":313,"children":314},{"style":73},[315],{"type":18,"value":279},{"type":13,"tag":55,"props":317,"children":318},{"class":57,"line":148},[319,323,327,332,336,340,344,348],{"type":13,"tag":55,"props":320,"children":321},{"style":62},[322],{"type":18,"value":245},{"type":13,"tag":55,"props":324,"children":325},{"style":62},[326],{"type":18,"value":250},{"type":13,"tag":55,"props":328,"children":329},{"style":93},[330],{"type":18,"value":331}," FIFO",{"type":13,"tag":55,"props":333,"children":334},{"style":62},[335],{"type":18,"value":260},{"type":13,"tag":55,"props":337,"children":338},{"style":93},[339],{"type":18,"value":265},{"type":13,"tag":55,"props":341,"children":342},{"style":62},[343],{"type":18,"value":270},{"type":13,"tag":55,"props":345,"children":346},{"style":93},[347],{"type":18,"value":141},{"type":13,"tag":55,"props":349,"children":350},{"style":73},[351],{"type":18,"value":279},{"type":13,"tag":55,"props":353,"children":354},{"class":57,"line":170},[355,359,363,368,372,376,380,384],{"type":13,"tag":55,"props":356,"children":357},{"style":62},[358],{"type":18,"value":245},{"type":13,"tag":55,"props":360,"children":361},{"style":62},[362],{"type":18,"value":250},{"type":13,"tag":55,"props":364,"children":365},{"style":93},[366],{"type":18,"value":367}," FIFO_RELAXED",{"type":13,"tag":55,"props":369,"children":370},{"style":62},[371],{"type":18,"value":260},{"type":13,"tag":55,"props":373,"children":374},{"style":93},[375],{"type":18,"value":265},{"type":13,"tag":55,"props":377,"children":378},{"style":62},[379],{"type":18,"value":270},{"type":13,"tag":55,"props":381,"children":382},{"style":93},[383],{"type":18,"value":163},{"type":13,"tag":55,"props":385,"children":386},{"style":73},[387],{"type":18,"value":279},{"type":13,"tag":55,"props":389,"children":391},{"class":57,"line":390},7,[392],{"type":13,"tag":55,"props":393,"children":394},{"style":73},[395],{"type":18,"value":396},"}\n",{"type":13,"tag":398,"props":399,"children":400},"ul",{},[401,420,437,466,482,517],{"type":13,"tag":402,"props":403,"children":404},"li",{},[405,411,413,418],{"type":13,"tag":30,"props":406,"children":408},{"className":407},[],[409],{"type":18,"value":410},"VK_PRESENT_MODE_IMMEDIATE_KHR",{"type":18,"value":412}," specifies that the presentation\nengine does not wait for a vertical blanking period to update the\ncurrent image, meaning this mode ",{"type":13,"tag":414,"props":415,"children":417},"normative",{"type":416},"may",[],{"type":18,"value":419}," result in visible tearing.\nNo internal queuing of presentation requests is needed, as the requests\nare applied immediately.",{"type":13,"tag":402,"props":421,"children":422},{},[423,429,431,435],{"type":13,"tag":30,"props":424,"children":426},{"className":425},[],[427],{"type":18,"value":428},"VK_PRESENT_MODE_MAILBOX_KHR",{"type":18,"value":430}," specifies that the presentation engine\nwaits for the next vertical blanking period to update the current image.\nTearing ",{"type":13,"tag":414,"props":432,"children":434},{"type":433},"cannot",[],{"type":18,"value":436}," be observed.\nAn internal single-entry queue is used to hold pending presentation\nrequests.\nIf the queue is full when a new presentation request is received, the\nnew request replaces the existing entry, and any images associated with\nthe prior entry become available for reuse by the application.\nOne request is removed from the queue and processed during each vertical\nblanking period in which the queue is non-empty.",{"type":13,"tag":402,"props":438,"children":439},{},[440,446,447,450,452,458,460,464],{"type":13,"tag":30,"props":441,"children":443},{"className":442},[],[444],{"type":18,"value":445},"VK_PRESENT_MODE_FIFO_KHR",{"type":18,"value":430},{"type":13,"tag":414,"props":448,"children":449},{"type":433},[],{"type":18,"value":451}," be observed.\nAn internal queue is used to hold pending presentation requests.\nNew requests are appended to the end of the queue, and one request is\nremoved from the beginning of the queue and processed during each\nvertical blanking period in which the queue is non-empty.\nThis is the only value of ",{"type":13,"tag":30,"props":453,"children":455},{"className":454},[],[456],{"type":18,"value":457},"presentMode",{"type":18,"value":459}," that is ",{"type":13,"tag":414,"props":461,"children":463},{"type":462},"required",[],{"type":18,"value":465}," to be\nsupported.",{"type":13,"tag":402,"props":467,"children":468},{},[469,475,477,480],{"type":13,"tag":30,"props":470,"children":472},{"className":471},[],[473],{"type":18,"value":474},"VK_PRESENT_MODE_FIFO_RELAXED_KHR",{"type":18,"value":476}," specifies that the presentation\nengine generally waits for the next vertical blanking period to update\nthe current image.\nIf a vertical blanking period has already passed since the last update\nof the current image then the presentation engine does not wait for\nanother vertical blanking period for the update, meaning this mode ",{"type":13,"tag":414,"props":478,"children":479},{"type":416},[],{"type":18,"value":481},"\nresult in visible tearing in this case.\nThis mode is useful for reducing visual stutter with an application that\nwill mostly present a new image before the next vertical blanking\nperiod, but may occasionally be late, and present a new image just after\nthe next vertical blanking period.\nAn internal queue is used to hold pending presentation requests.\nNew requests are appended to the end of the queue, and one request is\nremoved from the beginning of the queue and processed during or after\neach vertical blanking period in which the queue is non-empty.",{"type":13,"tag":402,"props":483,"children":484},{},[485,491,493,499,501,505,507,510,512,515],{"type":13,"tag":30,"props":486,"children":488},{"className":487},[],[489],{"type":18,"value":490},"VK_PRESENT_MODE_SHARED_DEMAND_REFRESH_KHR",{"type":18,"value":492}," specifies that the\npresentation engine and application have concurrent access to a single\nimage, which is referred to as a ",{"type":13,"tag":494,"props":495,"children":496},"em",{},[497],{"type":18,"value":498},"shared presentable image",{"type":18,"value":500},".\nThe presentation engine is only required to update the current image\nafter a new presentation request is received.\nTherefore the application ",{"type":13,"tag":414,"props":502,"children":504},{"type":503},"must",[],{"type":18,"value":506}," make a presentation request whenever an\nupdate is required.\nHowever, the presentation engine ",{"type":13,"tag":414,"props":508,"children":509},{"type":416},[],{"type":18,"value":511}," update the current image at any\npoint, meaning this mode ",{"type":13,"tag":414,"props":513,"children":514},{"type":416},[],{"type":18,"value":516}," result in visible tearing.",{"type":13,"tag":402,"props":518,"children":519},{},[520,526,527,531,533,536,538,542,544,547],{"type":13,"tag":30,"props":521,"children":523},{"className":522},[],[524],{"type":18,"value":525},"VK_PRESENT_MODE_SHARED_CONTINUOUS_REFRESH_KHR",{"type":18,"value":492},{"type":13,"tag":494,"props":528,"children":529},{},[530],{"type":18,"value":498},{"type":18,"value":532},".\nThe presentation engine periodically updates the current image on its\nregular refresh cycle.\nThe application is only required to make one initial presentation\nrequest, after which the presentation engine ",{"type":13,"tag":414,"props":534,"children":535},{"type":503},[],{"type":18,"value":537}," update the current\nimage without any need for further presentation requests.\nThe application ",{"type":13,"tag":414,"props":539,"children":541},{"type":540},"can",[],{"type":18,"value":543}," indicate the image contents have been updated by\nmaking a presentation request, but this does not guarantee the timing of\nwhen it will be updated.\nThis mode ",{"type":13,"tag":414,"props":545,"children":546},{"type":416},[],{"type":18,"value":548}," result in visible tearing if rendering to the image is\nnot timed correctly.",{"type":13,"tag":14,"props":550,"children":551},{},[552,554,560,562,565],{"type":18,"value":553},"The supported ",{"type":13,"tag":21,"props":555,"children":557},{"href":556},"/man/VkImageUsageFlagBits",[558],{"type":18,"value":559},"VkImageUsageFlagBits",{"type":18,"value":561}," of the presentable images of a\nswapchain created for a surface ",{"type":13,"tag":414,"props":563,"children":564},{"type":416},[],{"type":18,"value":566}," differ depending on the presentation\nmode, and can be determined as per the table below:",{"type":13,"tag":568,"props":569,"children":575},"table",{"className":570},[571,572,573,574],"tableblock","frame-all","grid-all","stretch",[576,584,596,619],{"type":13,"tag":577,"props":578,"children":581},"caption",{"className":579},[580],"title",[582],{"type":18,"value":583},"Table 1. Presentable image usage queries",{"type":13,"tag":585,"props":586,"children":587},"colgroup",{},[588,593],{"type":13,"tag":589,"props":590,"children":592},"col",{"style":591},"width: 50%;",[],{"type":13,"tag":589,"props":594,"children":595},{"style":591},[],{"type":13,"tag":597,"props":598,"children":599},"thead",{},[600],{"type":13,"tag":601,"props":602,"children":603},"tr",{},[604,613],{"type":13,"tag":605,"props":606,"children":610},"th",{"className":607},[571,608,609],"halign-left","valign-top",[611],{"type":18,"value":612},"Presentation mode",{"type":13,"tag":605,"props":614,"children":616},{"className":615},[571,608,609],[617],{"type":18,"value":618},"Image usage flags",{"type":13,"tag":620,"props":621,"children":622},"tbody",{},[623,660,691,722,753,787],{"type":13,"tag":601,"props":624,"children":625},{},[626,640],{"type":13,"tag":627,"props":628,"children":630},"td",{"className":629},[571,608,609],[631],{"type":13,"tag":14,"props":632,"children":634},{"className":633},[571],[635],{"type":13,"tag":636,"props":637,"children":638},"literal",{},[639],{"type":18,"value":410},{"type":13,"tag":627,"props":641,"children":643},{"className":642},[571,608,609],[644],{"type":13,"tag":14,"props":645,"children":647},{"className":646},[571],[648,653,655],{"type":13,"tag":649,"props":650,"children":652},"link",{"xl:href":651},"/man/VkSurfaceCapabilitiesKHR",[],{"type":18,"value":654},"VkSurfaceCapabilitiesKHR::",{"type":13,"tag":636,"props":656,"children":657},{},[658],{"type":18,"value":659},"supportedUsageFlags",{"type":13,"tag":601,"props":661,"children":662},{},[663,675],{"type":13,"tag":627,"props":664,"children":666},{"className":665},[571,608,609],[667],{"type":13,"tag":14,"props":668,"children":670},{"className":669},[571],[671],{"type":13,"tag":636,"props":672,"children":673},{},[674],{"type":18,"value":428},{"type":13,"tag":627,"props":676,"children":678},{"className":677},[571,608,609],[679],{"type":13,"tag":14,"props":680,"children":682},{"className":681},[571],[683,686,687],{"type":13,"tag":649,"props":684,"children":685},{"xl:href":651},[],{"type":18,"value":654},{"type":13,"tag":636,"props":688,"children":689},{},[690],{"type":18,"value":659},{"type":13,"tag":601,"props":692,"children":693},{},[694,706],{"type":13,"tag":627,"props":695,"children":697},{"className":696},[571,608,609],[698],{"type":13,"tag":14,"props":699,"children":701},{"className":700},[571],[702],{"type":13,"tag":636,"props":703,"children":704},{},[705],{"type":18,"value":445},{"type":13,"tag":627,"props":707,"children":709},{"className":708},[571,608,609],[710],{"type":13,"tag":14,"props":711,"children":713},{"className":712},[571],[714,717,718],{"type":13,"tag":649,"props":715,"children":716},{"xl:href":651},[],{"type":18,"value":654},{"type":13,"tag":636,"props":719,"children":720},{},[721],{"type":18,"value":659},{"type":13,"tag":601,"props":723,"children":724},{},[725,737],{"type":13,"tag":627,"props":726,"children":728},{"className":727},[571,608,609],[729],{"type":13,"tag":14,"props":730,"children":732},{"className":731},[571],[733],{"type":13,"tag":636,"props":734,"children":735},{},[736],{"type":18,"value":474},{"type":13,"tag":627,"props":738,"children":740},{"className":739},[571,608,609],[741],{"type":13,"tag":14,"props":742,"children":744},{"className":743},[571],[745,748,749],{"type":13,"tag":649,"props":746,"children":747},{"xl:href":651},[],{"type":18,"value":654},{"type":13,"tag":636,"props":750,"children":751},{},[752],{"type":18,"value":659},{"type":13,"tag":601,"props":754,"children":755},{},[756,768],{"type":13,"tag":627,"props":757,"children":759},{"className":758},[571,608,609],[760],{"type":13,"tag":14,"props":761,"children":763},{"className":762},[571],[764],{"type":13,"tag":636,"props":765,"children":766},{},[767],{"type":18,"value":490},{"type":13,"tag":627,"props":769,"children":771},{"className":770},[571,608,609],[772],{"type":13,"tag":14,"props":773,"children":775},{"className":774},[571],[776,780,782],{"type":13,"tag":649,"props":777,"children":779},{"xl:href":778},"/man/VkSharedPresentSurfaceCapabilitiesKHR",[],{"type":18,"value":781},"VkSharedPresentSurfaceCapabilitiesKHR::",{"type":13,"tag":636,"props":783,"children":784},{},[785],{"type":18,"value":786},"sharedPresentSupportedUsageFlags",{"type":13,"tag":601,"props":788,"children":789},{},[790,802],{"type":13,"tag":627,"props":791,"children":793},{"className":792},[571,608,609],[794],{"type":13,"tag":14,"props":795,"children":797},{"className":796},[571],[798],{"type":13,"tag":636,"props":799,"children":800},{},[801],{"type":18,"value":525},{"type":13,"tag":627,"props":803,"children":805},{"className":804},[571,608,609],[806],{"type":13,"tag":14,"props":807,"children":809},{"className":808},[571],[810,813,814],{"type":13,"tag":649,"props":811,"children":812},{"xl:href":778},[],{"type":18,"value":781},{"type":13,"tag":636,"props":815,"children":816},{},[817],{"type":18,"value":786},{"type":13,"tag":819,"props":820,"children":821},"note",{},[822],{"type":13,"tag":14,"props":823,"children":824},{},[825,827,832,834,839],{"type":18,"value":826},"For reference, the mode indicated by ",{"type":13,"tag":30,"props":828,"children":830},{"className":829},[],[831],{"type":18,"value":445},{"type":18,"value":833}," is\nequivalent to the behavior of {wgl|glX|egl}SwapBuffers with a swap interval\nof 1, while the mode indicated by ",{"type":13,"tag":30,"props":835,"children":837},{"className":836},[],[838],{"type":18,"value":474},{"type":18,"value":840}," is\nequivalent to the behavior of {wgl|glX}SwapBuffers with a swap interval of\n-1 (from the {WGL|GLX}_EXT_swap_control_tear extensions).",{"type":13,"tag":842,"props":843,"children":844},"style",{},[845],{"type":18,"value":846},"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":49,"searchDepth":79,"depth":79,"links":848},[],"markdown",1725732580596]