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

Method TransferOnlyQueueFamily

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

Source from the content-addressed store, hash-verified

394}
395
396std::optional<uint32_t> Device::TransferOnlyQueueFamily() const {
397 return QueueFamily(VK_QUEUE_TRANSFER_BIT, VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT);
398}
399
400Queue* Device::TransferOnlyQueue() const {
401 auto family_index = TransferOnlyQueueFamily();

Callers 9

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

no outgoing calls

Tested by

no test coverage detected