Searched refs:getFeatureType (Results 1 – 2 of 2) sorted by relevance
6 …sformFeedbackFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…7 …ynamicRenderingFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…8 …rnerSampledImageFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…9 … getMultiviewFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…10 …CompressionASTCHDRFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…11 …etASTCDecodeFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…12 …lineRobustnessFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…13 …ionalRenderingFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…14 …haderFloat16Int8Features (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…15 …et16BitStorageFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…[all …]
108 const FeatureType& getFeatureType (void) const;143 const FeatureType& DeviceFeatures::getFeatureType(void) const in getFeatureType() function in vk::DeviceFeatures