Searched refs:mDynamicRenderingLocalReadFeatures (Results 1 – 2 of 2) sorted by relevance
2719 vk::AddToPNextChain(deviceFeatures, &mDynamicRenderingLocalReadFeatures); in appendDeviceExtensionFeaturesNotPromoted()3024 mDynamicRenderingLocalReadFeatures = {}; in queryDeviceExtensionFeatures()3025 mDynamicRenderingLocalReadFeatures.sType = in queryDeviceExtensionFeatures()3175 mDynamicRenderingLocalReadFeatures.pNext = nullptr; in queryDeviceExtensionFeatures()3508 vk::AddToPNextChain(&mEnabledFeatures, &mDynamicRenderingLocalReadFeatures); in enableDeviceExtensionsNotPromoted()5730 mDynamicRenderingLocalReadFeatures.dynamicRenderingLocalRead == VK_TRUE && !isNvidia); in initFeatures()
893 VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR mDynamicRenderingLocalReadFeatures; variable