Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
void TriTextureParameter::DisableTextureLoding()
136
{
137
m_textureLodEnabled = false;
138
}
139
140
bool TriTextureParameter::OnModified( Be::Var* val )
141
{
Callers
1
AddLoddable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected