MCPcopy Create free account
hub / github.com/dfranx/SHADERed / Add

Method Add

src/SHADERed/Objects/MessageStack.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 {
10 }
11 void MessageStack::Add(const std::vector<Message>& msgs)
12 {
13 m_msgs.insert(m_msgs.end(), msgs.begin(), msgs.end());
14 }
15 void MessageStack::Add(Type type, const std::string& group, const std::string& message, int ln, ShaderStage sh)
16 {
17 m_msgs.push_back({ type, group, message, ln, sh });

Callers 12

m_importItemsMethod · 0.45
m_parseV1Method · 0.45
m_parseV2Method · 0.45
RecompileMethod · 0.45
RecompileFromSourceMethod · 0.45
m_cacheMethod · 0.45
m_includeCheckMethod · 0.45
CheckBreakpointMethod · 0.45
ConvertToGLSLMethod · 0.45
CompileToSPIRVMethod · 0.45
CompileSourceToSPIRVMethod · 0.45
RegisterPluginMethod · 0.45

Calls 4

insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected