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

Method get_handle

framework/core/descriptor_set.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236VkDescriptorSet DescriptorSet::get_handle() const
237{
238 return handle;
239}
240
241const DescriptorSetLayout &DescriptorSet::get_layout() const
242{

Callers 2

updateMethod · 0.45
apply_writesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected