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

Method ComputeOnlyQueueFamily

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

Source from the content-addressed store, hash-verified

387}
388
389std::optional<uint32_t> Device::ComputeOnlyQueueFamily() const { return QueueFamily(VK_QUEUE_COMPUTE_BIT, VK_QUEUE_GRAPHICS_BIT); }
390
391Queue* Device::ComputeOnlyQueue() const {
392 auto family_index = ComputeOnlyQueueFamily();

Callers 5

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected