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

Method Features

tests/framework/binding.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89VkPhysicalDeviceFeatures PhysicalDevice::Features() const {
90 VkPhysicalDeviceFeatures features;
91 vk::GetPhysicalDeviceFeatures(handle(), &features);
92 return features;
93}
94
95/*
96 * Return list of Global layers available

Callers 15

InitMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

Tested by

no test coverage detected