Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsReady
Method
IsReady
Source/Engine/Graphics/Materials/MaterialShader.cpp:229–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
bool MaterialShader::IsReady() const
230
{
231
return _isLoaded;
232
}
233
234
bool MaterialShader::Load(MemoryReadStream& shaderCacheStream, const MaterialInfo& info)
235
{
Callers
5
DrawEnd
Method · 0.45
RequestHalfResDepth
Method · 0.45
RequestHiZ
Method · 0.45
Bind
Method · 0.45
Bind
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected