[{"data":1,"prerenderedAt":792},["ShallowReactive",2],{"LiNVb3cNaS":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":791,"_id":4},"VkDescriptorBindingFlagBits","Bitmask specifying descriptor set layout binding properties","VK_VERSION_1_2","enums",[],{"type":10,"children":11,"toc":789},"root",[12,45,425,430,510,747,783],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,25,27,34,36,43],{"type":18,"value":19},"text","Bits which ",{"type":13,"tag":21,"props":22,"children":24},"normative",{"type":23},"can",[],{"type":18,"value":26}," be set in each element of\n",{"type":13,"tag":28,"props":29,"children":31},"a",{"href":30},"/man/VkDescriptorSetLayoutBindingFlagsCreateInfo",[32],{"type":18,"value":33},"VkDescriptorSetLayoutBindingFlagsCreateInfo",{"type":18,"value":35},"::",{"type":13,"tag":37,"props":38,"children":40},"code",{"className":39},[],[41],{"type":18,"value":42},"pBindingFlags",{"type":18,"value":44},",\nspecifying options for the corresponding descriptor set layout binding, are:",{"type":13,"tag":46,"props":47,"children":48},"code-group",{},[49,201],{"type":13,"tag":50,"props":51,"children":57},"pre",{"className":52,"code":53,"filename":54,"language":55,"meta":56,"style":56},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkDescriptorBindingFlagBits {\n VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT = 0x00000001,\n VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT = 0x00000002,\n VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT = 0x00000004,\n VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT = 0x00000008,\n} VkDescriptorBindingFlagBits;\n","C","c","",[58],{"type":13,"tag":37,"props":59,"children":60},{"__ignoreMap":56},[61,84,114,140,166,192],{"type":13,"tag":62,"props":63,"children":66},"span",{"class":64,"line":65},"line",1,[67,73,78],{"type":13,"tag":62,"props":68,"children":70},{"style":69},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[71],{"type":18,"value":72},"typedef",{"type":13,"tag":62,"props":74,"children":75},{"style":69},[76],{"type":18,"value":77}," enum",{"type":13,"tag":62,"props":79,"children":81},{"style":80},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[82],{"type":18,"value":83}," VkDescriptorBindingFlagBits {\n",{"type":13,"tag":62,"props":85,"children":87},{"class":64,"line":86},2,[88,93,98,103,109],{"type":13,"tag":62,"props":89,"children":90},{"style":80},[91],{"type":18,"value":92}," VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT ",{"type":13,"tag":62,"props":94,"children":95},{"style":69},[96],{"type":18,"value":97},"=",{"type":13,"tag":62,"props":99,"children":100},{"style":69},[101],{"type":18,"value":102}," 0x",{"type":13,"tag":62,"props":104,"children":106},{"style":105},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[107],{"type":18,"value":108},"00000001",{"type":13,"tag":62,"props":110,"children":111},{"style":80},[112],{"type":18,"value":113},",\n",{"type":13,"tag":62,"props":115,"children":117},{"class":64,"line":116},3,[118,123,127,131,136],{"type":13,"tag":62,"props":119,"children":120},{"style":80},[121],{"type":18,"value":122}," VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT ",{"type":13,"tag":62,"props":124,"children":125},{"style":69},[126],{"type":18,"value":97},{"type":13,"tag":62,"props":128,"children":129},{"style":69},[130],{"type":18,"value":102},{"type":13,"tag":62,"props":132,"children":133},{"style":105},[134],{"type":18,"value":135},"00000002",{"type":13,"tag":62,"props":137,"children":138},{"style":80},[139],{"type":18,"value":113},{"type":13,"tag":62,"props":141,"children":143},{"class":64,"line":142},4,[144,149,153,157,162],{"type":13,"tag":62,"props":145,"children":146},{"style":80},[147],{"type":18,"value":148}," VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT ",{"type":13,"tag":62,"props":150,"children":151},{"style":69},[152],{"type":18,"value":97},{"type":13,"tag":62,"props":154,"children":155},{"style":69},[156],{"type":18,"value":102},{"type":13,"tag":62,"props":158,"children":159},{"style":105},[160],{"type":18,"value":161},"00000004",{"type":13,"tag":62,"props":163,"children":164},{"style":80},[165],{"type":18,"value":113},{"type":13,"tag":62,"props":167,"children":169},{"class":64,"line":168},5,[170,175,179,183,188],{"type":13,"tag":62,"props":171,"children":172},{"style":80},[173],{"type":18,"value":174}," VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT ",{"type":13,"tag":62,"props":176,"children":177},{"style":69},[178],{"type":18,"value":97},{"type":13,"tag":62,"props":180,"children":181},{"style":69},[182],{"type":18,"value":102},{"type":13,"tag":62,"props":184,"children":185},{"style":105},[186],{"type":18,"value":187},"00000008",{"type":13,"tag":62,"props":189,"children":190},{"style":80},[191],{"type":18,"value":113},{"type":13,"tag":62,"props":193,"children":195},{"class":64,"line":194},6,[196],{"type":13,"tag":62,"props":197,"children":198},{"style":80},[199],{"type":18,"value":200},"} VkDescriptorBindingFlagBits;\n",{"type":13,"tag":50,"props":202,"children":207},{"className":203,"code":204,"filename":205,"language":206,"meta":56,"style":56},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct DescriptorBindingFlagBits(u32);\nimpl DescriptorBindingFlagBits {\n pub const UPDATE_AFTER_BIND: Self = 0x00000001;\n pub const UPDATE_UNUSED_WHILE_PENDING: Self = 0x00000002;\n pub const PARTIALLY_BOUND: Self = 0x00000004;\n pub const VARIABLE_DESCRIPTOR_COUNT: Self = 0x00000008;\n}\n","Rust","rs",[208],{"type":13,"tag":37,"props":209,"children":210},{"__ignoreMap":56},[211,245,262,305,342,379,416],{"type":13,"tag":62,"props":212,"children":213},{"class":64,"line":65},[214,219,224,230,235,240],{"type":13,"tag":62,"props":215,"children":216},{"style":69},[217],{"type":18,"value":218},"pub",{"type":13,"tag":62,"props":220,"children":221},{"style":69},[222],{"type":18,"value":223}," struct",{"type":13,"tag":62,"props":225,"children":227},{"style":226},"--shiki-default:#953800;--shiki-dark:#FFA657",[228],{"type":18,"value":229}," DescriptorBindingFlagBits",{"type":13,"tag":62,"props":231,"children":232},{"style":80},[233],{"type":18,"value":234},"(",{"type":13,"tag":62,"props":236,"children":237},{"style":226},[238],{"type":18,"value":239},"u32",{"type":13,"tag":62,"props":241,"children":242},{"style":80},[243],{"type":18,"value":244},");\n",{"type":13,"tag":62,"props":246,"children":247},{"class":64,"line":86},[248,253,257],{"type":13,"tag":62,"props":249,"children":250},{"style":69},[251],{"type":18,"value":252},"impl",{"type":13,"tag":62,"props":254,"children":255},{"style":226},[256],{"type":18,"value":229},{"type":13,"tag":62,"props":258,"children":259},{"style":80},[260],{"type":18,"value":261}," {\n",{"type":13,"tag":62,"props":263,"children":264},{"class":64,"line":116},[265,270,275,280,285,290,295,300],{"type":13,"tag":62,"props":266,"children":267},{"style":69},[268],{"type":18,"value":269}," pub",{"type":13,"tag":62,"props":271,"children":272},{"style":69},[273],{"type":18,"value":274}," const",{"type":13,"tag":62,"props":276,"children":277},{"style":105},[278],{"type":18,"value":279}," UPDATE_AFTER_BIND",{"type":13,"tag":62,"props":281,"children":282},{"style":69},[283],{"type":18,"value":284},":",{"type":13,"tag":62,"props":286,"children":287},{"style":105},[288],{"type":18,"value":289}," Self",{"type":13,"tag":62,"props":291,"children":292},{"style":69},[293],{"type":18,"value":294}," =",{"type":13,"tag":62,"props":296,"children":297},{"style":105},[298],{"type":18,"value":299}," 0x00000001",{"type":13,"tag":62,"props":301,"children":302},{"style":80},[303],{"type":18,"value":304},";\n",{"type":13,"tag":62,"props":306,"children":307},{"class":64,"line":142},[308,312,316,321,325,329,333,338],{"type":13,"tag":62,"props":309,"children":310},{"style":69},[311],{"type":18,"value":269},{"type":13,"tag":62,"props":313,"children":314},{"style":69},[315],{"type":18,"value":274},{"type":13,"tag":62,"props":317,"children":318},{"style":105},[319],{"type":18,"value":320}," UPDATE_UNUSED_WHILE_PENDING",{"type":13,"tag":62,"props":322,"children":323},{"style":69},[324],{"type":18,"value":284},{"type":13,"tag":62,"props":326,"children":327},{"style":105},[328],{"type":18,"value":289},{"type":13,"tag":62,"props":330,"children":331},{"style":69},[332],{"type":18,"value":294},{"type":13,"tag":62,"props":334,"children":335},{"style":105},[336],{"type":18,"value":337}," 0x00000002",{"type":13,"tag":62,"props":339,"children":340},{"style":80},[341],{"type":18,"value":304},{"type":13,"tag":62,"props":343,"children":344},{"class":64,"line":168},[345,349,353,358,362,366,370,375],{"type":13,"tag":62,"props":346,"children":347},{"style":69},[348],{"type":18,"value":269},{"type":13,"tag":62,"props":350,"children":351},{"style":69},[352],{"type":18,"value":274},{"type":13,"tag":62,"props":354,"children":355},{"style":105},[356],{"type":18,"value":357}," PARTIALLY_BOUND",{"type":13,"tag":62,"props":359,"children":360},{"style":69},[361],{"type":18,"value":284},{"type":13,"tag":62,"props":363,"children":364},{"style":105},[365],{"type":18,"value":289},{"type":13,"tag":62,"props":367,"children":368},{"style":69},[369],{"type":18,"value":294},{"type":13,"tag":62,"props":371,"children":372},{"style":105},[373],{"type":18,"value":374}," 0x00000004",{"type":13,"tag":62,"props":376,"children":377},{"style":80},[378],{"type":18,"value":304},{"type":13,"tag":62,"props":380,"children":381},{"class":64,"line":194},[382,386,390,395,399,403,407,412],{"type":13,"tag":62,"props":383,"children":384},{"style":69},[385],{"type":18,"value":269},{"type":13,"tag":62,"props":387,"children":388},{"style":69},[389],{"type":18,"value":274},{"type":13,"tag":62,"props":391,"children":392},{"style":105},[393],{"type":18,"value":394}," VARIABLE_DESCRIPTOR_COUNT",{"type":13,"tag":62,"props":396,"children":397},{"style":69},[398],{"type":18,"value":284},{"type":13,"tag":62,"props":400,"children":401},{"style":105},[402],{"type":18,"value":289},{"type":13,"tag":62,"props":404,"children":405},{"style":69},[406],{"type":18,"value":294},{"type":13,"tag":62,"props":408,"children":409},{"style":105},[410],{"type":18,"value":411}," 0x00000008",{"type":13,"tag":62,"props":413,"children":414},{"style":80},[415],{"type":18,"value":304},{"type":13,"tag":62,"props":417,"children":419},{"class":64,"line":418},7,[420],{"type":13,"tag":62,"props":421,"children":422},{"style":80},[423],{"type":18,"value":424},"}\n",{"type":13,"tag":14,"props":426,"children":427},{},[428],{"type":18,"value":429},"or the equivalent",{"type":13,"tag":46,"props":431,"children":432},{},[433,459],{"type":13,"tag":50,"props":434,"children":436},{"className":52,"code":435,"filename":54,"language":55,"meta":56,"style":56},"#define VkDescriptorBindingFlagBitsEXT VkDescriptorBindingFlagBits\n",[437],{"type":13,"tag":37,"props":438,"children":439},{"__ignoreMap":56},[440],{"type":13,"tag":62,"props":441,"children":442},{"class":64,"line":65},[443,448,454],{"type":13,"tag":62,"props":444,"children":445},{"style":69},[446],{"type":18,"value":447},"#define",{"type":13,"tag":62,"props":449,"children":451},{"style":450},"--shiki-default:#8250DF;--shiki-dark:#D2A8FF",[452],{"type":18,"value":453}," VkDescriptorBindingFlagBitsEXT",{"type":13,"tag":62,"props":455,"children":456},{"style":80},[457],{"type":18,"value":458}," VkDescriptorBindingFlagBits\n",{"type":13,"tag":50,"props":460,"children":462},{"className":203,"code":461,"filename":205,"language":206,"meta":56,"style":56},"const DescriptorBindingFlagBitsEXT: _ = vk::DescriptorBindingFlagBits;\n",[463],{"type":13,"tag":37,"props":464,"children":465},{"__ignoreMap":56},[466],{"type":13,"tag":62,"props":467,"children":468},{"class":64,"line":65},[469,474,479,483,488,492,497,501,506],{"type":13,"tag":62,"props":470,"children":471},{"style":69},[472],{"type":18,"value":473},"const",{"type":13,"tag":62,"props":475,"children":476},{"style":105},[477],{"type":18,"value":478}," DescriptorBindingFlagBitsEXT",{"type":13,"tag":62,"props":480,"children":481},{"style":69},[482],{"type":18,"value":284},{"type":13,"tag":62,"props":484,"children":485},{"style":80},[486],{"type":18,"value":487}," _ ",{"type":13,"tag":62,"props":489,"children":490},{"style":69},[491],{"type":18,"value":97},{"type":13,"tag":62,"props":493,"children":494},{"style":226},[495],{"type":18,"value":496}," vk",{"type":13,"tag":62,"props":498,"children":499},{"style":69},[500],{"type":18,"value":35},{"type":13,"tag":62,"props":502,"children":503},{"style":226},[504],{"type":18,"value":505},"DescriptorBindingFlagBits",{"type":13,"tag":62,"props":507,"children":508},{"style":80},[509],{"type":18,"value":304},{"type":13,"tag":511,"props":512,"children":513},"ul",{},[514,558,577,635],{"type":13,"tag":515,"props":516,"children":517},"li",{},[518,524,526,532,534,540,542,545,547,551,553,556],{"type":13,"tag":37,"props":519,"children":521},{"className":520},[],[522],{"type":18,"value":523},"VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT",{"type":18,"value":525}," indicates that if\ndescriptors in this binding are updated between when the descriptor set\nis bound in a command buffer and when that command buffer is submitted\nto a queue, then the submission will use the most recently set\ndescriptors for this binding and the updates do not invalidate the\ncommand buffer.\nDescriptor bindings created with this flag are also partially exempt\nfrom the external synchronization requirement in\n",{"type":13,"tag":28,"props":527,"children":529},{"href":528},"/man/vkUpdateDescriptorSetWithTemplateKHR",[530],{"type":18,"value":531},"vkUpdateDescriptorSetWithTemplateKHR",{"type":18,"value":533}," and\n",{"type":13,"tag":28,"props":535,"children":537},{"href":536},"/man/vkUpdateDescriptorSets",[538],{"type":18,"value":539},"vkUpdateDescriptorSets",{"type":18,"value":541},".\nMultiple descriptors with this flag set ",{"type":13,"tag":21,"props":543,"children":544},{"type":23},[],{"type":18,"value":546}," be updated concurrently in\ndifferent threads, though the same descriptor ",{"type":13,"tag":21,"props":548,"children":550},{"type":549},"must",[],{"type":18,"value":552}," not be updated\nconcurrently by two threads.\nDescriptors with this flag set ",{"type":13,"tag":21,"props":554,"children":555},{"type":23},[],{"type":18,"value":557}," be updated concurrently with the set\nbeing bound to a command buffer in another thread, but not concurrently\nwith the set being reset or freed.",{"type":13,"tag":515,"props":559,"children":560},{},[561,567,569,575],{"type":13,"tag":37,"props":562,"children":564},{"className":563},[],[565],{"type":18,"value":566},"VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT",{"type":18,"value":568}," indicates that\ndescriptors in this binding that are not ",{"type":13,"tag":570,"props":571,"children":572},"em",{},[573],{"type":18,"value":574},"dynamically used",{"type":18,"value":576}," need not\ncontain valid descriptors at the time the descriptors are consumed.\nA descriptor is dynamically used if any shader invocation executes an\ninstruction that performs any memory access using the descriptor.\nIf a descriptor is not dynamically used, any resource referenced by the\ndescriptor is not considered to be referenced during command execution.",{"type":13,"tag":515,"props":578,"children":579},{},[580,586,588,591,593,597,598,602,604,609,611,616,618,621,623,628,630,633],{"type":13,"tag":37,"props":581,"children":583},{"className":582},[],[584],{"type":18,"value":585},"VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT",{"type":18,"value":587}," indicates\nthat descriptors in this binding ",{"type":13,"tag":21,"props":589,"children":590},{"type":23},[],{"type":18,"value":592}," be updated after a command buffer\nhas bound this descriptor set, or while a command buffer that uses this\ndescriptor set is pending execution, as long as the descriptors that are\nupdated are not used by those command buffers.\nDescriptor bindings created with this flag are also partially exempt\nfrom the external synchronization requirement in\n",{"type":13,"tag":28,"props":594,"children":595},{"href":528},[596],{"type":18,"value":531},{"type":18,"value":533},{"type":13,"tag":28,"props":599,"children":600},{"href":536},[601],{"type":18,"value":539},{"type":18,"value":603}," in the same way as for\n",{"type":13,"tag":37,"props":605,"children":607},{"className":606},[],[608],{"type":18,"value":523},{"type":18,"value":610},".\nIf ",{"type":13,"tag":37,"props":612,"children":614},{"className":613},[],[615],{"type":18,"value":566},{"type":18,"value":617}," is also set, then\ndescriptors ",{"type":13,"tag":21,"props":619,"children":620},{"type":23},[],{"type":18,"value":622}," be updated as long as they are not dynamically used by\nany shader invocations.\nIf ",{"type":13,"tag":37,"props":624,"children":626},{"className":625},[],[627],{"type":18,"value":566},{"type":18,"value":629}," is not set, then\ndescriptors ",{"type":13,"tag":21,"props":631,"children":632},{"type":23},[],{"type":18,"value":634}," be updated as long as they are not statically used by\nany shader invocations.",{"type":13,"tag":515,"props":636,"children":637},{},[638,644,646,651,653,659,661,664,666,672,674,680,682,688,690,695,697,703,705,711,712,718,720,726,728,733,735,745],{"type":13,"tag":37,"props":639,"children":641},{"className":640},[],[642],{"type":18,"value":643},"VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT",{"type":18,"value":645}," indicates that\nthis is a ",{"type":13,"tag":570,"props":647,"children":648},{},[649],{"type":18,"value":650},"variable-sized descriptor binding",{"type":18,"value":652}," whose size will be\nspecified when a descriptor set is allocated using this layout.\nThe value of ",{"type":13,"tag":37,"props":654,"children":656},{"className":655},[],[657],{"type":18,"value":658},"descriptorCount",{"type":18,"value":660}," is treated as an upper bound on the\nsize of the binding.\nThis ",{"type":13,"tag":21,"props":662,"children":663},{"type":549},[],{"type":18,"value":665}," only be used for the last binding in the descriptor set\nlayout (i.e. the binding with the largest value of ",{"type":13,"tag":37,"props":667,"children":669},{"className":668},[],[670],{"type":18,"value":671},"binding",{"type":18,"value":673},").\nFor the purposes of counting against limits such as\n",{"type":13,"tag":37,"props":675,"children":677},{"className":676},[],[678],{"type":18,"value":679},"maxDescriptorSet",{"type":18,"value":681},"* and ",{"type":13,"tag":37,"props":683,"children":685},{"className":684},[],[686],{"type":18,"value":687},"maxPerStageDescriptor",{"type":18,"value":689},"*, the full value\nof ",{"type":13,"tag":37,"props":691,"children":693},{"className":692},[],[694],{"type":18,"value":658},{"type":18,"value":696}," is\ncounted, except for descriptor bindings with a descriptor type of\n",{"type":13,"tag":37,"props":698,"children":700},{"className":699},[],[701],{"type":18,"value":702},"VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK",{"type":18,"value":704},", when\n",{"type":13,"tag":28,"props":706,"children":708},{"href":707},"/man/VkDescriptorSetLayoutCreateInfo",[709],{"type":18,"value":710},"VkDescriptorSetLayoutCreateInfo",{"type":18,"value":35},{"type":13,"tag":37,"props":713,"children":715},{"className":714},[],[716],{"type":18,"value":717},"flags",{"type":18,"value":719}," does not contain\n",{"type":13,"tag":37,"props":721,"children":723},{"className":722},[],[724],{"type":18,"value":725},"VK_DESCRIPTOR_SET_LAYOUT_CREATE_DESCRIPTOR_BUFFER_BIT_EXT",{"type":18,"value":727},".\nIn this case, ",{"type":13,"tag":37,"props":729,"children":731},{"className":730},[],[732],{"type":18,"value":658},{"type":18,"value":734}," specifies the upper bound on the\nbyte size of the binding; thus it counts against the\n",{"type":13,"tag":28,"props":736,"children":738},{"href":737},"/man/VkPhysicalDeviceInlineUniformBlockProperties#limits-maxInlineUniformBlockSize",[739],{"type":13,"tag":37,"props":740,"children":742},{"className":741},[],[743],{"type":18,"value":744},"maxInlineUniformBlockSize",{"type":18,"value":746}," limit\ninstead.",{"type":13,"tag":748,"props":749,"children":750},"note",{},[751],{"type":13,"tag":14,"props":752,"children":753},{},[754,756,761,762,767,769,774,776,781],{"type":18,"value":755},"Note that while ",{"type":13,"tag":37,"props":757,"children":759},{"className":758},[],[760],{"type":18,"value":523},{"type":18,"value":533},{"type":13,"tag":37,"props":763,"children":765},{"className":764},[],[766],{"type":18,"value":585},{"type":18,"value":768}," both involve\nupdates to descriptor sets after they are bound,\n",{"type":13,"tag":37,"props":770,"children":772},{"className":771},[],[773],{"type":18,"value":585},{"type":18,"value":775}," is a weaker\nrequirement since it is only about descriptors that are not used, whereas\n",{"type":13,"tag":37,"props":777,"children":779},{"className":778},[],[780],{"type":18,"value":523},{"type":18,"value":782}," requires the\nimplementation to observe updates to descriptors that are used.",{"type":13,"tag":784,"props":785,"children":786},"style",{},[787],{"type":18,"value":788},"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":56,"searchDepth":86,"depth":86,"links":790},[],"markdown",1725732546473]