Module: GL_ARB_blend_func_extended::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_ARB_blend_func_extended.rb
Constant Summary collapse
- Parameters =
{ glBindFragDataLocationIndexed: [ :void, :GLuint, :GLuint, :GLuint, :pointer ].freeze, glGetFragDataIndex: [ :GLint, :GLuint, :pointer ].freeze, }.freeze
Instance Method Summary collapse
- #glBindFragDataLocationIndexed(program, colorNumber, index, name) ⇒ Object
- #glGetFragDataIndex(program, name) ⇒ Object
Instance Method Details
#glBindFragDataLocationIndexed(program, colorNumber, index, name) ⇒ Object
11 |
# File 'lib/opengl-definitions/extensions/GL_ARB_blend_func_extended.rb', line 11 def glBindFragDataLocationIndexed(program, colorNumber, index, name) end |
#glGetFragDataIndex(program, name) ⇒ Object
12 |
# File 'lib/opengl-definitions/extensions/GL_ARB_blend_func_extended.rb', line 12 def glGetFragDataIndex(program, name) end |