[{"data":1,"prerenderedAt":445},["ShallowReactive",2],{"6NqgCn2LQt":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":444,"_id":4},"VkPhysicalDeviceOpacityMicromapPropertiesEXT","Structure describing the opacity micromap properties of a physical device","VK_EXT_opacity_micromap","structs",[],{"type":10,"children":11,"toc":442},"root",[12,28,263,368,403,436],{"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\nas:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,126],{"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 VkPhysicalDeviceOpacityMicromapPropertiesEXT {\n VkStructureType sType;\n void* pNext;\n uint32_t maxOpacity2StateSubdivisionLevel;\n uint32_t maxOpacity4StateSubdivisionLevel;\n} VkPhysicalDeviceOpacityMicromapPropertiesEXT;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,104,117],{"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}," VkPhysicalDeviceOpacityMicromapPropertiesEXT {\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}," maxOpacity2StateSubdivisionLevel;\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}," maxOpacity4StateSubdivisionLevel;\n",{"type":13,"tag":45,"props":118,"children":120},{"class":47,"line":119},6,[121],{"type":13,"tag":45,"props":122,"children":123},{"style":63},[124],{"type":18,"value":125},"} VkPhysicalDeviceOpacityMicromapPropertiesEXT;\n",{"type":13,"tag":33,"props":127,"children":132},{"className":128,"code":129,"filename":130,"language":131,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PhysicalDeviceOpacityMicromapPropertiesEXT {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n max_opacity2_state_subdivision_level: u32,\n max_opacity4_state_subdivision_level: u32,\n}\n","Rust","rs",[133],{"type":13,"tag":21,"props":134,"children":135},{"__ignoreMap":39},[136,159,192,214,235,255],{"type":13,"tag":45,"props":137,"children":138},{"class":47,"line":48},[139,144,148,154],{"type":13,"tag":45,"props":140,"children":141},{"style":52},[142],{"type":18,"value":143},"pub",{"type":13,"tag":45,"props":145,"children":146},{"style":52},[147],{"type":18,"value":60},{"type":13,"tag":45,"props":149,"children":151},{"style":150},"--shiki-default:#953800;--shiki-dark:#FFA657",[152],{"type":18,"value":153}," PhysicalDeviceOpacityMicromapPropertiesEXT",{"type":13,"tag":45,"props":155,"children":156},{"style":63},[157],{"type":18,"value":158}," {\n",{"type":13,"tag":45,"props":160,"children":161},{"class":47,"line":69},[162,167,172,177,182,187],{"type":13,"tag":45,"props":163,"children":164},{"style":63},[165],{"type":18,"value":166}," s_type",{"type":13,"tag":45,"props":168,"children":169},{"style":52},[170],{"type":18,"value":171},":",{"type":13,"tag":45,"props":173,"children":174},{"style":150},[175],{"type":18,"value":176}," vk",{"type":13,"tag":45,"props":178,"children":179},{"style":52},[180],{"type":18,"value":181},"::",{"type":13,"tag":45,"props":183,"children":184},{"style":150},[185],{"type":18,"value":186},"StructureType",{"type":13,"tag":45,"props":188,"children":189},{"style":63},[190],{"type":18,"value":191},",\n",{"type":13,"tag":45,"props":193,"children":194},{"class":47,"line":78},[195,200,204,209],{"type":13,"tag":45,"props":196,"children":197},{"style":63},[198],{"type":18,"value":199}," p_next",{"type":13,"tag":45,"props":201,"children":202},{"style":52},[203],{"type":18,"value":171},{"type":13,"tag":45,"props":205,"children":206},{"style":52},[207],{"type":18,"value":208}," *mut",{"type":13,"tag":45,"props":210,"children":211},{"style":63},[212],{"type":18,"value":213}," c_void,\n",{"type":13,"tag":45,"props":215,"children":216},{"class":47,"line":92},[217,222,226,231],{"type":13,"tag":45,"props":218,"children":219},{"style":63},[220],{"type":18,"value":221}," max_opacity2_state_subdivision_level",{"type":13,"tag":45,"props":223,"children":224},{"style":52},[225],{"type":18,"value":171},{"type":13,"tag":45,"props":227,"children":228},{"style":150},[229],{"type":18,"value":230}," u32",{"type":13,"tag":45,"props":232,"children":233},{"style":63},[234],{"type":18,"value":191},{"type":13,"tag":45,"props":236,"children":237},{"class":47,"line":106},[238,243,247,251],{"type":13,"tag":45,"props":239,"children":240},{"style":63},[241],{"type":18,"value":242}," max_opacity4_state_subdivision_level",{"type":13,"tag":45,"props":244,"children":245},{"style":52},[246],{"type":18,"value":171},{"type":13,"tag":45,"props":248,"children":249},{"style":150},[250],{"type":18,"value":230},{"type":13,"tag":45,"props":252,"children":253},{"style":63},[254],{"type":18,"value":191},{"type":13,"tag":45,"props":256,"children":257},{"class":47,"line":119},[258],{"type":13,"tag":45,"props":259,"children":260},{"style":63},[261],{"type":18,"value":262},"}\n",{"type":13,"tag":264,"props":265,"children":266},"ul",{},[267,288,307,340],{"type":13,"tag":268,"props":269,"children":270},"li",{},[271,277,279,286],{"type":13,"tag":21,"props":272,"children":274},{"className":273},[],[275],{"type":18,"value":276},"sType",{"type":18,"value":278}," is a ",{"type":13,"tag":280,"props":281,"children":283},"a",{"href":282},"/man/VkStructureType",[284],{"type":18,"value":285},"VkStructureType",{"type":18,"value":287}," value identifying this structure.",{"type":13,"tag":268,"props":289,"children":290},{},[291,297,299,305],{"type":13,"tag":21,"props":292,"children":294},{"className":293},[],[295],{"type":18,"value":296},"pNext",{"type":18,"value":298}," is ",{"type":13,"tag":21,"props":300,"children":302},{"className":301},[],[303],{"type":18,"value":304},"NULL",{"type":18,"value":306}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":268,"props":308,"children":309},{},[310,316,318,324,326,332,334],{"type":13,"tag":21,"props":311,"children":313},{"className":312},[],[314],{"type":18,"value":315},"maxOpacity2StateSubdivisionLevel",{"type":18,"value":317}," is the maximum allowed\n",{"type":13,"tag":21,"props":319,"children":321},{"className":320},[],[322],{"type":18,"value":323},"subdivisionLevel",{"type":18,"value":325}," when ",{"type":13,"tag":21,"props":327,"children":329},{"className":328},[],[330],{"type":18,"value":331},"format",{"type":18,"value":333}," is\n",{"type":13,"tag":21,"props":335,"children":337},{"className":336},[],[338],{"type":18,"value":339},"VK_OPACITY_MICROMAP_FORMAT_2_STATE_EXT",{"type":13,"tag":268,"props":341,"children":342},{},[343,349,350,355,356,361,362],{"type":13,"tag":21,"props":344,"children":346},{"className":345},[],[347],{"type":18,"value":348},"maxOpacity4StateSubdivisionLevel",{"type":18,"value":317},{"type":13,"tag":21,"props":351,"children":353},{"className":352},[],[354],{"type":18,"value":323},{"type":18,"value":325},{"type":13,"tag":21,"props":357,"children":359},{"className":358},[],[360],{"type":18,"value":331},{"type":18,"value":333},{"type":13,"tag":21,"props":363,"children":365},{"className":364},[],[366],{"type":18,"value":367},"VK_OPACITY_MICROMAP_FORMAT_4_STATE_EXT",{"type":13,"tag":14,"props":369,"children":370},{},[371,373,378,380,385,387,393,395,401],{"type":18,"value":372},"If the ",{"type":13,"tag":21,"props":374,"children":376},{"className":375},[],[377],{"type":18,"value":4},{"type":18,"value":379}," structure is included in the ",{"type":13,"tag":21,"props":381,"children":383},{"className":382},[],[384],{"type":18,"value":296},{"type":18,"value":386}," chain of the\n",{"type":13,"tag":280,"props":388,"children":390},{"href":389},"/man/VkPhysicalDeviceProperties2",[391],{"type":18,"value":392},"VkPhysicalDeviceProperties2",{"type":18,"value":394}," structure passed to\n",{"type":13,"tag":280,"props":396,"children":398},{"href":397},"/man/vkGetPhysicalDeviceProperties2",[399],{"type":18,"value":400},"vkGetPhysicalDeviceProperties2",{"type":18,"value":402},", it is filled in with each\ncorresponding implementation-dependent property.",{"type":13,"tag":404,"props":405,"children":407},"validity-group",{"name":406},"Valid Usage (Implicit)",[408],{"type":13,"tag":409,"props":410,"children":412},"validity-field",{"name":411},"VUID-VkPhysicalDeviceOpacityMicromapPropertiesEXT-sType-sType",[413],{"type":13,"tag":14,"props":414,"children":415},{},[416,421,423,428,430],{"type":13,"tag":21,"props":417,"children":419},{"className":418},[],[420],{"type":18,"value":276},{"type":18,"value":422}," ",{"type":13,"tag":424,"props":425,"children":427},"normative",{"type":426},"must",[],{"type":18,"value":429}," be ",{"type":13,"tag":21,"props":431,"children":433},{"className":432},[],[434],{"type":18,"value":435},"VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_OPACITY_MICROMAP_PROPERTIES_EXT",{"type":13,"tag":437,"props":438,"children":439},"style",{},[440],{"type":18,"value":441},"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":443},[],"markdown",1729612466356]