Renderer: Replace shaders files by runtime-generated GLSL

This commit is contained in:
Lynix
2017-01-06 16:21:38 +01:00
parent 8fd152aec0
commit bd8a3ba47d
6 changed files with 73 additions and 60 deletions

View File

@@ -112,6 +112,7 @@ namespace Nz
private:
static void EnableInstancing(bool instancing);
static bool EnsureStateUpdate();
static bool GenerateDebugShader();
static void OnContextRelease(const Context* context);
static void OnIndexBufferRelease(const IndexBuffer* indexBuffer);
static void OnShaderReleased(const Shader* shader);