Module: GL_SGIS_multisample::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_SGIS_multisample.rb
Constant Summary collapse
- Parameters =
{ glSampleMaskSGIS: [ :void, :GLclampf, :GLboolean ].freeze, glSamplePatternSGIS: [ :void, :GLenum ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glSampleMaskSGIS(value, invert) ⇒ Object
22 |
# File 'lib/opengl-definitions/extensions/GL_SGIS_multisample.rb', line 22 def glSampleMaskSGIS(value, invert) end |
#glSamplePatternSGIS(pattern) ⇒ Object
23 |
# File 'lib/opengl-definitions/extensions/GL_SGIS_multisample.rb', line 23 def glSamplePatternSGIS(pattern) end |