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

Method DisableTextureLoding

trinity/Shader/Parameter/TriTextureParameter.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void TriTextureParameter::DisableTextureLoding()
136{
137 m_textureLodEnabled = false;
138}
139
140bool TriTextureParameter::OnModified( Be::Var* val )
141{

Callers 1

AddLoddableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected