MCPcopy Create free account
hub / github.com/carbonengine/trinity / AddString

Method AddString

shadercompiler/StringTable.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18StringReference StringTable::AddString( const char* string )
19{
20 return AddString( string, strlen( string ) + 1 );
21}
22
23StringReference StringTable::AddString( const void* string, size_t length )
24{

Callers 11

AddGlobalInputsFunction · 0.80
CompileEffectMethod · 0.80
ProcessReflectionFunction · 0.80
CollectConstantsFunction · 0.80
ExtractAnnotationsFunction · 0.80
GetStageDataForNodeFunction · 0.80
CompileEffectMethod · 0.80
DiscoverPermutationsFunction · 0.80
mainFunction · 0.80

Calls 2

getMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected