[{"data":1,"prerenderedAt":888},["ShallowReactive",2],{"$fIB3fjPtEQ3WYtZryri9qAFx7w4GLe8BKA_IhIPAza8A":3},{"title":4,"description":5,"parent":6,"structextends":7,"type":9,"xrefs":10,"body":11,"_type":887,"_id":4},"VkSurfacePresentScalingCapabilitiesKHR","Structure describing the presentation scaling capabilities of the surface","VK_KHR_surface_maintenance1",[8],"VkSurfaceCapabilities2KHR","structs",[],{"type":12,"children":13,"toc":885},"root",[14,30,397,462,705,762,780,879],{"type":15,"tag":16,"props":17,"children":18},"element","p",{},[19,22,28],{"type":20,"value":21},"text","The ",{"type":15,"tag":23,"props":24,"children":26},"code",{"className":25},[],[27],{"type":20,"value":4},{"type":20,"value":29}," structure is defined as:",{"type":15,"tag":31,"props":32,"children":33},"code-group",{},[34,146],{"type":15,"tag":35,"props":36,"children":42},"pre",{"className":37,"code":38,"filename":39,"language":40,"meta":41,"style":41},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkSurfacePresentScalingCapabilitiesKHR {\n VkStructureType sType;\n void* pNext;\n VkPresentScalingFlagsKHR supportedPresentScaling;\n VkPresentGravityFlagsKHR supportedPresentGravityX;\n VkPresentGravityFlagsKHR supportedPresentGravityY;\n VkExtent2D minScaledImageExtent;\n VkExtent2D maxScaledImageExtent;\n} VkSurfacePresentScalingCapabilitiesKHR;\n","C","c","",[43],{"type":15,"tag":23,"props":44,"children":45},{"__ignoreMap":41},[46,69,78,92,101,110,119,128,137],{"type":15,"tag":47,"props":48,"children":51},"span",{"class":49,"line":50},"line",1,[52,58,63],{"type":15,"tag":47,"props":53,"children":55},{"style":54},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[56],{"type":20,"value":57},"typedef",{"type":15,"tag":47,"props":59,"children":60},{"style":54},[61],{"type":20,"value":62}," struct",{"type":15,"tag":47,"props":64,"children":66},{"style":65},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[67],{"type":20,"value":68}," VkSurfacePresentScalingCapabilitiesKHR {\n",{"type":15,"tag":47,"props":70,"children":72},{"class":49,"line":71},2,[73],{"type":15,"tag":47,"props":74,"children":75},{"style":65},[76],{"type":20,"value":77}," VkStructureType sType;\n",{"type":15,"tag":47,"props":79,"children":81},{"class":49,"line":80},3,[82,87],{"type":15,"tag":47,"props":83,"children":84},{"style":54},[85],{"type":20,"value":86}," void*",{"type":15,"tag":47,"props":88,"children":89},{"style":65},[90],{"type":20,"value":91}," pNext;\n",{"type":15,"tag":47,"props":93,"children":95},{"class":49,"line":94},4,[96],{"type":15,"tag":47,"props":97,"children":98},{"style":65},[99],{"type":20,"value":100}," VkPresentScalingFlagsKHR supportedPresentScaling;\n",{"type":15,"tag":47,"props":102,"children":104},{"class":49,"line":103},5,[105],{"type":15,"tag":47,"props":106,"children":107},{"style":65},[108],{"type":20,"value":109}," VkPresentGravityFlagsKHR supportedPresentGravityX;\n",{"type":15,"tag":47,"props":111,"children":113},{"class":49,"line":112},6,[114],{"type":15,"tag":47,"props":115,"children":116},{"style":65},[117],{"type":20,"value":118}," VkPresentGravityFlagsKHR supportedPresentGravityY;\n",{"type":15,"tag":47,"props":120,"children":122},{"class":49,"line":121},7,[123],{"type":15,"tag":47,"props":124,"children":125},{"style":65},[126],{"type":20,"value":127}," VkExtent2D minScaledImageExtent;\n",{"type":15,"tag":47,"props":129,"children":131},{"class":49,"line":130},8,[132],{"type":15,"tag":47,"props":133,"children":134},{"style":65},[135],{"type":20,"value":136}," VkExtent2D maxScaledImageExtent;\n",{"type":15,"tag":47,"props":138,"children":140},{"class":49,"line":139},9,[141],{"type":15,"tag":47,"props":142,"children":143},{"style":65},[144],{"type":20,"value":145},"} VkSurfacePresentScalingCapabilitiesKHR;\n",{"type":15,"tag":35,"props":147,"children":152},{"className":148,"code":149,"filename":150,"language":151,"meta":41,"style":41},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct SurfacePresentScalingCapabilitiesKHR {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n supported_present_scaling: vk::PresentScalingFlagsKHR,\n supported_present_gravity_x: vk::PresentGravityFlagsKHR,\n supported_present_gravity_y: vk::PresentGravityFlagsKHR,\n min_scaled_image_extent: vk::Extent2D, // Supported minimum image width and height for the surface when scaling is used\n max_scaled_image_extent: vk::Extent2D, // Supported maximum image width and height for the surface when scaling is used\n}\n","Rust","rs",[153],{"type":15,"tag":23,"props":154,"children":155},{"__ignoreMap":41},[156,179,212,234,263,292,320,356,389],{"type":15,"tag":47,"props":157,"children":158},{"class":49,"line":50},[159,164,168,174],{"type":15,"tag":47,"props":160,"children":161},{"style":54},[162],{"type":20,"value":163},"pub",{"type":15,"tag":47,"props":165,"children":166},{"style":54},[167],{"type":20,"value":62},{"type":15,"tag":47,"props":169,"children":171},{"style":170},"--shiki-default:#953800;--shiki-dark:#FFA657",[172],{"type":20,"value":173}," SurfacePresentScalingCapabilitiesKHR",{"type":15,"tag":47,"props":175,"children":176},{"style":65},[177],{"type":20,"value":178}," {\n",{"type":15,"tag":47,"props":180,"children":181},{"class":49,"line":71},[182,187,192,197,202,207],{"type":15,"tag":47,"props":183,"children":184},{"style":65},[185],{"type":20,"value":186}," s_type",{"type":15,"tag":47,"props":188,"children":189},{"style":54},[190],{"type":20,"value":191},":",{"type":15,"tag":47,"props":193,"children":194},{"style":170},[195],{"type":20,"value":196}," vk",{"type":15,"tag":47,"props":198,"children":199},{"style":54},[200],{"type":20,"value":201},"::",{"type":15,"tag":47,"props":203,"children":204},{"style":170},[205],{"type":20,"value":206},"StructureType",{"type":15,"tag":47,"props":208,"children":209},{"style":65},[210],{"type":20,"value":211},",\n",{"type":15,"tag":47,"props":213,"children":214},{"class":49,"line":80},[215,220,224,229],{"type":15,"tag":47,"props":216,"children":217},{"style":65},[218],{"type":20,"value":219}," p_next",{"type":15,"tag":47,"props":221,"children":222},{"style":54},[223],{"type":20,"value":191},{"type":15,"tag":47,"props":225,"children":226},{"style":54},[227],{"type":20,"value":228}," *mut",{"type":15,"tag":47,"props":230,"children":231},{"style":65},[232],{"type":20,"value":233}," c_void,\n",{"type":15,"tag":47,"props":235,"children":236},{"class":49,"line":94},[237,242,246,250,254,259],{"type":15,"tag":47,"props":238,"children":239},{"style":65},[240],{"type":20,"value":241}," supported_present_scaling",{"type":15,"tag":47,"props":243,"children":244},{"style":54},[245],{"type":20,"value":191},{"type":15,"tag":47,"props":247,"children":248},{"style":170},[249],{"type":20,"value":196},{"type":15,"tag":47,"props":251,"children":252},{"style":54},[253],{"type":20,"value":201},{"type":15,"tag":47,"props":255,"children":256},{"style":170},[257],{"type":20,"value":258},"PresentScalingFlagsKHR",{"type":15,"tag":47,"props":260,"children":261},{"style":65},[262],{"type":20,"value":211},{"type":15,"tag":47,"props":264,"children":265},{"class":49,"line":103},[266,271,275,279,283,288],{"type":15,"tag":47,"props":267,"children":268},{"style":65},[269],{"type":20,"value":270}," supported_present_gravity_x",{"type":15,"tag":47,"props":272,"children":273},{"style":54},[274],{"type":20,"value":191},{"type":15,"tag":47,"props":276,"children":277},{"style":170},[278],{"type":20,"value":196},{"type":15,"tag":47,"props":280,"children":281},{"style":54},[282],{"type":20,"value":201},{"type":15,"tag":47,"props":284,"children":285},{"style":170},[286],{"type":20,"value":287},"PresentGravityFlagsKHR",{"type":15,"tag":47,"props":289,"children":290},{"style":65},[291],{"type":20,"value":211},{"type":15,"tag":47,"props":293,"children":294},{"class":49,"line":112},[295,300,304,308,312,316],{"type":15,"tag":47,"props":296,"children":297},{"style":65},[298],{"type":20,"value":299}," supported_present_gravity_y",{"type":15,"tag":47,"props":301,"children":302},{"style":54},[303],{"type":20,"value":191},{"type":15,"tag":47,"props":305,"children":306},{"style":170},[307],{"type":20,"value":196},{"type":15,"tag":47,"props":309,"children":310},{"style":54},[311],{"type":20,"value":201},{"type":15,"tag":47,"props":313,"children":314},{"style":170},[315],{"type":20,"value":287},{"type":15,"tag":47,"props":317,"children":318},{"style":65},[319],{"type":20,"value":211},{"type":15,"tag":47,"props":321,"children":322},{"class":49,"line":121},[323,328,332,336,340,345,350],{"type":15,"tag":47,"props":324,"children":325},{"style":65},[326],{"type":20,"value":327}," min_scaled_image_extent",{"type":15,"tag":47,"props":329,"children":330},{"style":54},[331],{"type":20,"value":191},{"type":15,"tag":47,"props":333,"children":334},{"style":170},[335],{"type":20,"value":196},{"type":15,"tag":47,"props":337,"children":338},{"style":54},[339],{"type":20,"value":201},{"type":15,"tag":47,"props":341,"children":342},{"style":170},[343],{"type":20,"value":344},"Extent2D",{"type":15,"tag":47,"props":346,"children":347},{"style":65},[348],{"type":20,"value":349},", ",{"type":15,"tag":47,"props":351,"children":353},{"style":352},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[354],{"type":20,"value":355},"// Supported minimum image width and height for the surface when scaling is used\n",{"type":15,"tag":47,"props":357,"children":358},{"class":49,"line":130},[359,364,368,372,376,380,384],{"type":15,"tag":47,"props":360,"children":361},{"style":65},[362],{"type":20,"value":363}," max_scaled_image_extent",{"type":15,"tag":47,"props":365,"children":366},{"style":54},[367],{"type":20,"value":191},{"type":15,"tag":47,"props":369,"children":370},{"style":170},[371],{"type":20,"value":196},{"type":15,"tag":47,"props":373,"children":374},{"style":54},[375],{"type":20,"value":201},{"type":15,"tag":47,"props":377,"children":378},{"style":170},[379],{"type":20,"value":344},{"type":15,"tag":47,"props":381,"children":382},{"style":65},[383],{"type":20,"value":349},{"type":15,"tag":47,"props":385,"children":386},{"style":352},[387],{"type":20,"value":388},"// Supported maximum image width and height for the surface when scaling is used\n",{"type":15,"tag":47,"props":390,"children":391},{"class":49,"line":139},[392],{"type":15,"tag":47,"props":393,"children":394},{"style":65},[395],{"type":20,"value":396},"}\n",{"type":15,"tag":31,"props":398,"children":399},{},[400,419],{"type":15,"tag":35,"props":401,"children":403},{"className":37,"code":402,"filename":39,"language":40,"meta":41,"style":41},"typedef VkSurfacePresentScalingCapabilitiesKHR VkSurfacePresentScalingCapabilitiesEXT;\n",[404],{"type":15,"tag":23,"props":405,"children":406},{"__ignoreMap":41},[407],{"type":15,"tag":47,"props":408,"children":409},{"class":49,"line":50},[410,414],{"type":15,"tag":47,"props":411,"children":412},{"style":54},[413],{"type":20,"value":57},{"type":15,"tag":47,"props":415,"children":416},{"style":65},[417],{"type":20,"value":418}," VkSurfacePresentScalingCapabilitiesKHR VkSurfacePresentScalingCapabilitiesEXT;\n",{"type":15,"tag":35,"props":420,"children":422},{"className":148,"code":421,"filename":150,"language":151,"meta":41,"style":41},"type SurfacePresentScalingCapabilitiesEXT = vk::SurfacePresentScalingCapabilitiesKHR;\n",[423],{"type":15,"tag":23,"props":424,"children":425},{"__ignoreMap":41},[426],{"type":15,"tag":47,"props":427,"children":428},{"class":49,"line":50},[429,434,439,444,448,452,457],{"type":15,"tag":47,"props":430,"children":431},{"style":54},[432],{"type":20,"value":433},"type",{"type":15,"tag":47,"props":435,"children":436},{"style":170},[437],{"type":20,"value":438}," SurfacePresentScalingCapabilitiesEXT",{"type":15,"tag":47,"props":440,"children":441},{"style":54},[442],{"type":20,"value":443}," =",{"type":15,"tag":47,"props":445,"children":446},{"style":170},[447],{"type":20,"value":196},{"type":15,"tag":47,"props":449,"children":450},{"style":54},[451],{"type":20,"value":201},{"type":15,"tag":47,"props":453,"children":454},{"style":170},[455],{"type":20,"value":456},"SurfacePresentScalingCapabilitiesKHR",{"type":15,"tag":47,"props":458,"children":459},{"style":65},[460],{"type":20,"value":461},";\n",{"type":15,"tag":463,"props":464,"children":465},"ul",{},[466,487,506,533,558,581,643],{"type":15,"tag":467,"props":468,"children":469},"li",{},[470,476,478,485],{"type":15,"tag":23,"props":471,"children":473},{"className":472},[],[474],{"type":20,"value":475},"sType",{"type":20,"value":477}," is a ",{"type":15,"tag":479,"props":480,"children":482},"a",{"href":481},"/man/VkStructureType",[483],{"type":20,"value":484},"VkStructureType",{"type":20,"value":486}," value identifying this structure.",{"type":15,"tag":467,"props":488,"children":489},{},[490,496,498,504],{"type":15,"tag":23,"props":491,"children":493},{"className":492},[],[494],{"type":20,"value":495},"pNext",{"type":20,"value":497}," is ",{"type":15,"tag":23,"props":499,"children":501},{"className":500},[],[502],{"type":20,"value":503},"NULL",{"type":20,"value":505}," or a pointer to a structure extending this\nstructure.",{"type":15,"tag":467,"props":507,"children":508},{},[509,515,517,523,525,531],{"type":15,"tag":23,"props":510,"children":512},{"className":511},[],[513],{"type":20,"value":514},"supportedPresentScaling",{"type":20,"value":516}," is a bitmask of\n",{"type":15,"tag":479,"props":518,"children":520},{"href":519},"/man/VkPresentScalingFlagBitsKHR",[521],{"type":20,"value":522},"VkPresentScalingFlagBitsKHR",{"type":20,"value":524}," representing the scaling methods\nsupported by the surface, or ",{"type":15,"tag":23,"props":526,"children":528},{"className":527},[],[529],{"type":20,"value":530},"0",{"type":20,"value":532}," if application-defined scaling is not\nsupported.",{"type":15,"tag":467,"props":534,"children":535},{},[536,542,543,549,551,556],{"type":15,"tag":23,"props":537,"children":539},{"className":538},[],[540],{"type":20,"value":541},"supportedPresentGravityX",{"type":20,"value":516},{"type":15,"tag":479,"props":544,"children":546},{"href":545},"/man/VkPresentGravityFlagBitsKHR",[547],{"type":20,"value":548},"VkPresentGravityFlagBitsKHR",{"type":20,"value":550}," representing the X-axis pixel gravity\nsupported by the surface, or ",{"type":15,"tag":23,"props":552,"children":554},{"className":553},[],[555],{"type":20,"value":530},{"type":20,"value":557}," if Vulkan-defined pixel gravity is not\nsupported for the X axis.",{"type":15,"tag":467,"props":559,"children":560},{},[561,567,568,572,574,579],{"type":15,"tag":23,"props":562,"children":564},{"className":563},[],[565],{"type":20,"value":566},"supportedPresentGravityY",{"type":20,"value":516},{"type":15,"tag":479,"props":569,"children":570},{"href":545},[571],{"type":20,"value":548},{"type":20,"value":573}," representing the Y-axis pixel gravity\nsupported by the surface, or ",{"type":15,"tag":23,"props":575,"children":577},{"className":576},[],[578],{"type":20,"value":530},{"type":20,"value":580}," if Vulkan-defined pixel gravity is not\nsupported for the Y axis.",{"type":15,"tag":467,"props":582,"children":583},{},[584,590,592,597,599,605,607,613,615,620,621,626,628,634,635,641],{"type":15,"tag":23,"props":585,"children":587},{"className":586},[],[588],{"type":20,"value":589},"minScaledImageExtent",{"type":20,"value":591}," contains the smallest valid swapchain extent\nfor the surface on the specified device when one of the scaling methods\nspecified in ",{"type":15,"tag":23,"props":593,"children":595},{"className":594},[],[596],{"type":20,"value":514},{"type":20,"value":598}," is used, or the special value\n(0xFFFFFFFF, 0xFFFFFFFF) indicating that the surface size will be\ndetermined by the extent of a swapchain targeting the surface.\nThe ",{"type":15,"tag":23,"props":600,"children":602},{"className":601},[],[603],{"type":20,"value":604},"width",{"type":20,"value":606}," and ",{"type":15,"tag":23,"props":608,"children":610},{"className":609},[],[611],{"type":20,"value":612},"height",{"type":20,"value":614}," of the extent will each be smaller than\nor equal to the corresponding ",{"type":15,"tag":23,"props":616,"children":618},{"className":617},[],[619],{"type":20,"value":604},{"type":20,"value":606},{"type":15,"tag":23,"props":622,"children":624},{"className":623},[],[625],{"type":20,"value":612},{"type":20,"value":627}," of\n",{"type":15,"tag":479,"props":629,"children":631},{"href":630},"/man/VkSurfaceCapabilitiesKHR",[632],{"type":20,"value":633},"VkSurfaceCapabilitiesKHR",{"type":20,"value":201},{"type":15,"tag":23,"props":636,"children":638},{"className":637},[],[639],{"type":20,"value":640},"minImageExtent",{"type":20,"value":642},".",{"type":15,"tag":467,"props":644,"children":645},{},[646,652,654,659,661,666,668,673,674,679,681,686,687,692,693,697,698,704],{"type":15,"tag":23,"props":647,"children":649},{"className":648},[],[650],{"type":20,"value":651},"maxScaledImageExtent",{"type":20,"value":653}," contains the largest valid swapchain extent\nfor the surface on the specified device when one of the scaling methods\nspecified in ",{"type":15,"tag":23,"props":655,"children":657},{"className":656},[],[658],{"type":20,"value":514},{"type":20,"value":660}," is used, or the special value\ndescribed above for ",{"type":15,"tag":23,"props":662,"children":664},{"className":663},[],[665],{"type":20,"value":589},{"type":20,"value":667},".\nThe ",{"type":15,"tag":23,"props":669,"children":671},{"className":670},[],[672],{"type":20,"value":604},{"type":20,"value":606},{"type":15,"tag":23,"props":675,"children":677},{"className":676},[],[678],{"type":20,"value":612},{"type":20,"value":680}," of the extent will each be greater than\nor equal to the corresponding ",{"type":15,"tag":23,"props":682,"children":684},{"className":683},[],[685],{"type":20,"value":604},{"type":20,"value":606},{"type":15,"tag":23,"props":688,"children":690},{"className":689},[],[691],{"type":20,"value":612},{"type":20,"value":627},{"type":15,"tag":479,"props":694,"children":695},{"href":630},[696],{"type":20,"value":633},{"type":20,"value":201},{"type":15,"tag":23,"props":699,"children":701},{"className":700},[],[702],{"type":20,"value":703},"maxImageExtent",{"type":20,"value":642},{"type":15,"tag":16,"props":706,"children":707},{},[708,710,716,718,723,725,731,733,739,741,746,748,753,755,761],{"type":20,"value":709},"To query the set of supported scaling modes for a given present mode, add a\n",{"type":15,"tag":479,"props":711,"children":713},{"href":712},"/man/VkSurfacePresentModeKHR",[714],{"type":20,"value":715},"VkSurfacePresentModeKHR",{"type":20,"value":717}," structure in the ",{"type":15,"tag":23,"props":719,"children":721},{"className":720},[],[722],{"type":20,"value":495},{"type":20,"value":724}," chain of\n",{"type":15,"tag":479,"props":726,"children":728},{"href":727},"/man/VkPhysicalDeviceSurfaceInfo2KHR",[729],{"type":20,"value":730},"VkPhysicalDeviceSurfaceInfo2KHR",{"type":20,"value":732}," when calling\n",{"type":15,"tag":479,"props":734,"children":736},{"href":735},"/man/vkGetPhysicalDeviceSurfaceCapabilities2KHR",[737],{"type":20,"value":738},"vkGetPhysicalDeviceSurfaceCapabilities2KHR",{"type":20,"value":740},".\nThe implementation ",{"type":15,"tag":742,"props":743,"children":745},"normative",{"type":744},"must",[],{"type":20,"value":747}," return the same values in\n",{"type":15,"tag":23,"props":749,"children":751},{"className":750},[],[752],{"type":20,"value":4},{"type":20,"value":754}," for any of the compatible\npresent modes as obtained through\n",{"type":15,"tag":479,"props":756,"children":758},{"href":757},"/man/VkSurfacePresentModeCompatibilityKHR",[759],{"type":20,"value":760},"VkSurfacePresentModeCompatibilityKHR",{"type":20,"value":642},{"type":15,"tag":16,"props":763,"children":764},{},[765,767,771,773,779],{"type":20,"value":766},"The application ",{"type":15,"tag":742,"props":768,"children":770},{"type":769},"can",[],{"type":20,"value":772}," specify the scaling mode when creating a swapchain\nthrough the use of ",{"type":15,"tag":479,"props":774,"children":776},{"href":775},"/man/VkSwapchainPresentScalingCreateInfoKHR",[777],{"type":20,"value":778},"VkSwapchainPresentScalingCreateInfoKHR",{"type":20,"value":642},{"type":15,"tag":781,"props":782,"children":784},"validity-group",{"name":783},"Valid Usage (Implicit)",[785,811,835,857],{"type":15,"tag":786,"props":787,"children":789},"validity-field",{"name":788},"VUID-VkSurfacePresentScalingCapabilitiesKHR-sType-sType",[790],{"type":15,"tag":16,"props":791,"children":792},{},[793,798,800,803,805],{"type":15,"tag":23,"props":794,"children":796},{"className":795},[],[797],{"type":20,"value":475},{"type":20,"value":799}," ",{"type":15,"tag":742,"props":801,"children":802},{"type":744},[],{"type":20,"value":804}," be ",{"type":15,"tag":23,"props":806,"children":808},{"className":807},[],[809],{"type":20,"value":810},"VK_STRUCTURE_TYPE_SURFACE_PRESENT_SCALING_CAPABILITIES_KHR",{"type":15,"tag":786,"props":812,"children":814},{"name":813},"VUID-VkSurfacePresentScalingCapabilitiesKHR-supportedPresentScaling-parameter",[815],{"type":15,"tag":16,"props":816,"children":817},{},[818,823,824,827,829,833],{"type":15,"tag":23,"props":819,"children":821},{"className":820},[],[822],{"type":20,"value":514},{"type":20,"value":799},{"type":15,"tag":742,"props":825,"children":826},{"type":744},[],{"type":20,"value":828}," be a valid combination of ",{"type":15,"tag":479,"props":830,"children":831},{"href":519},[832],{"type":20,"value":522},{"type":20,"value":834}," values",{"type":15,"tag":786,"props":836,"children":838},{"name":837},"VUID-VkSurfacePresentScalingCapabilitiesKHR-supportedPresentGravityX-parameter",[839],{"type":15,"tag":16,"props":840,"children":841},{},[842,847,848,851,852,856],{"type":15,"tag":23,"props":843,"children":845},{"className":844},[],[846],{"type":20,"value":541},{"type":20,"value":799},{"type":15,"tag":742,"props":849,"children":850},{"type":744},[],{"type":20,"value":828},{"type":15,"tag":479,"props":853,"children":854},{"href":545},[855],{"type":20,"value":548},{"type":20,"value":834},{"type":15,"tag":786,"props":858,"children":860},{"name":859},"VUID-VkSurfacePresentScalingCapabilitiesKHR-supportedPresentGravityY-parameter",[861],{"type":15,"tag":16,"props":862,"children":863},{},[864,869,870,873,874,878],{"type":15,"tag":23,"props":865,"children":867},{"className":866},[],[868],{"type":20,"value":566},{"type":20,"value":799},{"type":15,"tag":742,"props":871,"children":872},{"type":744},[],{"type":20,"value":828},{"type":15,"tag":479,"props":875,"children":876},{"href":545},[877],{"type":20,"value":548},{"type":20,"value":834},{"type":15,"tag":880,"props":881,"children":882},"style",{},[883],{"type":20,"value":884},"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":41,"searchDepth":71,"depth":71,"links":886},[],"markdown",1773054779812]