MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / get_handle

Method get_handle

framework/core/descriptor_set_layout.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216VkDescriptorSetLayout DescriptorSetLayout::get_handle() const
217{
218 return handle;
219}
220
221const uint32_t DescriptorSetLayout::get_index() const
222{

Callers 2

DescriptorSetLayoutMethod · 0.45
~DescriptorSetLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected