Added shader flags
Renamed ShaderBuilder enum to ShaderFlags Former-commit-id: b3440bac5491f0a0a90cbd7f9ed8e396c16c0864
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user