D3DRS_STENCILWRITEMASK in opengl

Started by
1 comment, last by rui123 13 years ago
hi what is the equal of D3DRS_STENCILWRITEMASK in the OpenGL?
Advertisement
I think this is a third parameter of glStencilFunc()
glStencilMask for D3DRS_STENCILWRITEMASK
third parameter of glStencilFunc for D3DRS_STENCILMASK

This topic is closed to new replies.

Advertisement