MCPcopy 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
229bool MaterialShader::IsReady() const
230{
231 return _isLoaded;
232}
233
234bool MaterialShader::Load(MemoryReadStream& shaderCacheStream, const MaterialInfo& info)
235{

Callers 5

DrawEndMethod · 0.45
RequestHalfResDepthMethod · 0.45
RequestHiZMethod · 0.45
BindMethod · 0.45
BindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected