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