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

Method Properties

tests/framework/binding.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69VkPhysicalDeviceProperties PhysicalDevice::Properties() const {
70 VkPhysicalDeviceProperties info;
71 vk::GetPhysicalDeviceProperties(handle(), &info);
72 return info;
73}
74
75std::vector<VkQueueFamilyProperties> PhysicalDevice::QueueProperties() const {
76 uint32_t count = 0;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected