Module: GL_EXT_blend_func_extended::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_EXT_blend_func_extended.rb
Constant Summary collapse
- Parameters =
{ 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
Instance Method Summary collapse
- #glBindFragDataLocationEXT(program, color, name) ⇒ Object
- #glBindFragDataLocationIndexedEXT(program, colorNumber, index, name) ⇒ Object
- #glGetFragDataIndexEXT(program, name) ⇒ Object
- #glGetProgramResourceLocationIndexEXT(program, programInterface, name) ⇒ Object
Instance Method Details
#glBindFragDataLocationEXT(program, color, name) ⇒ Object
14 |
# File 'lib/opengl-definitions/extensions/GL_EXT_blend_func_extended.rb', line 14 def glBindFragDataLocationEXT(program, color, name) end |
#glBindFragDataLocationIndexedEXT(program, colorNumber, index, name) ⇒ Object
13 |
# File 'lib/opengl-definitions/extensions/GL_EXT_blend_func_extended.rb', line 13 def glBindFragDataLocationIndexedEXT(program, colorNumber, index, name) end |
#glGetFragDataIndexEXT(program, name) ⇒ Object
16 |
# File 'lib/opengl-definitions/extensions/GL_EXT_blend_func_extended.rb', line 16 def glGetFragDataIndexEXT(program, name) end |
#glGetProgramResourceLocationIndexEXT(program, programInterface, name) ⇒ Object
15 |
# File 'lib/opengl-definitions/extensions/GL_EXT_blend_func_extended.rb', line 15 def glGetProgramResourceLocationIndexEXT(program, programInterface, name) end |