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

Method TransferOnlyQueue

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

Source from the content-addressed store, hash-verified

398}
399
400Queue* Device::TransferOnlyQueue() const {
401 auto family_index = TransferOnlyQueueFamily();
402 return family_index.has_value() ? QueuesFromFamily(*family_index)[0].get() : nullptr;
403}
404
405std::optional<uint32_t> Device::NonGraphicsQueueFamily() const {
406 if (auto compute_qfi = ComputeOnlyQueueFamily(); compute_qfi.has_value()) {

Callers 5

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

Calls 1

has_valueMethod · 0.80

Tested by

no test coverage detected