Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
389
std::optional<uint32_t> Device::ComputeOnlyQueueFamily() const { return QueueFamily(VK_QUEUE_COMPUTE_BIT, VK_QUEUE_GRAPHICS_BIT); }
390
391
Queue* Device::ComputeOnlyQueue() const {
392
auto family_index = ComputeOnlyQueueFamily();
Callers
5
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected