You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
443B

  1. GL_ATI_separate_stencil
  2. http://www.opengl.org/registry/specs/ATI/separate_stencil.txt
  3. GL_ATI_separate_stencil
  4. GL_STENCIL_BACK_FUNC_ATI 0x8800
  5. GL_STENCIL_BACK_FAIL_ATI 0x8801
  6. GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI 0x8802
  7. GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI 0x8803
  8. void glStencilOpSeparateATI (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
  9. void glStencilFuncSeparateATI (GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask)