Module: GL_OES_draw_buffers_indexed

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glEnableiOES:                [ :void, :GLenum, :GLuint ].freeze,
  glDisableiOES:               [ :void, :GLenum, :GLuint ].freeze,
  glBlendEquationiOES:         [ :void, :GLuint, :GLenum ].freeze,
  glBlendEquationSeparateiOES: [ :void, :GLuint, :GLenum, :GLenum ].freeze,
  glBlendFunciOES:             [ :void, :GLuint, :GLenum, :GLenum ].freeze,
  glBlendFuncSeparateiOES:     [ :void, :GLuint, :GLenum, :GLenum, :GLenum, :GLenum ].freeze,
  glColorMaskiOES:             [ :void, :GLuint, :GLboolean, :GLboolean, :GLboolean, :GLboolean ].freeze,
  glIsEnablediOES:             [ :GLboolean, :GLenum, :GLuint ].freeze,
}.freeze