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 =
{
  glBindFragDataLocationIndexedEXT:     [ :void, :GLuint, :GLuint, :GLuint, :pointer ].freeze,
  glBindFragDataLocationEXT:            [ :void, :GLuint, :GLuint, :pointer ].freeze,
  glGetProgramResourceLocationIndexEXT: [ :GLint, :GLuint, :GLenum, :pointer ].freeze,
  glGetFragDataIndexEXT:                [ :GLint, :GLuint, :pointer ].freeze,
}.freeze