[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fTtdOGYcjljVZBCecuvI_M-EirjNY_9H1WoyIJCt3P0g":3},{"title":4,"description":5,"parent":6,"structextends":7,"type":9,"xrefs":10,"body":11,"_type":445,"_id":4},"VkImageTilingControlCreateInfoEXT","Specifies additional creation parameters for image tiling","VK_EXT_image_tiling_control",[8],"VkImageCreateInfo","structs",[],{"type":12,"children":13,"toc":443},"root",[14,46,58,268,328,383,437],{"type":15,"tag":16,"props":17,"children":18},"element","p",{},[19,22,29,31,37,39,44],{"type":20,"value":21},"text","If the ",{"type":15,"tag":23,"props":24,"children":26},"code",{"className":25},[],[27],{"type":20,"value":28},"pNext",{"type":20,"value":30}," chain of ",{"type":15,"tag":32,"props":33,"children":35},"a",{"href":34},"\u002Fman\u002FVkImageCreateInfo",[36],{"type":20,"value":8},{"type":20,"value":38}," includes a\n",{"type":15,"tag":23,"props":40,"children":42},{"className":41},[],[43],{"type":20,"value":4},{"type":20,"value":45}," structure, then that structure\nspecifies the optimal tiling arrangement for this image.",{"type":15,"tag":16,"props":47,"children":48},{},[49,51,56],{"type":20,"value":50},"The ",{"type":15,"tag":23,"props":52,"children":54},{"className":53},[],[55],{"type":20,"value":4},{"type":20,"value":57}," structure is defined as:",{"type":15,"tag":59,"props":60,"children":61},"code-group",{},[62,143],{"type":15,"tag":63,"props":64,"children":70},"pre",{"className":65,"code":66,"filename":67,"language":68,"meta":69,"style":69},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkImageTilingControlCreateInfoEXT {\n VkStructureType sType;\n const void* pNext;\n VkImageTilingControlEXT tilingControl;\n} VkImageTilingControlCreateInfoEXT;\n","C","c","",[71],{"type":15,"tag":23,"props":72,"children":73},{"__ignoreMap":69},[74,97,106,125,134],{"type":15,"tag":75,"props":76,"children":79},"span",{"class":77,"line":78},"line",1,[80,86,91],{"type":15,"tag":75,"props":81,"children":83},{"style":82},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[84],{"type":20,"value":85},"typedef",{"type":15,"tag":75,"props":87,"children":88},{"style":82},[89],{"type":20,"value":90}," struct",{"type":15,"tag":75,"props":92,"children":94},{"style":93},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[95],{"type":20,"value":96}," VkImageTilingControlCreateInfoEXT {\n",{"type":15,"tag":75,"props":98,"children":100},{"class":77,"line":99},2,[101],{"type":15,"tag":75,"props":102,"children":103},{"style":93},[104],{"type":20,"value":105}," VkStructureType sType;\n",{"type":15,"tag":75,"props":107,"children":109},{"class":77,"line":108},3,[110,115,120],{"type":15,"tag":75,"props":111,"children":112},{"style":82},[113],{"type":20,"value":114}," const",{"type":15,"tag":75,"props":116,"children":117},{"style":82},[118],{"type":20,"value":119}," void*",{"type":15,"tag":75,"props":121,"children":122},{"style":93},[123],{"type":20,"value":124}," pNext;\n",{"type":15,"tag":75,"props":126,"children":128},{"class":77,"line":127},4,[129],{"type":15,"tag":75,"props":130,"children":131},{"style":93},[132],{"type":20,"value":133}," VkImageTilingControlEXT tilingControl;\n",{"type":15,"tag":75,"props":135,"children":137},{"class":77,"line":136},5,[138],{"type":15,"tag":75,"props":139,"children":140},{"style":93},[141],{"type":20,"value":142},"} VkImageTilingControlCreateInfoEXT;\n",{"type":15,"tag":63,"props":144,"children":149},{"className":145,"code":146,"filename":147,"language":148,"meta":69,"style":69},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct ImageTilingControlCreateInfoEXT {\n s_type: vk::StructureType,\n p_next: *const c_void,\n tiling_control: vk::ImageTilingControlEXT,\n}\n","Rust","rs",[150],{"type":15,"tag":23,"props":151,"children":152},{"__ignoreMap":69},[153,176,209,231,260],{"type":15,"tag":75,"props":154,"children":155},{"class":77,"line":78},[156,161,165,171],{"type":15,"tag":75,"props":157,"children":158},{"style":82},[159],{"type":20,"value":160},"pub",{"type":15,"tag":75,"props":162,"children":163},{"style":82},[164],{"type":20,"value":90},{"type":15,"tag":75,"props":166,"children":168},{"style":167},"--shiki-default:#953800;--shiki-dark:#FFA657",[169],{"type":20,"value":170}," ImageTilingControlCreateInfoEXT",{"type":15,"tag":75,"props":172,"children":173},{"style":93},[174],{"type":20,"value":175}," {\n",{"type":15,"tag":75,"props":177,"children":178},{"class":77,"line":99},[179,184,189,194,199,204],{"type":15,"tag":75,"props":180,"children":181},{"style":93},[182],{"type":20,"value":183}," s_type",{"type":15,"tag":75,"props":185,"children":186},{"style":82},[187],{"type":20,"value":188},":",{"type":15,"tag":75,"props":190,"children":191},{"style":167},[192],{"type":20,"value":193}," vk",{"type":15,"tag":75,"props":195,"children":196},{"style":82},[197],{"type":20,"value":198},"::",{"type":15,"tag":75,"props":200,"children":201},{"style":167},[202],{"type":20,"value":203},"StructureType",{"type":15,"tag":75,"props":205,"children":206},{"style":93},[207],{"type":20,"value":208},",\n",{"type":15,"tag":75,"props":210,"children":211},{"class":77,"line":108},[212,217,221,226],{"type":15,"tag":75,"props":213,"children":214},{"style":93},[215],{"type":20,"value":216}," p_next",{"type":15,"tag":75,"props":218,"children":219},{"style":82},[220],{"type":20,"value":188},{"type":15,"tag":75,"props":222,"children":223},{"style":82},[224],{"type":20,"value":225}," *const",{"type":15,"tag":75,"props":227,"children":228},{"style":93},[229],{"type":20,"value":230}," c_void,\n",{"type":15,"tag":75,"props":232,"children":233},{"class":77,"line":127},[234,239,243,247,251,256],{"type":15,"tag":75,"props":235,"children":236},{"style":93},[237],{"type":20,"value":238}," tiling_control",{"type":15,"tag":75,"props":240,"children":241},{"style":82},[242],{"type":20,"value":188},{"type":15,"tag":75,"props":244,"children":245},{"style":167},[246],{"type":20,"value":193},{"type":15,"tag":75,"props":248,"children":249},{"style":82},[250],{"type":20,"value":198},{"type":15,"tag":75,"props":252,"children":253},{"style":167},[254],{"type":20,"value":255},"ImageTilingControlEXT",{"type":15,"tag":75,"props":257,"children":258},{"style":93},[259],{"type":20,"value":208},{"type":15,"tag":75,"props":261,"children":262},{"class":77,"line":136},[263],{"type":15,"tag":75,"props":264,"children":265},{"style":93},[266],{"type":20,"value":267},"}\n",{"type":15,"tag":269,"props":270,"children":271},"ul",{},[272,292,310],{"type":15,"tag":273,"props":274,"children":275},"li",{},[276,282,284,290],{"type":15,"tag":23,"props":277,"children":279},{"className":278},[],[280],{"type":20,"value":281},"sType",{"type":20,"value":283}," is a ",{"type":15,"tag":32,"props":285,"children":287},{"href":286},"\u002Fman\u002FVkStructureType",[288],{"type":20,"value":289},"VkStructureType",{"type":20,"value":291}," value identifying this structure.",{"type":15,"tag":273,"props":293,"children":294},{},[295,300,302,308],{"type":15,"tag":23,"props":296,"children":298},{"className":297},[],[299],{"type":20,"value":28},{"type":20,"value":301}," is ",{"type":15,"tag":23,"props":303,"children":305},{"className":304},[],[306],{"type":20,"value":307},"NULL",{"type":20,"value":309}," or a pointer to a structure extending this\nstructure.",{"type":15,"tag":273,"props":311,"children":312},{},[313,319,320,326],{"type":15,"tag":23,"props":314,"children":316},{"className":315},[],[317],{"type":20,"value":318},"imageTiling",{"type":20,"value":283},{"type":15,"tag":32,"props":321,"children":323},{"href":322},"\u002Fman\u002FVkImageTilingControlEXT",[324],{"type":20,"value":325},"VkImageTilingControlEXT",{"type":20,"value":327}," value specifying\nthe optimal tiling arrangement for the image.",{"type":15,"tag":329,"props":330,"children":332},"validity-group",{"name":331},"Valid Usage",[333],{"type":15,"tag":334,"props":335,"children":337},"validity-field",{"name":336},"VUID-VkImageTilingControlCreateInfoEXT-imageTiling-12481",[338],{"type":15,"tag":16,"props":339,"children":340},{},[341,343,348,349,354,356,362,364,374,376,381],{"type":20,"value":342},"If ",{"type":15,"tag":23,"props":344,"children":346},{"className":345},[],[347],{"type":20,"value":4},{"type":20,"value":198},{"type":15,"tag":23,"props":350,"children":352},{"className":351},[],[353],{"type":20,"value":318},{"type":20,"value":355}," is not\n",{"type":15,"tag":23,"props":357,"children":359},{"className":358},[],[360],{"type":20,"value":361},"VK_IMAGE_TILING_CONTROL_DEFAULT_EXT",{"type":20,"value":363},", the\n",{"type":15,"tag":32,"props":365,"children":367},{"href":366},"\u002Fman\u002FVkPhysicalDeviceImageTilingControlFeaturesEXT#features-imageTilingControl",[368],{"type":15,"tag":23,"props":369,"children":371},{"className":370},[],[372],{"type":20,"value":373},"imageTilingControl",{"type":20,"value":375}," feature ",{"type":15,"tag":377,"props":378,"children":380},"normative",{"type":379},"must",[],{"type":20,"value":382},"\nbe enabled",{"type":15,"tag":329,"props":384,"children":386},{"name":385},"Valid Usage (Implicit)",[387,412],{"type":15,"tag":334,"props":388,"children":390},{"name":389},"VUID-VkImageTilingControlCreateInfoEXT-sType-sType",[391],{"type":15,"tag":16,"props":392,"children":393},{},[394,399,401,404,406],{"type":15,"tag":23,"props":395,"children":397},{"className":396},[],[398],{"type":20,"value":281},{"type":20,"value":400}," ",{"type":15,"tag":377,"props":402,"children":403},{"type":379},[],{"type":20,"value":405}," be ",{"type":15,"tag":23,"props":407,"children":409},{"className":408},[],[410],{"type":20,"value":411},"VK_STRUCTURE_TYPE_IMAGE_TILING_CONTROL_CREATE_INFO_EXT",{"type":15,"tag":334,"props":413,"children":415},{"name":414},"VUID-VkImageTilingControlCreateInfoEXT-tilingControl-parameter",[416],{"type":15,"tag":16,"props":417,"children":418},{},[419,425,426,429,431,435],{"type":15,"tag":23,"props":420,"children":422},{"className":421},[],[423],{"type":20,"value":424},"tilingControl",{"type":20,"value":400},{"type":15,"tag":377,"props":427,"children":428},{"type":379},[],{"type":20,"value":430}," be a valid ",{"type":15,"tag":32,"props":432,"children":433},{"href":322},[434],{"type":20,"value":325},{"type":20,"value":436}," value",{"type":15,"tag":438,"props":439,"children":440},"style",{},[441],{"type":20,"value":442},"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":69,"searchDepth":99,"depth":99,"links":444},[],"markdown"]