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

Method Queue

tests/framework/binding.h:474–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472class Queue : public internal::Handle<VkQueue> {
473 public:
474 explicit Queue(VkQueue queue, uint32_t index) : Handle(queue), family_index(index) {}
475 void SetName(const Device &device, const char *name) { Handle<VkQueue>::SetName(device, VK_OBJECT_TYPE_QUEUE, name); }
476
477 // vkQueueSubmit()

Callers 15

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1