MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / GetPhysicalDeviceFeatures

Method GetPhysicalDeviceFeatures

tests/framework/render.cpp:588–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586ErrorMonitor& VkRenderFramework::Monitor() { return monitor_; }
587
588void 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

Callers 2

CreateInstanceFunction · 0.45

Calls 1

Tested by

no test coverage detected