Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetShader
Method
GetShader
Source/Engine/Content/Assets/Material.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
GPUShader* Material::GetShader() const
83
{
84
return _materialShader ? _materialShader->GetShader() : nullptr;
85
}
86
87
bool Material::IsReady() const
88
{
Callers
10
initResources
Method · 0.45
onJobRender
Method · 0.45
DrawEmittersGPU
Function · 0.45
Update
Method · 0.45
Draw
Method · 0.45
Draw
Method · 0.45
DrawFog
Method · 0.45
Draw
Method · 0.45
ApplySky
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected