Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/MaterialX
/ addString
Method
addString
source/MaterialXGenShader/ShaderStage.cpp:295–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
}
294
295
void ShaderStage::addString(const string& str)
296
{
297
_code += str;
298
}
299
300
void ShaderStage::addLine(const string& str, bool semicolon)
301
{
Callers
5
emitString
Method · 0.80
emitVariableDeclaration
Method · 0.80
emitInput
Method · 0.80
emitOutput
Method · 0.80
emitFunctionDefinition
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected