Searched refs:hasFeatures (Results 1 – 3 of 3) sorted by relevance
39 bool hasFeatures(const VkPhysicalDeviceFeatures &requestedFeatures) const;
811 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(lineRasterizationFeatures); in vkCreateDevice() local812 if(!hasFeatures) in vkCreateDevice()821 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(provokingVertexFeatures); in vkCreateDevice() local822 if(!hasFeatures) in vkCreateDevice()901 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk11Features); in vkCreateDevice() local902 if(!hasFeatures) in vkCreateDevice()911 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk12Features); in vkCreateDevice() local912 if(!hasFeatures) in vkCreateDevice()921 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(depthClipFeatures); in vkCreateDevice() local922 if(!hasFeatures) in vkCreateDevice()[all …]
1092 bool PhysicalDevice::hasFeatures(const VkPhysicalDeviceFeatures &requestedFeatures) const in hasFeatures() function in vk::PhysicalDevice