Module: GL_ATI_separate_stencil::Functions

Defined in:
lib/opengl-definitions/extensions/GL_ATI_separate_stencil.rb

Constant Summary collapse

Parameters =
{
  glStencilOpSeparateATI:   [ :void, :GLenum, :GLenum, :GLenum, :GLenum ].freeze,
  glStencilFuncSeparateATI: [ :void, :GLenum, :GLenum, :GLint, :GLuint ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glStencilFuncSeparateATI(frontfunc, backfunc, ref, mask) ⇒ Object



11
# File 'lib/opengl-definitions/extensions/GL_ATI_separate_stencil.rb', line 11

def glStencilFuncSeparateATI(frontfunc, backfunc, ref, mask) end

#glStencilOpSeparateATI(face, sfail, dpfail, dppass) ⇒ Object



10
# File 'lib/opengl-definitions/extensions/GL_ATI_separate_stencil.rb', line 10

def glStencilOpSeparateATI(face, sfail, dpfail, dppass) end