[{"data":1,"prerenderedAt":478},["ShallowReactive",2],{"ab0yl5buvX":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":477,"_id":4},"VkFilterCubicImageViewImageFormatPropertiesEXT","Structure for querying cubic filtering capabilities of an image view type","VK_EXT_filter_cubic","structs",[],{"type":10,"children":11,"toc":475},"root",[12,28,282,360,392,469],{"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,117],{"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 VkFilterCubicImageViewImageFormatPropertiesEXT {\n VkStructureType sType;\n void* pNext;\n VkBool32 filterCubic;\n VkBool32 filterCubicMinmax;\n} VkFilterCubicImageViewImageFormatPropertiesEXT;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,99,108],{"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}," VkFilterCubicImageViewImageFormatPropertiesEXT {\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 filterCubic;\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 filterCubicMinmax;\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},"} VkFilterCubicImageViewImageFormatPropertiesEXT;\n",{"type":13,"tag":33,"props":118,"children":123},{"className":119,"code":120,"filename":121,"language":122,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct FilterCubicImageViewImageFormatPropertiesEXT {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n filter_cubic: vk::Bool32, // The combinations of format, image type (and image view type if provided) can be filtered with VK_FILTER_CUBIC_EXT\n filter_cubic_minmax: vk::Bool32, // The combination of format, image type (and image view type if provided) can be filtered with VK_FILTER_CUBIC_EXT and ReductionMode of Min or Max\n}\n","Rust","rs",[124],{"type":13,"tag":21,"props":125,"children":126},{"__ignoreMap":39},[127,150,183,205,241,274],{"type":13,"tag":45,"props":128,"children":129},{"class":47,"line":48},[130,135,139,145],{"type":13,"tag":45,"props":131,"children":132},{"style":52},[133],{"type":18,"value":134},"pub",{"type":13,"tag":45,"props":136,"children":137},{"style":52},[138],{"type":18,"value":60},{"type":13,"tag":45,"props":140,"children":142},{"style":141},"--shiki-default:#953800;--shiki-dark:#FFA657",[143],{"type":18,"value":144}," FilterCubicImageViewImageFormatPropertiesEXT",{"type":13,"tag":45,"props":146,"children":147},{"style":63},[148],{"type":18,"value":149}," {\n",{"type":13,"tag":45,"props":151,"children":152},{"class":47,"line":69},[153,158,163,168,173,178],{"type":13,"tag":45,"props":154,"children":155},{"style":63},[156],{"type":18,"value":157}," s_type",{"type":13,"tag":45,"props":159,"children":160},{"style":52},[161],{"type":18,"value":162},":",{"type":13,"tag":45,"props":164,"children":165},{"style":141},[166],{"type":18,"value":167}," vk",{"type":13,"tag":45,"props":169,"children":170},{"style":52},[171],{"type":18,"value":172},"::",{"type":13,"tag":45,"props":174,"children":175},{"style":141},[176],{"type":18,"value":177},"StructureType",{"type":13,"tag":45,"props":179,"children":180},{"style":63},[181],{"type":18,"value":182},",\n",{"type":13,"tag":45,"props":184,"children":185},{"class":47,"line":78},[186,191,195,200],{"type":13,"tag":45,"props":187,"children":188},{"style":63},[189],{"type":18,"value":190}," p_next",{"type":13,"tag":45,"props":192,"children":193},{"style":52},[194],{"type":18,"value":162},{"type":13,"tag":45,"props":196,"children":197},{"style":52},[198],{"type":18,"value":199}," *mut",{"type":13,"tag":45,"props":201,"children":202},{"style":63},[203],{"type":18,"value":204}," c_void,\n",{"type":13,"tag":45,"props":206,"children":207},{"class":47,"line":92},[208,213,217,221,225,230,235],{"type":13,"tag":45,"props":209,"children":210},{"style":63},[211],{"type":18,"value":212}," filter_cubic",{"type":13,"tag":45,"props":214,"children":215},{"style":52},[216],{"type":18,"value":162},{"type":13,"tag":45,"props":218,"children":219},{"style":141},[220],{"type":18,"value":167},{"type":13,"tag":45,"props":222,"children":223},{"style":52},[224],{"type":18,"value":172},{"type":13,"tag":45,"props":226,"children":227},{"style":141},[228],{"type":18,"value":229},"Bool32",{"type":13,"tag":45,"props":231,"children":232},{"style":63},[233],{"type":18,"value":234},", ",{"type":13,"tag":45,"props":236,"children":238},{"style":237},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[239],{"type":18,"value":240},"// The combinations of format, image type (and image view type if provided) can be filtered with VK_FILTER_CUBIC_EXT\n",{"type":13,"tag":45,"props":242,"children":243},{"class":47,"line":101},[244,249,253,257,261,265,269],{"type":13,"tag":45,"props":245,"children":246},{"style":63},[247],{"type":18,"value":248}," filter_cubic_minmax",{"type":13,"tag":45,"props":250,"children":251},{"style":52},[252],{"type":18,"value":162},{"type":13,"tag":45,"props":254,"children":255},{"style":141},[256],{"type":18,"value":167},{"type":13,"tag":45,"props":258,"children":259},{"style":52},[260],{"type":18,"value":172},{"type":13,"tag":45,"props":262,"children":263},{"style":141},[264],{"type":18,"value":229},{"type":13,"tag":45,"props":266,"children":267},{"style":63},[268],{"type":18,"value":234},{"type":13,"tag":45,"props":270,"children":271},{"style":237},[272],{"type":18,"value":273},"// The combination of format, image type (and image view type if provided) can be filtered with VK_FILTER_CUBIC_EXT and ReductionMode of Min or Max\n",{"type":13,"tag":45,"props":275,"children":276},{"class":47,"line":110},[277],{"type":13,"tag":45,"props":278,"children":279},{"style":63},[280],{"type":18,"value":281},"}\n",{"type":13,"tag":283,"props":284,"children":285},"ul",{},[286,307,326,344],{"type":13,"tag":287,"props":288,"children":289},"li",{},[290,296,298,305],{"type":13,"tag":21,"props":291,"children":293},{"className":292},[],[294],{"type":18,"value":295},"sType",{"type":18,"value":297}," is a ",{"type":13,"tag":299,"props":300,"children":302},"a",{"href":301},"/man/VkStructureType",[303],{"type":18,"value":304},"VkStructureType",{"type":18,"value":306}," value identifying this structure.",{"type":13,"tag":287,"props":308,"children":309},{},[310,316,318,324],{"type":13,"tag":21,"props":311,"children":313},{"className":312},[],[314],{"type":18,"value":315},"pNext",{"type":18,"value":317}," is ",{"type":13,"tag":21,"props":319,"children":321},{"className":320},[],[322],{"type":18,"value":323},"NULL",{"type":18,"value":325}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":287,"props":327,"children":328},{},[329,335,337,342],{"type":13,"tag":21,"props":330,"children":332},{"className":331},[],[333],{"type":18,"value":334},"filterCubic",{"type":18,"value":336}," tells if image format, image type and image view type\n",{"type":13,"tag":338,"props":339,"children":341},"normative",{"type":340},"can",[],{"type":18,"value":343}," be used with cubic filtering.\nThis field is set by the implementation.\nAn application-specified value is ignored.",{"type":13,"tag":287,"props":345,"children":346},{},[347,353,355,358],{"type":13,"tag":21,"props":348,"children":350},{"className":349},[],[351],{"type":18,"value":352},"filterCubicMinmax",{"type":18,"value":354}," tells if image format, image type and image view\ntype ",{"type":13,"tag":338,"props":356,"children":357},{"type":340},[],{"type":18,"value":359}," be used with cubic filtering and minmax filtering.\nThis field is set by the implementation.\nAn application-specified value is ignored.",{"type":13,"tag":361,"props":362,"children":364},"validity-group",{"name":363},"Valid Usage (Implicit)",[365],{"type":13,"tag":366,"props":367,"children":369},"validity-field",{"name":368},"VUID-VkFilterCubicImageViewImageFormatPropertiesEXT-sType-sType",[370],{"type":13,"tag":14,"props":371,"children":372},{},[373,378,380,384,386],{"type":13,"tag":21,"props":374,"children":376},{"className":375},[],[377],{"type":18,"value":295},{"type":18,"value":379}," ",{"type":13,"tag":338,"props":381,"children":383},{"type":382},"must",[],{"type":18,"value":385}," be ",{"type":13,"tag":21,"props":387,"children":389},{"className":388},[],[390],{"type":18,"value":391},"VK_STRUCTURE_TYPE_FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT",{"type":13,"tag":361,"props":393,"children":395},{"name":394},"Valid Usage",[396],{"type":13,"tag":366,"props":397,"children":399},{"name":398},"VUID-VkFilterCubicImageViewImageFormatPropertiesEXT-pNext-02627",[400],{"type":13,"tag":14,"props":401,"children":402},{},[403,405,410,412,418,420,425,427,432,434,440,442,445,447,453,455,461,463],{"type":18,"value":404},"If the ",{"type":13,"tag":21,"props":406,"children":408},{"className":407},[],[409],{"type":18,"value":315},{"type":18,"value":411}," chain of the ",{"type":13,"tag":299,"props":413,"children":415},{"href":414},"/man/VkImageFormatProperties2",[416],{"type":18,"value":417},"VkImageFormatProperties2",{"type":18,"value":419}," structure\nincludes a ",{"type":13,"tag":299,"props":421,"children":423},{"href":422},"/man/VkFilterCubicImageViewImageFormatPropertiesEXT",[424],{"type":18,"value":4},{"type":18,"value":426},"\nstructure, the ",{"type":13,"tag":21,"props":428,"children":430},{"className":429},[],[431],{"type":18,"value":315},{"type":18,"value":433}," chain of the\n",{"type":13,"tag":299,"props":435,"children":437},{"href":436},"/man/VkPhysicalDeviceImageFormatInfo2",[438],{"type":18,"value":439},"VkPhysicalDeviceImageFormatInfo2",{"type":18,"value":441}," structure ",{"type":13,"tag":338,"props":443,"children":444},{"type":382},[],{"type":18,"value":446}," include a\n",{"type":13,"tag":299,"props":448,"children":450},{"href":449},"/man/VkPhysicalDeviceImageViewImageFormatInfoEXT",[451],{"type":18,"value":452},"VkPhysicalDeviceImageViewImageFormatInfoEXT",{"type":18,"value":454}," structure with an\n",{"type":13,"tag":21,"props":456,"children":458},{"className":457},[],[459],{"type":18,"value":460},"imageViewType",{"type":18,"value":462}," that is compatible with ",{"type":13,"tag":21,"props":464,"children":466},{"className":465},[],[467],{"type":18,"value":468},"imageType",{"type":13,"tag":470,"props":471,"children":472},"style",{},[473],{"type":18,"value":474},"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":476},[],"markdown",1729612448619]