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