Aded Renderer::GetMaxTextureSize()

+ minor changes


Former-commit-id: 6b80280d018c323ceb393c58aab96d68a15f3ff2
This commit is contained in:
Lynix
2015-01-06 19:03:39 +01:00
parent 5cbdd8832c
commit 72a24c4d7c
2 changed files with 25 additions and 13 deletions

View File

@@ -57,6 +57,7 @@ class NAZARA_API NzRenderer
static nzUInt8 GetMaxAnisotropyLevel();
static unsigned int GetMaxColorAttachments();
static unsigned int GetMaxRenderTargets();
static unsigned int GetMaxTextureSize();
static unsigned int GetMaxTextureUnits();
static unsigned int GetMaxVertexAttribs();
static float GetPointSize();