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

Function GetVariableType

trinity/TriVariable.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28inline TriVariableContentType GetVariableType( const ITr2TextureProvider* const )
29{
30 return TRIVARIABLE_TEXTURE_RES;
31}
32
33inline TriVariableContentType GetVariableType( const ITr2GpuBuffer* const )
34{

Callers 7

Tr2VariableStore.hFile · 0.85
GetValue_Function · 0.85
GetValueTextureResFunction · 0.85
GetValueGpuBufferFunction · 0.85
SetValue_Function · 0.85
SetValueTextureResFunction · 0.85
SetValueGpuBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected