[{"data":1,"prerenderedAt":766},["ShallowReactive",2],{"4hqVChAayh":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":765,"_id":4},"VkPhysicalDeviceMaintenance5Properties","Structure describing various implementation-defined properties introduced with VK_KHR_maintenance5","VK_VERSION_1_4","structs",[],{"type":10,"children":11,"toc":763},"root",[12,28,418,423,488,689,724,757],{"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,153],{"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 VkPhysicalDeviceMaintenance5Properties {\n VkStructureType sType;\n void* pNext;\n VkBool32 earlyFragmentMultisampleCoverageAfterSampleCounting;\n VkBool32 earlyFragmentSampleMaskTestBeforeSampleCounting;\n VkBool32 depthStencilSwizzleOneSupport;\n VkBool32 polygonModePointSize;\n VkBool32 nonStrictSinglePixelWideLinesUseParallelogram;\n VkBool32 nonStrictWideLinesUseParallelogram;\n} VkPhysicalDeviceMaintenance5Properties;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,99,108,117,126,135,144],{"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}," VkPhysicalDeviceMaintenance5Properties {\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],{"type":13,"tag":45,"props":95,"children":96},{"style":63},[97],{"type":18,"value":98}," VkBool32 earlyFragmentMultisampleCoverageAfterSampleCounting;\n",{"type":13,"tag":45,"props":100,"children":102},{"class":47,"line":101},5,[103],{"type":13,"tag":45,"props":104,"children":105},{"style":63},[106],{"type":18,"value":107}," VkBool32 earlyFragmentSampleMaskTestBeforeSampleCounting;\n",{"type":13,"tag":45,"props":109,"children":111},{"class":47,"line":110},6,[112],{"type":13,"tag":45,"props":113,"children":114},{"style":63},[115],{"type":18,"value":116}," VkBool32 depthStencilSwizzleOneSupport;\n",{"type":13,"tag":45,"props":118,"children":120},{"class":47,"line":119},7,[121],{"type":13,"tag":45,"props":122,"children":123},{"style":63},[124],{"type":18,"value":125}," VkBool32 polygonModePointSize;\n",{"type":13,"tag":45,"props":127,"children":129},{"class":47,"line":128},8,[130],{"type":13,"tag":45,"props":131,"children":132},{"style":63},[133],{"type":18,"value":134}," VkBool32 nonStrictSinglePixelWideLinesUseParallelogram;\n",{"type":13,"tag":45,"props":136,"children":138},{"class":47,"line":137},9,[139],{"type":13,"tag":45,"props":140,"children":141},{"style":63},[142],{"type":18,"value":143}," VkBool32 nonStrictWideLinesUseParallelogram;\n",{"type":13,"tag":45,"props":145,"children":147},{"class":47,"line":146},10,[148],{"type":13,"tag":45,"props":149,"children":150},{"style":63},[151],{"type":18,"value":152},"} VkPhysicalDeviceMaintenance5Properties;\n",{"type":13,"tag":33,"props":154,"children":159},{"className":155,"code":156,"filename":157,"language":158,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PhysicalDeviceMaintenance5Properties {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n early_fragment_multisample_coverage_after_sample_counting: vk::Bool32,\n early_fragment_sample_mask_test_before_sample_counting: vk::Bool32,\n depth_stencil_swizzle_one_support: vk::Bool32,\n polygon_mode_point_size: vk::Bool32,\n non_strict_single_pixel_wide_lines_use_parallelogram: vk::Bool32,\n non_strict_wide_lines_use_parallelogram: vk::Bool32,\n}\n","Rust","rs",[160],{"type":13,"tag":21,"props":161,"children":162},{"__ignoreMap":39},[163,186,219,241,270,298,326,354,382,410],{"type":13,"tag":45,"props":164,"children":165},{"class":47,"line":48},[166,171,175,181],{"type":13,"tag":45,"props":167,"children":168},{"style":52},[169],{"type":18,"value":170},"pub",{"type":13,"tag":45,"props":172,"children":173},{"style":52},[174],{"type":18,"value":60},{"type":13,"tag":45,"props":176,"children":178},{"style":177},"--shiki-default:#953800;--shiki-dark:#FFA657",[179],{"type":18,"value":180}," PhysicalDeviceMaintenance5Properties",{"type":13,"tag":45,"props":182,"children":183},{"style":63},[184],{"type":18,"value":185}," {\n",{"type":13,"tag":45,"props":187,"children":188},{"class":47,"line":69},[189,194,199,204,209,214],{"type":13,"tag":45,"props":190,"children":191},{"style":63},[192],{"type":18,"value":193}," s_type",{"type":13,"tag":45,"props":195,"children":196},{"style":52},[197],{"type":18,"value":198},":",{"type":13,"tag":45,"props":200,"children":201},{"style":177},[202],{"type":18,"value":203}," vk",{"type":13,"tag":45,"props":205,"children":206},{"style":52},[207],{"type":18,"value":208},"::",{"type":13,"tag":45,"props":210,"children":211},{"style":177},[212],{"type":18,"value":213},"StructureType",{"type":13,"tag":45,"props":215,"children":216},{"style":63},[217],{"type":18,"value":218},",\n",{"type":13,"tag":45,"props":220,"children":221},{"class":47,"line":78},[222,227,231,236],{"type":13,"tag":45,"props":223,"children":224},{"style":63},[225],{"type":18,"value":226}," p_next",{"type":13,"tag":45,"props":228,"children":229},{"style":52},[230],{"type":18,"value":198},{"type":13,"tag":45,"props":232,"children":233},{"style":52},[234],{"type":18,"value":235}," *mut",{"type":13,"tag":45,"props":237,"children":238},{"style":63},[239],{"type":18,"value":240}," c_void,\n",{"type":13,"tag":45,"props":242,"children":243},{"class":47,"line":92},[244,249,253,257,261,266],{"type":13,"tag":45,"props":245,"children":246},{"style":63},[247],{"type":18,"value":248}," early_fragment_multisample_coverage_after_sample_counting",{"type":13,"tag":45,"props":250,"children":251},{"style":52},[252],{"type":18,"value":198},{"type":13,"tag":45,"props":254,"children":255},{"style":177},[256],{"type":18,"value":203},{"type":13,"tag":45,"props":258,"children":259},{"style":52},[260],{"type":18,"value":208},{"type":13,"tag":45,"props":262,"children":263},{"style":177},[264],{"type":18,"value":265},"Bool32",{"type":13,"tag":45,"props":267,"children":268},{"style":63},[269],{"type":18,"value":218},{"type":13,"tag":45,"props":271,"children":272},{"class":47,"line":101},[273,278,282,286,290,294],{"type":13,"tag":45,"props":274,"children":275},{"style":63},[276],{"type":18,"value":277}," early_fragment_sample_mask_test_before_sample_counting",{"type":13,"tag":45,"props":279,"children":280},{"style":52},[281],{"type":18,"value":198},{"type":13,"tag":45,"props":283,"children":284},{"style":177},[285],{"type":18,"value":203},{"type":13,"tag":45,"props":287,"children":288},{"style":52},[289],{"type":18,"value":208},{"type":13,"tag":45,"props":291,"children":292},{"style":177},[293],{"type":18,"value":265},{"type":13,"tag":45,"props":295,"children":296},{"style":63},[297],{"type":18,"value":218},{"type":13,"tag":45,"props":299,"children":300},{"class":47,"line":110},[301,306,310,314,318,322],{"type":13,"tag":45,"props":302,"children":303},{"style":63},[304],{"type":18,"value":305}," depth_stencil_swizzle_one_support",{"type":13,"tag":45,"props":307,"children":308},{"style":52},[309],{"type":18,"value":198},{"type":13,"tag":45,"props":311,"children":312},{"style":177},[313],{"type":18,"value":203},{"type":13,"tag":45,"props":315,"children":316},{"style":52},[317],{"type":18,"value":208},{"type":13,"tag":45,"props":319,"children":320},{"style":177},[321],{"type":18,"value":265},{"type":13,"tag":45,"props":323,"children":324},{"style":63},[325],{"type":18,"value":218},{"type":13,"tag":45,"props":327,"children":328},{"class":47,"line":119},[329,334,338,342,346,350],{"type":13,"tag":45,"props":330,"children":331},{"style":63},[332],{"type":18,"value":333}," polygon_mode_point_size",{"type":13,"tag":45,"props":335,"children":336},{"style":52},[337],{"type":18,"value":198},{"type":13,"tag":45,"props":339,"children":340},{"style":177},[341],{"type":18,"value":203},{"type":13,"tag":45,"props":343,"children":344},{"style":52},[345],{"type":18,"value":208},{"type":13,"tag":45,"props":347,"children":348},{"style":177},[349],{"type":18,"value":265},{"type":13,"tag":45,"props":351,"children":352},{"style":63},[353],{"type":18,"value":218},{"type":13,"tag":45,"props":355,"children":356},{"class":47,"line":128},[357,362,366,370,374,378],{"type":13,"tag":45,"props":358,"children":359},{"style":63},[360],{"type":18,"value":361}," non_strict_single_pixel_wide_lines_use_parallelogram",{"type":13,"tag":45,"props":363,"children":364},{"style":52},[365],{"type":18,"value":198},{"type":13,"tag":45,"props":367,"children":368},{"style":177},[369],{"type":18,"value":203},{"type":13,"tag":45,"props":371,"children":372},{"style":52},[373],{"type":18,"value":208},{"type":13,"tag":45,"props":375,"children":376},{"style":177},[377],{"type":18,"value":265},{"type":13,"tag":45,"props":379,"children":380},{"style":63},[381],{"type":18,"value":218},{"type":13,"tag":45,"props":383,"children":384},{"class":47,"line":137},[385,390,394,398,402,406],{"type":13,"tag":45,"props":386,"children":387},{"style":63},[388],{"type":18,"value":389}," non_strict_wide_lines_use_parallelogram",{"type":13,"tag":45,"props":391,"children":392},{"style":52},[393],{"type":18,"value":198},{"type":13,"tag":45,"props":395,"children":396},{"style":177},[397],{"type":18,"value":203},{"type":13,"tag":45,"props":399,"children":400},{"style":52},[401],{"type":18,"value":208},{"type":13,"tag":45,"props":403,"children":404},{"style":177},[405],{"type":18,"value":265},{"type":13,"tag":45,"props":407,"children":408},{"style":63},[409],{"type":18,"value":218},{"type":13,"tag":45,"props":411,"children":412},{"class":47,"line":146},[413],{"type":13,"tag":45,"props":414,"children":415},{"style":63},[416],{"type":18,"value":417},"}\n",{"type":13,"tag":14,"props":419,"children":420},{},[421],{"type":18,"value":422},"or the equivalent",{"type":13,"tag":29,"props":424,"children":425},{},[426,445],{"type":13,"tag":33,"props":427,"children":429},{"className":35,"code":428,"filename":37,"language":38,"meta":39,"style":39},"typedef VkPhysicalDeviceMaintenance5Properties VkPhysicalDeviceMaintenance5PropertiesKHR;\n",[430],{"type":13,"tag":21,"props":431,"children":432},{"__ignoreMap":39},[433],{"type":13,"tag":45,"props":434,"children":435},{"class":47,"line":48},[436,440],{"type":13,"tag":45,"props":437,"children":438},{"style":52},[439],{"type":18,"value":55},{"type":13,"tag":45,"props":441,"children":442},{"style":63},[443],{"type":18,"value":444}," VkPhysicalDeviceMaintenance5Properties VkPhysicalDeviceMaintenance5PropertiesKHR;\n",{"type":13,"tag":33,"props":446,"children":448},{"className":155,"code":447,"filename":157,"language":158,"meta":39,"style":39},"type PhysicalDeviceMaintenance5PropertiesKHR = vk::PhysicalDeviceMaintenance5Properties;\n",[449],{"type":13,"tag":21,"props":450,"children":451},{"__ignoreMap":39},[452],{"type":13,"tag":45,"props":453,"children":454},{"class":47,"line":48},[455,460,465,470,474,478,483],{"type":13,"tag":45,"props":456,"children":457},{"style":52},[458],{"type":18,"value":459},"type",{"type":13,"tag":45,"props":461,"children":462},{"style":177},[463],{"type":18,"value":464}," PhysicalDeviceMaintenance5PropertiesKHR",{"type":13,"tag":45,"props":466,"children":467},{"style":52},[468],{"type":18,"value":469}," =",{"type":13,"tag":45,"props":471,"children":472},{"style":177},[473],{"type":18,"value":203},{"type":13,"tag":45,"props":475,"children":476},{"style":52},[477],{"type":18,"value":208},{"type":13,"tag":45,"props":479,"children":480},{"style":177},[481],{"type":18,"value":482},"PhysicalDeviceMaintenance5Properties",{"type":13,"tag":45,"props":484,"children":485},{"style":63},[486],{"type":18,"value":487},";\n",{"type":13,"tag":489,"props":490,"children":491},"ul",{},[492,513,532,582,621,640,667,678],{"type":13,"tag":493,"props":494,"children":495},"li",{},[496,502,504,511],{"type":13,"tag":21,"props":497,"children":499},{"className":498},[],[500],{"type":18,"value":501},"sType",{"type":18,"value":503}," is a ",{"type":13,"tag":505,"props":506,"children":508},"a",{"href":507},"/man/VkStructureType",[509],{"type":18,"value":510},"VkStructureType",{"type":18,"value":512}," value identifying this structure.",{"type":13,"tag":493,"props":514,"children":515},{},[516,522,524,530],{"type":13,"tag":21,"props":517,"children":519},{"className":518},[],[520],{"type":18,"value":521},"pNext",{"type":18,"value":523}," is ",{"type":13,"tag":21,"props":525,"children":527},{"className":526},[],[528],{"type":18,"value":529},"NULL",{"type":18,"value":531}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":493,"props":533,"children":534},{},[535,541,543,549,551,557,559,565,567,572,574,580],{"type":13,"tag":21,"props":536,"children":538},{"className":537},[],[539],{"type":18,"value":540},"earlyFragmentMultisampleCoverageAfterSampleCounting",{"type":18,"value":542}," is a boolean\nvalue indicating whether the ",{"type":13,"tag":505,"props":544,"children":546},{"href":545},"/chapters/fragops#fragops-shader",[547],{"type":18,"value":548},"fragment shading",{"type":18,"value":550}," and\n",{"type":13,"tag":505,"props":552,"children":554},{"href":553},"/chapters/fragops#fragops-covg",[555],{"type":18,"value":556},"multisample coverage",{"type":18,"value":558}," operations are performed after\n",{"type":13,"tag":505,"props":560,"children":562},{"href":561},"/chapters/fragops#fragops-samplecount",[563],{"type":18,"value":564},"sample counting",{"type":18,"value":566}," for ",{"type":13,"tag":505,"props":568,"children":569},{"href":545},[570],{"type":18,"value":571},"fragment\nshaders",{"type":18,"value":573}," with ",{"type":13,"tag":21,"props":575,"children":577},{"className":576},[],[578],{"type":18,"value":579},"EarlyFragmentTests",{"type":18,"value":581}," execution mode.",{"type":13,"tag":493,"props":583,"children":584},{},[585,591,593,599,601,605,607,612,614,619],{"type":13,"tag":21,"props":586,"children":588},{"className":587},[],[589],{"type":18,"value":590},"earlyFragmentSampleMaskTestBeforeSampleCounting",{"type":18,"value":592}," is a boolean value\nindicating whether the ",{"type":13,"tag":505,"props":594,"children":596},{"href":595},"/chapters/fragops#fragops-samplemask",[597],{"type":18,"value":598},"sample mask test",{"type":18,"value":600}," operation\nis performed before ",{"type":13,"tag":505,"props":602,"children":603},{"href":561},[604],{"type":18,"value":564},{"type":18,"value":606}," for\n",{"type":13,"tag":505,"props":608,"children":609},{"href":545},[610],{"type":18,"value":611},"fragment shaders",{"type":18,"value":613}," using the ",{"type":13,"tag":21,"props":615,"children":617},{"className":616},[],[618],{"type":18,"value":579},{"type":18,"value":620},"\nexecution mode.",{"type":13,"tag":493,"props":622,"children":623},{},[624,630,632,638],{"type":13,"tag":21,"props":625,"children":627},{"className":626},[],[628],{"type":18,"value":629},"depthStencilSwizzleOneSupport",{"type":18,"value":631}," is a boolean indicating that\ndepth/stencil texturing operations with ",{"type":13,"tag":21,"props":633,"children":635},{"className":634},[],[636],{"type":18,"value":637},"VK_COMPONENT_SWIZZLE_ONE",{"type":18,"value":639},"\nhave defined behavior.",{"type":13,"tag":493,"props":641,"children":642},{},[643,649,651,657,659,665],{"type":13,"tag":21,"props":644,"children":646},{"className":645},[],[647],{"type":18,"value":648},"polygonModePointSize",{"type":18,"value":650}," is a boolean value indicating whether the\npoint size of the final rasterization of polygons with\n",{"type":13,"tag":21,"props":652,"children":654},{"className":653},[],[655],{"type":18,"value":656},"VK_POLYGON_MODE_POINT",{"type":18,"value":658}," is controlled by ",{"type":13,"tag":21,"props":660,"children":662},{"className":661},[],[663],{"type":18,"value":664},"PointSize",{"type":18,"value":666},".",{"type":13,"tag":493,"props":668,"children":669},{},[670,676],{"type":13,"tag":21,"props":671,"children":673},{"className":672},[],[674],{"type":18,"value":675},"nonStrictSinglePixelWideLinesUseParallelogram",{"type":18,"value":677}," is a boolean value\nindicating whether non-strict lines with a width of 1.0 are rasterized\nas parallelograms or using Bresenham’s algorithm.",{"type":13,"tag":493,"props":679,"children":680},{},[681,687],{"type":13,"tag":21,"props":682,"children":684},{"className":683},[],[685],{"type":18,"value":686},"nonStrictWideLinesUseParallelogram",{"type":18,"value":688}," is a boolean value indicating\nwhether non-strict lines with a width greater than 1.0 are rasterized as\nparallelograms or using Bresenham’s algorithm.",{"type":13,"tag":14,"props":690,"children":691},{},[692,694,699,701,706,708,714,716,722],{"type":18,"value":693},"If the ",{"type":13,"tag":21,"props":695,"children":697},{"className":696},[],[698],{"type":18,"value":4},{"type":18,"value":700}," structure is included in the ",{"type":13,"tag":21,"props":702,"children":704},{"className":703},[],[705],{"type":18,"value":521},{"type":18,"value":707}," chain of the\n",{"type":13,"tag":505,"props":709,"children":711},{"href":710},"/man/VkPhysicalDeviceProperties2",[712],{"type":18,"value":713},"VkPhysicalDeviceProperties2",{"type":18,"value":715}," structure passed to\n",{"type":13,"tag":505,"props":717,"children":719},{"href":718},"/man/vkGetPhysicalDeviceProperties2",[720],{"type":18,"value":721},"vkGetPhysicalDeviceProperties2",{"type":18,"value":723},", it is filled in with each\ncorresponding implementation-dependent property.",{"type":13,"tag":725,"props":726,"children":728},"validity-group",{"name":727},"Valid Usage (Implicit)",[729],{"type":13,"tag":730,"props":731,"children":733},"validity-field",{"name":732},"VUID-VkPhysicalDeviceMaintenance5Properties-sType-sType",[734],{"type":13,"tag":14,"props":735,"children":736},{},[737,742,744,749,751],{"type":13,"tag":21,"props":738,"children":740},{"className":739},[],[741],{"type":18,"value":501},{"type":18,"value":743}," ",{"type":13,"tag":745,"props":746,"children":748},"normative",{"type":747},"must",[],{"type":18,"value":750}," be ",{"type":13,"tag":21,"props":752,"children":754},{"className":753},[],[755],{"type":18,"value":756},"VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_PROPERTIES",{"type":13,"tag":758,"props":759,"children":760},"style",{},[761],{"type":18,"value":762},"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":764},[],"markdown",1744876560776]