[{"data":1,"prerenderedAt":534},["ShallowReactive",2],{"KJcj6ldQK3":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":533,"_id":4},"VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT","Structure describing fragment shader interlock features that can be supported by an implementation","VK_EXT_fragment_shader_interlock","structs",[],{"type":10,"children":11,"toc":531},"root",[12,28,313,318,430,494,525],{"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\ndefined as:",{"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 VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT {\n VkStructureType sType;\n void* pNext;\n VkBool32 fragmentShaderSampleInterlock;\n VkBool32 fragmentShaderPixelInterlock;\n VkBool32 fragmentShaderShadingRateInterlock;\n} VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,99,108,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}," VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT {\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 fragmentShaderSampleInterlock;\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 fragmentShaderPixelInterlock;\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 fragmentShaderShadingRateInterlock;\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},"} VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT;\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 PhysicalDeviceFragmentShaderInterlockFeaturesEXT {\n s_type: vk::StructureType,\n p_next: *mut c_void, // Pointer to next structure\n fragment_shader_sample_interlock: vk::Bool32,\n fragment_shader_pixel_interlock: vk::Bool32,\n fragment_shader_shading_rate_interlock: vk::Bool32,\n}\n","Rust","rs",[133],{"type":13,"tag":21,"props":134,"children":135},{"__ignoreMap":39},[136,159,192,220,249,277,305],{"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}," PhysicalDeviceFragmentShaderInterlockFeaturesEXT",{"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,214],{"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, ",{"type":13,"tag":45,"props":215,"children":217},{"style":216},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[218],{"type":18,"value":219},"// Pointer to next structure\n",{"type":13,"tag":45,"props":221,"children":222},{"class":47,"line":92},[223,228,232,236,240,245],{"type":13,"tag":45,"props":224,"children":225},{"style":63},[226],{"type":18,"value":227}," fragment_shader_sample_interlock",{"type":13,"tag":45,"props":229,"children":230},{"style":52},[231],{"type":18,"value":171},{"type":13,"tag":45,"props":233,"children":234},{"style":150},[235],{"type":18,"value":176},{"type":13,"tag":45,"props":237,"children":238},{"style":52},[239],{"type":18,"value":181},{"type":13,"tag":45,"props":241,"children":242},{"style":150},[243],{"type":18,"value":244},"Bool32",{"type":13,"tag":45,"props":246,"children":247},{"style":63},[248],{"type":18,"value":191},{"type":13,"tag":45,"props":250,"children":251},{"class":47,"line":101},[252,257,261,265,269,273],{"type":13,"tag":45,"props":253,"children":254},{"style":63},[255],{"type":18,"value":256}," fragment_shader_pixel_interlock",{"type":13,"tag":45,"props":258,"children":259},{"style":52},[260],{"type":18,"value":171},{"type":13,"tag":45,"props":262,"children":263},{"style":150},[264],{"type":18,"value":176},{"type":13,"tag":45,"props":266,"children":267},{"style":52},[268],{"type":18,"value":181},{"type":13,"tag":45,"props":270,"children":271},{"style":150},[272],{"type":18,"value":244},{"type":13,"tag":45,"props":274,"children":275},{"style":63},[276],{"type":18,"value":191},{"type":13,"tag":45,"props":278,"children":279},{"class":47,"line":110},[280,285,289,293,297,301],{"type":13,"tag":45,"props":281,"children":282},{"style":63},[283],{"type":18,"value":284}," fragment_shader_shading_rate_interlock",{"type":13,"tag":45,"props":286,"children":287},{"style":52},[288],{"type":18,"value":171},{"type":13,"tag":45,"props":290,"children":291},{"style":150},[292],{"type":18,"value":176},{"type":13,"tag":45,"props":294,"children":295},{"style":52},[296],{"type":18,"value":181},{"type":13,"tag":45,"props":298,"children":299},{"style":150},[300],{"type":18,"value":244},{"type":13,"tag":45,"props":302,"children":303},{"style":63},[304],{"type":18,"value":191},{"type":13,"tag":45,"props":306,"children":307},{"class":47,"line":119},[308],{"type":13,"tag":45,"props":309,"children":310},{"style":63},[311],{"type":18,"value":312},"}\n",{"type":13,"tag":14,"props":314,"children":315},{},[316],{"type":18,"value":317},"This structure describes the following features:",{"type":13,"tag":319,"props":320,"children":321},"ul",{},[322,343,362,386,407],{"type":13,"tag":323,"props":324,"children":325},"li",{},[326,332,334,341],{"type":13,"tag":21,"props":327,"children":329},{"className":328},[],[330],{"type":18,"value":331},"sType",{"type":18,"value":333}," is a ",{"type":13,"tag":335,"props":336,"children":338},"a",{"href":337},"/man/VkStructureType",[339],{"type":18,"value":340},"VkStructureType",{"type":18,"value":342}," value identifying this structure.",{"type":13,"tag":323,"props":344,"children":345},{},[346,352,354,360],{"type":13,"tag":21,"props":347,"children":349},{"className":348},[],[350],{"type":18,"value":351},"pNext",{"type":18,"value":353}," is ",{"type":13,"tag":21,"props":355,"children":357},{"className":356},[],[358],{"type":18,"value":359},"NULL",{"type":18,"value":361}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":323,"props":363,"children":364},{},[365,370,376,378,384],{"type":13,"tag":366,"props":367,"children":369},"anchor",{"id":368},"features-fragmentShaderSampleInterlock",[],{"type":13,"tag":21,"props":371,"children":373},{"className":372},[],[374],{"type":18,"value":375},"fragmentShaderSampleInterlock",{"type":18,"value":377}," indicates that the implementation\nsupports the ",{"type":13,"tag":21,"props":379,"children":381},{"className":380},[],[382],{"type":18,"value":383},"FragmentShaderSampleInterlockEXT",{"type":18,"value":385}," SPIR-V capability.",{"type":13,"tag":323,"props":387,"children":388},{},[389,393,399,400,406],{"type":13,"tag":366,"props":390,"children":392},{"id":391},"features-fragmentShaderPixelInterlock",[],{"type":13,"tag":21,"props":394,"children":396},{"className":395},[],[397],{"type":18,"value":398},"fragmentShaderPixelInterlock",{"type":18,"value":377},{"type":13,"tag":21,"props":401,"children":403},{"className":402},[],[404],{"type":18,"value":405},"FragmentShaderPixelInterlockEXT",{"type":18,"value":385},{"type":13,"tag":323,"props":408,"children":409},{},[410,414,420,422,428],{"type":13,"tag":366,"props":411,"children":413},{"id":412},"features-fragmentShaderShadingRateInterlock",[],{"type":13,"tag":21,"props":415,"children":417},{"className":416},[],[418],{"type":18,"value":419},"fragmentShaderShadingRateInterlock",{"type":18,"value":421}," indicates that the\nimplementation supports the ",{"type":13,"tag":21,"props":423,"children":425},{"className":424},[],[426],{"type":18,"value":427},"FragmentShaderShadingRateInterlockEXT",{"type":18,"value":429},"\nSPIR-V capability.",{"type":13,"tag":14,"props":431,"children":432},{},[433,435,440,442,447,449,455,457,463,465,470,472,477,479,484,486,492],{"type":18,"value":434},"If the ",{"type":13,"tag":21,"props":436,"children":438},{"className":437},[],[439],{"type":18,"value":4},{"type":18,"value":441}," structure is included in the ",{"type":13,"tag":21,"props":443,"children":445},{"className":444},[],[446],{"type":18,"value":351},{"type":18,"value":448}," chain of the\n",{"type":13,"tag":335,"props":450,"children":452},{"href":451},"/man/VkPhysicalDeviceFeatures2",[453],{"type":18,"value":454},"VkPhysicalDeviceFeatures2",{"type":18,"value":456}," structure passed to\n",{"type":13,"tag":335,"props":458,"children":460},{"href":459},"/man/vkGetPhysicalDeviceFeatures2",[461],{"type":18,"value":462},"vkGetPhysicalDeviceFeatures2",{"type":18,"value":464},", it is filled in to indicate whether each\ncorresponding feature is supported.\n",{"type":13,"tag":21,"props":466,"children":468},{"className":467},[],[469],{"type":18,"value":4},{"type":18,"value":471}," ",{"type":13,"tag":473,"props":474,"children":476},"normative",{"type":475},"can",[],{"type":18,"value":478}," also be used in the ",{"type":13,"tag":21,"props":480,"children":482},{"className":481},[],[483],{"type":18,"value":351},{"type":18,"value":485}," chain of\n",{"type":13,"tag":335,"props":487,"children":489},{"href":488},"/man/VkDeviceCreateInfo",[490],{"type":18,"value":491},"VkDeviceCreateInfo",{"type":18,"value":493}," to selectively enable these features.",{"type":13,"tag":495,"props":496,"children":498},"validity-group",{"name":497},"Valid Usage (Implicit)",[499],{"type":13,"tag":500,"props":501,"children":503},"validity-field",{"name":502},"VUID-VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT-sType-sType",[504],{"type":13,"tag":14,"props":505,"children":506},{},[507,512,513,517,519],{"type":13,"tag":21,"props":508,"children":510},{"className":509},[],[511],{"type":18,"value":331},{"type":18,"value":471},{"type":13,"tag":473,"props":514,"children":516},{"type":515},"must",[],{"type":18,"value":518}," be ",{"type":13,"tag":21,"props":520,"children":522},{"className":521},[],[523],{"type":18,"value":524},"VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_INTERLOCK_FEATURES_EXT",{"type":13,"tag":526,"props":527,"children":528},"style",{},[529],{"type":18,"value":530},"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":532},[],"markdown",1725732568762]