Searched defs:hasFeatures (Results 1 – 2 of 2) sorted by relevance
828 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(lineRasterizationFeatures); in vkCreateDevice() local838 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(provokingVertexFeatures); in vkCreateDevice() local918 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk11Features); in vkCreateDevice() local928 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk12Features); in vkCreateDevice() local938 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(vk13Features); in vkCreateDevice() local948 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(depthClipFeatures); in vkCreateDevice() local958 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(blendOpFeatures); in vkCreateDevice() local968 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(dynamicStateFeatures); in vkCreateDevice() local978 bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(privateDataFeatures); in vkCreateDevice() local994 …bool hasFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(textureCompressionASTCHDRFeatures… in vkCreateDevice() local[all …]
1329 bool PhysicalDevice::hasFeatures(const VkPhysicalDeviceFeatures &requestedFeatures) const in hasFeatures() function in vk::PhysicalDevice