Module: GL_EXT_blend_func_extended

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

Functions =
{
  def glBindFragDataLocationIndexedEXT(program, colorNumber, index, name) end => [ :void, :GLuint, :GLuint, :GLuint, :string ].freeze,
  def glBindFragDataLocationEXT(program, color, name) end => [ :void, :GLuint, :GLuint, :string ].freeze,
  def glGetProgramResourceLocationIndexEXT(program, programInterface, name) end => [ :GLint, :GLuint, :GLenum, :string ].freeze,
  def glGetFragDataIndexEXT(program, name) end => [ :GLint, :GLuint, :string ].freeze,
}.freeze