Module: GL_EXT_blend_func_separate::Functions

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

Constant Summary collapse

Parameters =
{
  glBlendFuncSeparateEXT: [ :void, :GLenum, :GLenum, :GLenum, :GLenum ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glBlendFuncSeparateEXT(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha) ⇒ Object



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

def glBlendFuncSeparateEXT(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha) end