Module: GL_INGR_blend_func_separate::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_INGR_blend_func_separate.rb
Constant Summary collapse
- Parameters =
{ glBlendFuncSeparateINGR: [ :void, :GLenum, :GLenum, :GLenum, :GLenum ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glBlendFuncSeparateINGR(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha) ⇒ Object
3 |
# File 'lib/opengl-definitions/extensions/GL_INGR_blend_func_separate.rb', line 3 def glBlendFuncSeparateINGR(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha) end |