Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
StringReference StringTable::AddString( const char* string )
19
{
20
return AddString( string, strlen( string ) + 1 );
21
}
22
23
StringReference StringTable::AddString( const void* string, size_t length )
24
{
Callers
11
AddGlobalInputs
Function · 0.80
CompileEffect
Method · 0.80
MakeEffectAnnotationFromSymbolAnnotation
Function · 0.80
ProcessReflection
Function · 0.80
MakeEffectAnnotationFromSymbolAnnotation
Function · 0.80
CollectConstants
Function · 0.80
ExtractAnnotations
Function · 0.80
GetStageDataForNode
Function · 0.80
CompileEffect
Method · 0.80
DiscoverPermutations
Function · 0.80
main
Function · 0.80
Calls
2
get
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected