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