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

Function SetValue

trinity/TriVariable.h:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 /////////////////////////////////////////////
264
265 void SetValue( float value )
266 {
267 SetValue_( value );
268 }
269 void SetValue( int value )
270 {
271 SetValue_( value );

Calls 3

SetValue_Function · 0.85
SetValueTextureResFunction · 0.85
SetValueGpuBufferFunction · 0.85

Tested by

no test coverage detected