[{"data":1,"prerenderedAt":925},["ShallowReactive",2],{"QwsLSRNVgy":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":924,"_id":4},"VkMemoryToImageCopyEXT","Structure specifying a host memory to image copy operation","VK_EXT_host_image_copy","structs",[],{"type":10,"children":11,"toc":922},"root",[12,38,435,598,611,825,916],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,27,29,36],{"type":18,"value":19},"text","Each element of ",{"type":13,"tag":21,"props":22,"children":24},"a",{"href":23},"/man/VkCopyMemoryToImageInfoEXT",[25],{"type":18,"value":26},"VkCopyMemoryToImageInfoEXT",{"type":18,"value":28},"::",{"type":13,"tag":30,"props":31,"children":33},"code",{"className":32},[],[34],{"type":18,"value":35},"pRegions",{"type":18,"value":37}," is a\nstructure defined as:",{"type":13,"tag":39,"props":40,"children":41},"code-group",{},[42,185],{"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 struct VkMemoryToImageCopyEXT {\n VkStructureType sType;\n const void* pNext;\n const void* pHostPointer;\n uint32_t memoryRowLength;\n uint32_t memoryImageHeight;\n VkImageSubresourceLayers imageSubresource;\n VkOffset3D imageOffset;\n VkExtent3D imageExtent;\n} VkMemoryToImageCopyEXT;\n","C","c","",[51],{"type":13,"tag":30,"props":52,"children":53},{"__ignoreMap":49},[54,77,86,105,122,136,149,158,167,176],{"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}," struct",{"type":13,"tag":55,"props":72,"children":74},{"style":73},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[75],{"type":18,"value":76}," VkMemoryToImageCopyEXT {\n",{"type":13,"tag":55,"props":78,"children":80},{"class":57,"line":79},2,[81],{"type":13,"tag":55,"props":82,"children":83},{"style":73},[84],{"type":18,"value":85}," VkStructureType sType;\n",{"type":13,"tag":55,"props":87,"children":89},{"class":57,"line":88},3,[90,95,100],{"type":13,"tag":55,"props":91,"children":92},{"style":62},[93],{"type":18,"value":94}," const",{"type":13,"tag":55,"props":96,"children":97},{"style":62},[98],{"type":18,"value":99}," void*",{"type":13,"tag":55,"props":101,"children":102},{"style":73},[103],{"type":18,"value":104}," pNext;\n",{"type":13,"tag":55,"props":106,"children":108},{"class":57,"line":107},4,[109,113,117],{"type":13,"tag":55,"props":110,"children":111},{"style":62},[112],{"type":18,"value":94},{"type":13,"tag":55,"props":114,"children":115},{"style":62},[116],{"type":18,"value":99},{"type":13,"tag":55,"props":118,"children":119},{"style":73},[120],{"type":18,"value":121}," pHostPointer;\n",{"type":13,"tag":55,"props":123,"children":125},{"class":57,"line":124},5,[126,131],{"type":13,"tag":55,"props":127,"children":128},{"style":62},[129],{"type":18,"value":130}," uint32_t",{"type":13,"tag":55,"props":132,"children":133},{"style":73},[134],{"type":18,"value":135}," memoryRowLength;\n",{"type":13,"tag":55,"props":137,"children":139},{"class":57,"line":138},6,[140,144],{"type":13,"tag":55,"props":141,"children":142},{"style":62},[143],{"type":18,"value":130},{"type":13,"tag":55,"props":145,"children":146},{"style":73},[147],{"type":18,"value":148}," memoryImageHeight;\n",{"type":13,"tag":55,"props":150,"children":152},{"class":57,"line":151},7,[153],{"type":13,"tag":55,"props":154,"children":155},{"style":73},[156],{"type":18,"value":157}," VkImageSubresourceLayers imageSubresource;\n",{"type":13,"tag":55,"props":159,"children":161},{"class":57,"line":160},8,[162],{"type":13,"tag":55,"props":163,"children":164},{"style":73},[165],{"type":18,"value":166}," VkOffset3D imageOffset;\n",{"type":13,"tag":55,"props":168,"children":170},{"class":57,"line":169},9,[171],{"type":13,"tag":55,"props":172,"children":173},{"style":73},[174],{"type":18,"value":175}," VkExtent3D imageExtent;\n",{"type":13,"tag":55,"props":177,"children":179},{"class":57,"line":178},10,[180],{"type":13,"tag":55,"props":181,"children":182},{"style":73},[183],{"type":18,"value":184},"} VkMemoryToImageCopyEXT;\n",{"type":13,"tag":43,"props":186,"children":191},{"className":187,"code":188,"filename":189,"language":190,"meta":49,"style":49},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct MemoryToImageCopyEXT {\n s_type: vk::StructureType,\n p_next: *const c_void,\n p_host_pointer: *const c_void,\n memory_row_length: u32, // Specified in texels\n memory_image_height: u32,\n image_subresource: vk::ImageSubresourceLayers,\n image_offset: vk::Offset3D,\n image_extent: vk::Extent3D,\n}\n","Rust","rs",[192],{"type":13,"tag":30,"props":193,"children":194},{"__ignoreMap":49},[195,218,250,272,292,320,340,369,398,427],{"type":13,"tag":55,"props":196,"children":197},{"class":57,"line":58},[198,203,207,213],{"type":13,"tag":55,"props":199,"children":200},{"style":62},[201],{"type":18,"value":202},"pub",{"type":13,"tag":55,"props":204,"children":205},{"style":62},[206],{"type":18,"value":70},{"type":13,"tag":55,"props":208,"children":210},{"style":209},"--shiki-default:#953800;--shiki-dark:#FFA657",[211],{"type":18,"value":212}," MemoryToImageCopyEXT",{"type":13,"tag":55,"props":214,"children":215},{"style":73},[216],{"type":18,"value":217}," {\n",{"type":13,"tag":55,"props":219,"children":220},{"class":57,"line":79},[221,226,231,236,240,245],{"type":13,"tag":55,"props":222,"children":223},{"style":73},[224],{"type":18,"value":225}," s_type",{"type":13,"tag":55,"props":227,"children":228},{"style":62},[229],{"type":18,"value":230},":",{"type":13,"tag":55,"props":232,"children":233},{"style":209},[234],{"type":18,"value":235}," vk",{"type":13,"tag":55,"props":237,"children":238},{"style":62},[239],{"type":18,"value":28},{"type":13,"tag":55,"props":241,"children":242},{"style":209},[243],{"type":18,"value":244},"StructureType",{"type":13,"tag":55,"props":246,"children":247},{"style":73},[248],{"type":18,"value":249},",\n",{"type":13,"tag":55,"props":251,"children":252},{"class":57,"line":88},[253,258,262,267],{"type":13,"tag":55,"props":254,"children":255},{"style":73},[256],{"type":18,"value":257}," p_next",{"type":13,"tag":55,"props":259,"children":260},{"style":62},[261],{"type":18,"value":230},{"type":13,"tag":55,"props":263,"children":264},{"style":62},[265],{"type":18,"value":266}," *const",{"type":13,"tag":55,"props":268,"children":269},{"style":73},[270],{"type":18,"value":271}," c_void,\n",{"type":13,"tag":55,"props":273,"children":274},{"class":57,"line":107},[275,280,284,288],{"type":13,"tag":55,"props":276,"children":277},{"style":73},[278],{"type":18,"value":279}," p_host_pointer",{"type":13,"tag":55,"props":281,"children":282},{"style":62},[283],{"type":18,"value":230},{"type":13,"tag":55,"props":285,"children":286},{"style":62},[287],{"type":18,"value":266},{"type":13,"tag":55,"props":289,"children":290},{"style":73},[291],{"type":18,"value":271},{"type":13,"tag":55,"props":293,"children":294},{"class":57,"line":124},[295,300,304,309,314],{"type":13,"tag":55,"props":296,"children":297},{"style":73},[298],{"type":18,"value":299}," memory_row_length",{"type":13,"tag":55,"props":301,"children":302},{"style":62},[303],{"type":18,"value":230},{"type":13,"tag":55,"props":305,"children":306},{"style":209},[307],{"type":18,"value":308}," u32",{"type":13,"tag":55,"props":310,"children":311},{"style":73},[312],{"type":18,"value":313},", ",{"type":13,"tag":55,"props":315,"children":317},{"style":316},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[318],{"type":18,"value":319},"// Specified in texels\n",{"type":13,"tag":55,"props":321,"children":322},{"class":57,"line":138},[323,328,332,336],{"type":13,"tag":55,"props":324,"children":325},{"style":73},[326],{"type":18,"value":327}," memory_image_height",{"type":13,"tag":55,"props":329,"children":330},{"style":62},[331],{"type":18,"value":230},{"type":13,"tag":55,"props":333,"children":334},{"style":209},[335],{"type":18,"value":308},{"type":13,"tag":55,"props":337,"children":338},{"style":73},[339],{"type":18,"value":249},{"type":13,"tag":55,"props":341,"children":342},{"class":57,"line":151},[343,348,352,356,360,365],{"type":13,"tag":55,"props":344,"children":345},{"style":73},[346],{"type":18,"value":347}," image_subresource",{"type":13,"tag":55,"props":349,"children":350},{"style":62},[351],{"type":18,"value":230},{"type":13,"tag":55,"props":353,"children":354},{"style":209},[355],{"type":18,"value":235},{"type":13,"tag":55,"props":357,"children":358},{"style":62},[359],{"type":18,"value":28},{"type":13,"tag":55,"props":361,"children":362},{"style":209},[363],{"type":18,"value":364},"ImageSubresourceLayers",{"type":13,"tag":55,"props":366,"children":367},{"style":73},[368],{"type":18,"value":249},{"type":13,"tag":55,"props":370,"children":371},{"class":57,"line":160},[372,377,381,385,389,394],{"type":13,"tag":55,"props":373,"children":374},{"style":73},[375],{"type":18,"value":376}," image_offset",{"type":13,"tag":55,"props":378,"children":379},{"style":62},[380],{"type":18,"value":230},{"type":13,"tag":55,"props":382,"children":383},{"style":209},[384],{"type":18,"value":235},{"type":13,"tag":55,"props":386,"children":387},{"style":62},[388],{"type":18,"value":28},{"type":13,"tag":55,"props":390,"children":391},{"style":209},[392],{"type":18,"value":393},"Offset3D",{"type":13,"tag":55,"props":395,"children":396},{"style":73},[397],{"type":18,"value":249},{"type":13,"tag":55,"props":399,"children":400},{"class":57,"line":169},[401,406,410,414,418,423],{"type":13,"tag":55,"props":402,"children":403},{"style":73},[404],{"type":18,"value":405}," image_extent",{"type":13,"tag":55,"props":407,"children":408},{"style":62},[409],{"type":18,"value":230},{"type":13,"tag":55,"props":411,"children":412},{"style":209},[413],{"type":18,"value":235},{"type":13,"tag":55,"props":415,"children":416},{"style":62},[417],{"type":18,"value":28},{"type":13,"tag":55,"props":419,"children":420},{"style":209},[421],{"type":18,"value":422},"Extent3D",{"type":13,"tag":55,"props":424,"children":425},{"style":73},[426],{"type":18,"value":249},{"type":13,"tag":55,"props":428,"children":429},{"class":57,"line":178},[430],{"type":13,"tag":55,"props":431,"children":432},{"style":73},[433],{"type":18,"value":434},"}\n",{"type":13,"tag":436,"props":437,"children":438},"ul",{},[439,459,478,489,516,534,567],{"type":13,"tag":440,"props":441,"children":442},"li",{},[443,449,451,457],{"type":13,"tag":30,"props":444,"children":446},{"className":445},[],[447],{"type":18,"value":448},"sType",{"type":18,"value":450}," is a ",{"type":13,"tag":21,"props":452,"children":454},{"href":453},"/man/VkStructureType",[455],{"type":18,"value":456},"VkStructureType",{"type":18,"value":458}," value identifying this structure.",{"type":13,"tag":440,"props":460,"children":461},{},[462,468,470,476],{"type":13,"tag":30,"props":463,"children":465},{"className":464},[],[466],{"type":18,"value":467},"pNext",{"type":18,"value":469}," is ",{"type":13,"tag":30,"props":471,"children":473},{"className":472},[],[474],{"type":18,"value":475},"NULL",{"type":18,"value":477}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":440,"props":479,"children":480},{},[481,487],{"type":13,"tag":30,"props":482,"children":484},{"className":483},[],[485],{"type":18,"value":486},"pHostPointer",{"type":18,"value":488}," is the host memory address which is the source of the\ncopy.",{"type":13,"tag":440,"props":490,"children":491},{},[492,498,500,506,508,514],{"type":13,"tag":30,"props":493,"children":495},{"className":494},[],[496],{"type":18,"value":497},"memoryRowLength",{"type":18,"value":499}," and ",{"type":13,"tag":30,"props":501,"children":503},{"className":502},[],[504],{"type":18,"value":505},"memoryImageHeight",{"type":18,"value":507}," specify in texels a\nsubregion of a larger two- or three-dimensional image in host memory,\nand control the addressing calculations.\nIf either of these values is zero, that aspect of the host memory is\nconsidered to be tightly packed according to the ",{"type":13,"tag":30,"props":509,"children":511},{"className":510},[],[512],{"type":18,"value":513},"imageExtent",{"type":18,"value":515},".",{"type":13,"tag":440,"props":517,"children":518},{},[519,525,526,532],{"type":13,"tag":30,"props":520,"children":522},{"className":521},[],[523],{"type":18,"value":524},"imageSubresource",{"type":18,"value":450},{"type":13,"tag":21,"props":527,"children":529},{"href":528},"/man/VkImageSubresourceLayers",[530],{"type":18,"value":531},"VkImageSubresourceLayers",{"type":18,"value":533}," used to\nspecify the specific image subresources of the image used for the source\nor destination image data.",{"type":13,"tag":440,"props":535,"children":536},{},[537,543,545,551,552,558,559,565],{"type":13,"tag":30,"props":538,"children":540},{"className":539},[],[541],{"type":18,"value":542},"imageOffset",{"type":18,"value":544}," selects the initial ",{"type":13,"tag":30,"props":546,"children":548},{"className":547},[],[549],{"type":18,"value":550},"x",{"type":18,"value":313},{"type":13,"tag":30,"props":553,"children":555},{"className":554},[],[556],{"type":18,"value":557},"y",{"type":18,"value":313},{"type":13,"tag":30,"props":560,"children":562},{"className":561},[],[563],{"type":18,"value":564},"z",{"type":18,"value":566}," offsets\nin texels of the sub-region of the destination image data.",{"type":13,"tag":440,"props":568,"children":569},{},[570,575,577,583,584,590,591,597],{"type":13,"tag":30,"props":571,"children":573},{"className":572},[],[574],{"type":18,"value":513},{"type":18,"value":576}," is the size in texels of the image to copy in\n",{"type":13,"tag":30,"props":578,"children":580},{"className":579},[],[581],{"type":18,"value":582},"width",{"type":18,"value":313},{"type":13,"tag":30,"props":585,"children":587},{"className":586},[],[588],{"type":18,"value":589},"height",{"type":18,"value":499},{"type":13,"tag":30,"props":592,"children":594},{"className":593},[],[595],{"type":18,"value":596},"depth",{"type":18,"value":515},{"type":13,"tag":14,"props":599,"children":600},{},[601,603,609],{"type":18,"value":602},"This structure is functionally similar to ",{"type":13,"tag":21,"props":604,"children":606},{"href":605},"/man/VkBufferImageCopy2",[607],{"type":18,"value":608},"VkBufferImageCopy2",{"type":18,"value":610},", except\nit defines host memory as the source of copy instead of a buffer.\nIn particular, the same data packing rules and restrictions as that\nstructure apply here as well.",{"type":13,"tag":612,"props":613,"children":615},"validity-group",{"name":614},"Valid Usage",[616,651,671,709,743,770,789,807],{"type":13,"tag":617,"props":618,"children":620},"validity-field",{"name":619},"VUID-VkMemoryToImageCopyEXT-pHostPointer-09061",[621],{"type":13,"tag":14,"props":622,"children":623},{},[624,629,631,636,638,644,646],{"type":13,"tag":30,"props":625,"children":627},{"className":626},[],[628],{"type":18,"value":486},{"type":18,"value":630}," ",{"type":13,"tag":632,"props":633,"children":635},"normative",{"type":634},"must",[],{"type":18,"value":637}," point to memory that is large enough to contain\nall memory locations that are accessed according to\n",{"type":13,"tag":21,"props":639,"children":641},{"href":640},"/chapters/copies#copies-buffers-images-addressing",[642],{"type":18,"value":643},"Buffer and Image Addressing",{"type":18,"value":645},", for\neach element of ",{"type":13,"tag":30,"props":647,"children":649},{"className":648},[],[650],{"type":18,"value":35},{"type":13,"tag":617,"props":652,"children":654},{"name":653},"VUID-VkMemoryToImageCopyEXT-pRegions-09062",[655],{"type":13,"tag":14,"props":656,"children":657},{},[658,660,665,666,669],{"type":18,"value":659},"The union of all source regions, and the union of all destination\nregions, specified by the elements of ",{"type":13,"tag":30,"props":661,"children":663},{"className":662},[],[664],{"type":18,"value":35},{"type":18,"value":313},{"type":13,"tag":632,"props":667,"children":668},{"type":634},[],{"type":18,"value":670}," not overlap\nin memory",{"type":13,"tag":617,"props":672,"children":674},{"name":673},"VUID-VkMemoryToImageCopyEXT-memoryRowLength-09101",[675],{"type":13,"tag":14,"props":676,"children":677},{},[678,683,684,687,689,695,697,702,704],{"type":13,"tag":30,"props":679,"children":681},{"className":680},[],[682],{"type":18,"value":497},{"type":18,"value":630},{"type":13,"tag":632,"props":685,"children":686},{"type":634},[],{"type":18,"value":688}," be ",{"type":13,"tag":30,"props":690,"children":692},{"className":691},[],[693],{"type":18,"value":694},"0",{"type":18,"value":696},", or greater than or equal to the\n",{"type":13,"tag":30,"props":698,"children":700},{"className":699},[],[701],{"type":18,"value":582},{"type":18,"value":703}," member of ",{"type":13,"tag":30,"props":705,"children":707},{"className":706},[],[708],{"type":18,"value":513},{"type":13,"tag":617,"props":710,"children":712},{"name":711},"VUID-VkMemoryToImageCopyEXT-memoryImageHeight-09102",[713],{"type":13,"tag":14,"props":714,"children":715},{},[716,721,722,725,726,731,732,737,738],{"type":13,"tag":30,"props":717,"children":719},{"className":718},[],[720],{"type":18,"value":505},{"type":18,"value":630},{"type":13,"tag":632,"props":723,"children":724},{"type":634},[],{"type":18,"value":688},{"type":13,"tag":30,"props":727,"children":729},{"className":728},[],[730],{"type":18,"value":694},{"type":18,"value":696},{"type":13,"tag":30,"props":733,"children":735},{"className":734},[],[736],{"type":18,"value":589},{"type":18,"value":703},{"type":13,"tag":30,"props":739,"children":741},{"className":740},[],[742],{"type":18,"value":513},{"type":13,"tag":617,"props":744,"children":746},{"name":745},"VUID-VkMemoryToImageCopyEXT-aspectMask-09103",[747],{"type":13,"tag":14,"props":748,"children":749},{},[750,752,758,759,764,765,768],{"type":18,"value":751},"The ",{"type":13,"tag":30,"props":753,"children":755},{"className":754},[],[756],{"type":18,"value":757},"aspectMask",{"type":18,"value":703},{"type":13,"tag":30,"props":760,"children":762},{"className":761},[],[763],{"type":18,"value":524},{"type":18,"value":630},{"type":13,"tag":632,"props":766,"children":767},{"type":634},[],{"type":18,"value":769}," only have a\nsingle bit set",{"type":13,"tag":617,"props":771,"children":773},{"name":772},"VUID-VkMemoryToImageCopyEXT-imageExtent-06659",[774],{"type":13,"tag":14,"props":775,"children":776},{},[777,783,784,787],{"type":13,"tag":30,"props":778,"children":780},{"className":779},[],[781],{"type":18,"value":782},"imageExtent.width",{"type":18,"value":630},{"type":13,"tag":632,"props":785,"children":786},{"type":634},[],{"type":18,"value":788}," not be 0",{"type":13,"tag":617,"props":790,"children":792},{"name":791},"VUID-VkMemoryToImageCopyEXT-imageExtent-06660",[793],{"type":13,"tag":14,"props":794,"children":795},{},[796,802,803,806],{"type":13,"tag":30,"props":797,"children":799},{"className":798},[],[800],{"type":18,"value":801},"imageExtent.height",{"type":18,"value":630},{"type":13,"tag":632,"props":804,"children":805},{"type":634},[],{"type":18,"value":788},{"type":13,"tag":617,"props":808,"children":810},{"name":809},"VUID-VkMemoryToImageCopyEXT-imageExtent-06661",[811],{"type":13,"tag":14,"props":812,"children":813},{},[814,820,821,824],{"type":13,"tag":30,"props":815,"children":817},{"className":816},[],[818],{"type":18,"value":819},"imageExtent.depth",{"type":18,"value":630},{"type":13,"tag":632,"props":822,"children":823},{"type":634},[],{"type":18,"value":788},{"type":13,"tag":612,"props":826,"children":828},{"name":827},"Valid Usage (Implicit)",[829,852,874,892],{"type":13,"tag":617,"props":830,"children":832},{"name":831},"VUID-VkMemoryToImageCopyEXT-sType-sType",[833],{"type":13,"tag":14,"props":834,"children":835},{},[836,841,842,845,846],{"type":13,"tag":30,"props":837,"children":839},{"className":838},[],[840],{"type":18,"value":448},{"type":18,"value":630},{"type":13,"tag":632,"props":843,"children":844},{"type":634},[],{"type":18,"value":688},{"type":13,"tag":30,"props":847,"children":849},{"className":848},[],[850],{"type":18,"value":851},"VK_STRUCTURE_TYPE_MEMORY_TO_IMAGE_COPY_EXT",{"type":13,"tag":617,"props":853,"children":855},{"name":854},"VUID-VkMemoryToImageCopyEXT-pNext-pNext",[856],{"type":13,"tag":14,"props":857,"children":858},{},[859,864,865,868,869],{"type":13,"tag":30,"props":860,"children":862},{"className":861},[],[863],{"type":18,"value":467},{"type":18,"value":630},{"type":13,"tag":632,"props":866,"children":867},{"type":634},[],{"type":18,"value":688},{"type":13,"tag":30,"props":870,"children":872},{"className":871},[],[873],{"type":18,"value":475},{"type":13,"tag":617,"props":875,"children":877},{"name":876},"VUID-VkMemoryToImageCopyEXT-pHostPointer-parameter",[878],{"type":13,"tag":14,"props":879,"children":880},{},[881,886,887,890],{"type":13,"tag":30,"props":882,"children":884},{"className":883},[],[885],{"type":18,"value":486},{"type":18,"value":630},{"type":13,"tag":632,"props":888,"children":889},{"type":634},[],{"type":18,"value":891}," be a pointer value",{"type":13,"tag":617,"props":893,"children":895},{"name":894},"VUID-VkMemoryToImageCopyEXT-imageSubresource-parameter",[896],{"type":13,"tag":14,"props":897,"children":898},{},[899,904,905,908,910,914],{"type":13,"tag":30,"props":900,"children":902},{"className":901},[],[903],{"type":18,"value":524},{"type":18,"value":630},{"type":13,"tag":632,"props":906,"children":907},{"type":634},[],{"type":18,"value":909}," be a valid ",{"type":13,"tag":21,"props":911,"children":912},{"href":528},[913],{"type":18,"value":531},{"type":18,"value":915}," structure",{"type":13,"tag":917,"props":918,"children":919},"style",{},[920],{"type":18,"value":921},"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":923},[],"markdown",1729612457469]