Module: GL_SGIS_texture_color_mask::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_SGIS_texture_color_mask.rb
Constant Summary collapse
- Parameters =
{ glTextureColorMaskSGIS: [ :void, :GLboolean, :GLboolean, :GLboolean, :GLboolean ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glTextureColorMaskSGIS(red, green, blue, alpha) ⇒ Object
7 |
# File 'lib/opengl-definitions/extensions/GL_SGIS_texture_color_mask.rb', line 7 def glTextureColorMaskSGIS(red, green, blue, alpha) end |