Fixed Graphics module build

Former-commit-id: 1dc70a30cd4ca68d2d7869d51eb01f81770b0e3b
This commit is contained in:
Lynix
2014-05-28 01:15:12 +02:00
parent 42f5b501f5
commit df803fd5f7
2 changed files with 12 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ class NAZARA_API NzRenderer
static bool IsEnabled(nzRendererParameter parameter);
static bool IsInitialized();
static bool IsVertexAttributeSupported(nzAttributeType attributeType);
static void SetBlendFunc(nzBlendFunc srcBlend, nzBlendFunc dstBlend);
static void SetClearColor(const NzColor& color);