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

Method Gpu

tests/framework/render.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82VkPhysicalDevice VkRenderFramework::Gpu() const {
83 EXPECT_NE((VkInstance)0, instance_); // Invalid to request gpu before instance exists
84 return gpu_;
85}
86
87const VkPhysicalDeviceProperties& VkRenderFramework::PhysicalDeviceProps() const {
88 EXPECT_NE((VkPhysicalDevice)0, gpu_); // Invalid to request physical device properties before gpu

Callers 10

TEST_FFunction · 0.80
TEST_FFunction · 0.80
InitStateMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected