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

Method get_handle

framework/core/pipeline_layout.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145VkPipelineLayout PipelineLayout::get_handle() const
146{
147 return handle;
148}
149
150const std::vector<ShaderModule *> &PipelineLayout::get_shader_modules() const
151{

Callers 2

PipelineLayoutMethod · 0.45
~PipelineLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected