Renamed RenderClearFlags to RendererBufferFlags

Former-commit-id: 7821709bc7310820e877db9bb26d1fb50d7ba217
This commit is contained in:
Lynix
2014-01-11 10:12:06 +01:00
parent d902eea49e
commit 16578e728f
5 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ class NAZARA_API NzRenderer
static void BeginCondition(const NzGpuQuery& query, nzGpuQueryCondition condition);
static void Clear(nzUInt32 flags = nzRendererClear_Color | nzRendererClear_Depth);
static void Clear(nzUInt32 flags = nzRendererBuffer_Color | nzRendererBuffer_Depth);
static void DrawFullscreenQuad();
static void DrawIndexedPrimitives(nzPrimitiveMode mode, unsigned int firstIndex, unsigned int indexCount);