[{"data":1,"prerenderedAt":330},["ShallowReactive",2],{"cZJfcDykjR":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":329,"_id":4},"vkGetPhysicalDeviceFeatures","Reports capabilities of a physical device","VK_VERSION_1_0","protos",[],{"type":10,"children":11,"toc":327},"root",[12,20,211,262,321],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17],{"type":18,"value":19},"text","To query supported features, call:",{"type":13,"tag":21,"props":22,"children":23},"code-group",{},[24,105],{"type":13,"tag":25,"props":26,"children":32},"pre",{"className":27,"code":28,"filename":29,"language":30,"meta":31,"style":31},"language-c shiki shiki-themes github-light-default github-dark-default","void vkGetPhysicalDeviceFeatures(\n VkPhysicalDevice physicalDevice,\n VkPhysicalDeviceFeatures* pFeatures);\n","C","c","",[33],{"type":13,"tag":34,"props":35,"children":36},"code",{"__ignoreMap":31},[37,61,81],{"type":13,"tag":38,"props":39,"children":42},"span",{"class":40,"line":41},"line",1,[43,49,55],{"type":13,"tag":38,"props":44,"children":46},{"style":45},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[47],{"type":18,"value":48},"void",{"type":13,"tag":38,"props":50,"children":52},{"style":51},"--shiki-default:#8250DF;--shiki-dark:#D2A8FF",[53],{"type":18,"value":54}," vkGetPhysicalDeviceFeatures",{"type":13,"tag":38,"props":56,"children":58},{"style":57},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[59],{"type":18,"value":60},"(\n",{"type":13,"tag":38,"props":62,"children":64},{"class":40,"line":63},2,[65,70,76],{"type":13,"tag":38,"props":66,"children":67},{"style":57},[68],{"type":18,"value":69}," VkPhysicalDevice ",{"type":13,"tag":38,"props":71,"children":73},{"style":72},"--shiki-default:#953800;--shiki-dark:#FFA657",[74],{"type":18,"value":75},"physicalDevice",{"type":13,"tag":38,"props":77,"children":78},{"style":57},[79],{"type":18,"value":80},",\n",{"type":13,"tag":38,"props":82,"children":84},{"class":40,"line":83},3,[85,90,95,100],{"type":13,"tag":38,"props":86,"children":87},{"style":57},[88],{"type":18,"value":89}," VkPhysicalDeviceFeatures",{"type":13,"tag":38,"props":91,"children":92},{"style":45},[93],{"type":18,"value":94},"*",{"type":13,"tag":38,"props":96,"children":97},{"style":72},[98],{"type":18,"value":99}," pFeatures",{"type":13,"tag":38,"props":101,"children":102},{"style":57},[103],{"type":18,"value":104},");\n",{"type":13,"tag":25,"props":106,"children":111},{"className":107,"code":108,"filename":109,"language":110,"meta":31,"style":31},"language-rs shiki shiki-themes github-light-default github-dark-default","pub fn get_physical_device_features(\n physical_device: vk::PhysicalDevice,\n p_features: *mut vk::PhysicalDeviceFeatures,\n);\n","Rust","rs",[112],{"type":13,"tag":34,"props":113,"children":114},{"__ignoreMap":31},[115,137,169,203],{"type":13,"tag":38,"props":116,"children":117},{"class":40,"line":41},[118,123,128,133],{"type":13,"tag":38,"props":119,"children":120},{"style":45},[121],{"type":18,"value":122},"pub",{"type":13,"tag":38,"props":124,"children":125},{"style":45},[126],{"type":18,"value":127}," fn",{"type":13,"tag":38,"props":129,"children":130},{"style":51},[131],{"type":18,"value":132}," get_physical_device_features",{"type":13,"tag":38,"props":134,"children":135},{"style":57},[136],{"type":18,"value":60},{"type":13,"tag":38,"props":138,"children":139},{"class":40,"line":63},[140,145,150,155,160,165],{"type":13,"tag":38,"props":141,"children":142},{"style":57},[143],{"type":18,"value":144}," physical_device",{"type":13,"tag":38,"props":146,"children":147},{"style":45},[148],{"type":18,"value":149},":",{"type":13,"tag":38,"props":151,"children":152},{"style":72},[153],{"type":18,"value":154}," vk",{"type":13,"tag":38,"props":156,"children":157},{"style":45},[158],{"type":18,"value":159},"::",{"type":13,"tag":38,"props":161,"children":162},{"style":72},[163],{"type":18,"value":164},"PhysicalDevice",{"type":13,"tag":38,"props":166,"children":167},{"style":57},[168],{"type":18,"value":80},{"type":13,"tag":38,"props":170,"children":171},{"class":40,"line":83},[172,177,181,186,190,194,199],{"type":13,"tag":38,"props":173,"children":174},{"style":57},[175],{"type":18,"value":176}," p_features",{"type":13,"tag":38,"props":178,"children":179},{"style":45},[180],{"type":18,"value":149},{"type":13,"tag":38,"props":182,"children":183},{"style":45},[184],{"type":18,"value":185}," *mut",{"type":13,"tag":38,"props":187,"children":188},{"style":72},[189],{"type":18,"value":154},{"type":13,"tag":38,"props":191,"children":192},{"style":45},[193],{"type":18,"value":159},{"type":13,"tag":38,"props":195,"children":196},{"style":72},[197],{"type":18,"value":198},"PhysicalDeviceFeatures",{"type":13,"tag":38,"props":200,"children":201},{"style":57},[202],{"type":18,"value":80},{"type":13,"tag":38,"props":204,"children":206},{"class":40,"line":205},4,[207],{"type":13,"tag":38,"props":208,"children":209},{"style":57},[210],{"type":18,"value":104},{"type":13,"tag":212,"props":213,"children":214},"ul",{},[215,226],{"type":13,"tag":216,"props":217,"children":218},"li",{},[219,224],{"type":13,"tag":34,"props":220,"children":222},{"className":221},[],[223],{"type":18,"value":75},{"type":18,"value":225}," is the physical device from which to query the\nsupported features.",{"type":13,"tag":216,"props":227,"children":228},{},[229,235,237,244,246,252,254,260],{"type":13,"tag":34,"props":230,"children":232},{"className":231},[],[233],{"type":18,"value":234},"pFeatures",{"type":18,"value":236}," is a pointer to a ",{"type":13,"tag":238,"props":239,"children":241},"a",{"href":240},"/man/VkPhysicalDeviceFeatures",[242],{"type":18,"value":243},"VkPhysicalDeviceFeatures",{"type":18,"value":245},"\nstructure in which the physical device features are returned.\nFor each feature, a value of ",{"type":13,"tag":34,"props":247,"children":249},{"className":248},[],[250],{"type":18,"value":251},"VK_TRUE",{"type":18,"value":253}," specifies that the feature is\nsupported on this physical device, and ",{"type":13,"tag":34,"props":255,"children":257},{"className":256},[],[258],{"type":18,"value":259},"VK_FALSE",{"type":18,"value":261}," specifies that the\nfeature is not supported.",{"type":13,"tag":263,"props":264,"children":266},"validity-group",{"name":265},"Valid Usage (Implicit)",[267,297],{"type":13,"tag":268,"props":269,"children":271},"validity-field",{"name":270},"VUID-vkGetPhysicalDeviceFeatures-physicalDevice-parameter",[272],{"type":13,"tag":14,"props":273,"children":274},{},[275,280,282,287,289,295],{"type":13,"tag":34,"props":276,"children":278},{"className":277},[],[279],{"type":18,"value":75},{"type":18,"value":281}," ",{"type":13,"tag":283,"props":284,"children":286},"normative",{"type":285},"must",[],{"type":18,"value":288}," be a valid ",{"type":13,"tag":238,"props":290,"children":292},{"href":291},"/man/VkPhysicalDevice",[293],{"type":18,"value":294},"VkPhysicalDevice",{"type":18,"value":296}," handle",{"type":13,"tag":268,"props":298,"children":300},{"name":299},"VUID-vkGetPhysicalDeviceFeatures-pFeatures-parameter",[301],{"type":13,"tag":14,"props":302,"children":303},{},[304,309,310,313,315,319],{"type":13,"tag":34,"props":305,"children":307},{"className":306},[],[308],{"type":18,"value":234},{"type":18,"value":281},{"type":13,"tag":283,"props":311,"children":312},{"type":285},[],{"type":18,"value":314}," be a valid pointer to a ",{"type":13,"tag":238,"props":316,"children":317},{"href":240},[318],{"type":18,"value":243},{"type":18,"value":320}," structure",{"type":13,"tag":322,"props":323,"children":324},"style",{},[325],{"type":18,"value":326},"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":31,"searchDepth":63,"depth":63,"links":328},[],"markdown",1725732619733]