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

Method device

tests/framework/render.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 public:
82 VkInstance instance() const { return instance_; }
83 VkDevice device() const { return m_device->handle(); }
84 vkt::Device *DeviceObj() const { return m_device; }
85 VkPhysicalDevice Gpu() const;
86 VkRenderPass RenderPass() const { return m_renderPass; }

Callers 6

InitPipelineCacheMethod · 0.80
ResetMethod · 0.80
TEST_FFunction · 0.80
test_excess_descriptorsFunction · 0.80

Calls 1

handleMethod · 0.45

Tested by 1

test_excess_descriptorsFunction · 0.64