Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_id
Method
get_id
framework/core/shader_module.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
size_t ShaderModule::get_id() const
67
{
68
return id;
69
}
70
71
VkShaderStageFlagBits ShaderModule::get_stage() const
72
{
Callers
6
ShaderModule
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
vector<ShaderModule *>>
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected