Renamed StencilOperation_[Decrement|Increment]ToSaturation

Replaced incorrect "ToSaturation" part by "NoClamp"


Former-commit-id: a0bb122a332bdae291a8a7d46474980574ae168e
This commit is contained in:
Lynix
2013-09-06 17:43:34 +02:00
parent 9d4f7250aa
commit 0dd56560e2
2 changed files with 4 additions and 4 deletions

View File

@@ -1956,9 +1956,9 @@ static_assert(sizeof(NzOpenGL::ShaderType)/sizeof(GLenum) == nzShaderType_Max+1,
GLenum NzOpenGL::StencilOperation[nzStencilOperation_Max+1] =
{
GL_DECR, // nzStencilOperation_Decrement
GL_DECR_WRAP, // nzStencilOperation_DecrementToSaturation
GL_DECR_WRAP, // nzStencilOperation_DecrementNoClamp
GL_INCR, // nzStencilOperation_Increment
GL_INCR_WRAP, // nzStencilOperation_IncrementToSaturation
GL_INCR_WRAP, // nzStencilOperation_IncrementNoClamp
GL_INVERT, // nzStencilOperation_Invert
GL_KEEP, // nzStencilOperation_Keep
GL_REPLACE, // nzStencilOperation_Replace