Module: GL_AMD_stencil_operation_extended::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_AMD_stencil_operation_extended.rb
Constant Summary collapse
- Parameters =
{ glStencilOpValueAMD: [ :void, :GLenum, :GLuint ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glStencilOpValueAMD(face, value) ⇒ Object
10 |
# File 'lib/opengl-definitions/extensions/GL_AMD_stencil_operation_extended.rb', line 10 def glStencilOpValueAMD(face, value) end |