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

Function GetValueTextureRes

trinity/TriVariable.h:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 void GetValueTextureRes( ITr2TextureProvider * &value ) const
133 {
134 CCP_ASSERT( m_type == GetVariableType( value ) );
135 value = m_texture;
136 }
137
138 void GetValueGpuBuffer( ITr2GpuBuffer * &value ) const
139 {

Callers 1

GetValueFunction · 0.85

Calls 1

GetVariableTypeFunction · 0.85

Tested by

no test coverage detected