You can now change the point size

Former-commit-id: b0018b14973d36f822524e8e5b94ba940a63897f
This commit is contained in:
Lynix
2012-11-01 18:20:15 +01:00
parent d5416fb139
commit 5c2f94f953
4 changed files with 35 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ class NAZARA_API NzRenderer
static unsigned int GetMaxAnisotropyLevel();
static unsigned int GetMaxRenderTargets();
static unsigned int GetMaxTextureUnits();
static float GetPointSize();
static NzShader* GetShader();
static NzRenderTarget* GetTarget();
static NzRectui GetViewport();
@@ -60,6 +61,7 @@ class NAZARA_API NzRenderer
static void SetFaceFilling(nzFaceFilling fillingMode);
static bool SetIndexBuffer(const NzIndexBuffer* indexBuffer);
static void SetMatrix(nzMatrixType type, const NzMatrix4f& matrix);
static void SetPointSize(float size);
static bool SetShader(NzShader* shader);
static void SetStencilCompareFunction(nzRendererComparison compareFunc);
static void SetStencilFailOperation(nzStencilOperation failOperation);