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

Function GetValueGpuBuffer

trinity/TriVariable.h:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 void GetValueGpuBuffer( ITr2GpuBuffer * &value ) const
139 {
140 CCP_ASSERT( m_type == GetVariableType( value ) );
141 value = m_gpuBuffer;
142 }
143
144 template <typename T>
145 void SetValue_( const T& value )

Callers 1

GetValueFunction · 0.85

Calls 1

GetVariableTypeFunction · 0.85

Tested by

no test coverage detected