| 586 | ErrorMonitor& VkRenderFramework::Monitor() { return monitor_; } |
| 587 | |
| 588 | void VkRenderFramework::GetPhysicalDeviceFeatures(VkPhysicalDeviceFeatures* features) { |
| 589 | vk::GetPhysicalDeviceFeatures(Gpu(), features); |
| 590 | } |
| 591 | |
| 592 | // Will also return true if using VVL Test ICD |
| 593 | // Using "Mock" for aliasing legacy name |
no test coverage detected