Searched refs:mCustomBorderColorFeatures (Results 1 – 2 of 2) sorted by relevance
2603 vk::AddToPNextChain(deviceFeatures, &mCustomBorderColorFeatures); in appendDeviceExtensionFeaturesNotPromoted()2953 mCustomBorderColorFeatures = {}; in queryDeviceExtensionFeatures()2954 mCustomBorderColorFeatures.sType = in queryDeviceExtensionFeatures()3154 mCustomBorderColorFeatures.pNext = nullptr; in queryDeviceExtensionFeatures()3348 vk::AddToPNextChain(&mEnabledFeatures, &mCustomBorderColorFeatures); in enableDeviceExtensionsNotPromoted()4929 mCustomBorderColorFeatures.customBorderColors == VK_TRUE && in initFeatures()4930 mCustomBorderColorFeatures.customBorderColorWithoutFormat == VK_TRUE); in initFeatures()
878 VkPhysicalDeviceCustomBorderColorFeaturesEXT mCustomBorderColorFeatures; variable