Searched refs:getFeatureType (Results 1 – 2 of 2) sorted by relevance
4 …get16BitStorageFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…5 …et4444FormatsFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…6 … get8BitStorageFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…7 …elerationStructureFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…8 …getASTCDecodeFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…9 …perationAdvancedFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…10 …derColorSwizzleFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…11 …fferDeviceAddressFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…12 …erDeviceAddressFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…13 …CoherentMemoryFeaturesAMD (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…[all …]
105 const FeatureType& getFeatureType (void) const;128 const FeatureType& DeviceFeatures::getFeatureType(void) const in getFeatureType() function in vk::DeviceFeatures