Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
VkPipelineLayout PipelineLayout::get_handle() const
146
{
147
return handle;
148
}
149
150
const std::vector<ShaderModule *> &PipelineLayout::get_shader_modules() const
151
{
Callers
2
PipelineLayout
Method · 0.45
~PipelineLayout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected