Searched refs:notAllowedFeatures (Results 1 – 1 of 1) sorted by relevance
1935 const VkFormatFeatureFlags notAllowedFeatures = VK_FORMAT_FEATURE_DISJOINT_BIT; in formatProperties() local1966 if ((supported & notAllowedFeatures) != 0) in formatProperties()1969 << " has: " << getFormatFeatureFlagsStr(supported & notAllowedFeatures) in formatProperties()