MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnShaderReloading

Function OnShaderReloading

Source/Engine/Debug/DebugDraw.cpp:388–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387#if COMPILE_WITH_DEV_ENV
388 void OnShaderReloading(Asset* obj)
389 {
390 DebugDrawPsLinesDefault.Release();
391 DebugDrawPsLinesDepthTest.Release();
392 DebugDrawPsWireTrianglesDefault.Release();
393 DebugDrawPsWireTrianglesDepthTest.Release();
394 DebugDrawPsTrianglesDefault.Release();
395 DebugDrawPsTrianglesDepthTest.Release();
396 }
397
398#endif
399};

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected