Added shader flags

Renamed ShaderBuilder enum to ShaderFlags


Former-commit-id: b3440bac5491f0a0a90cbd7f9ed8e396c16c0864
This commit is contained in:
Lynix
2013-03-01 21:54:41 +01:00
parent d0a6a75f14
commit 347b267d43
7 changed files with 84 additions and 58 deletions

View File

@@ -22,7 +22,6 @@ class NzMaterial;
class NzRenderTarget;
class NzShader;
class NzVertexBuffer;
class NzVertexDeclaration;
class NAZARA_API NzRenderer
{
@@ -94,7 +93,7 @@ class NAZARA_API NzRenderer
static void Uninitialize();
private:
static bool EnsureStateUpdate();
static bool EnsureStateUpdate(bool instancing);
static unsigned int s_moduleReferenceCounter;
};