MCPcopy 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
66size_t ShaderModule::get_id() const
67{
68 return id;
69}
70
71VkShaderStageFlagBits ShaderModule::get_stage() const
72{

Callers 6

ShaderModuleMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected