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

Method Data

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

Source from the content-addressed store, hash-verified

211 QueueCreateInfoArray(const std::vector<VkQueueFamilyProperties> &queue_props, bool all_queue_count = false);
212 size_t Size() const { return queue_info_.size(); }
213 const VkDeviceQueueCreateInfo *Data() const { return queue_info_.data(); }
214};
215
216class Device : public internal::Handle<VkDevice> {

Callers 11

InitMethod · 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 1

dataMethod · 0.45

Tested by

no test coverage detected