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