Module: GL_SUN_global_alpha::Functions

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

Constant Summary collapse

Parameters =
{
  glGlobalAlphaFactorbSUN:  [ :void, :GLbyte ].freeze,
  glGlobalAlphaFactorsSUN:  [ :void, :GLshort ].freeze,
  glGlobalAlphaFactoriSUN:  [ :void, :GLint ].freeze,
  glGlobalAlphaFactorfSUN:  [ :void, :GLfloat ].freeze,
  glGlobalAlphaFactordSUN:  [ :void, :GLdouble ].freeze,
  glGlobalAlphaFactorubSUN: [ :void, :GLubyte ].freeze,
  glGlobalAlphaFactorusSUN: [ :void, :GLushort ].freeze,
  glGlobalAlphaFactoruiSUN: [ :void, :GLuint ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glGlobalAlphaFactorbSUN(factor) ⇒ Object



8
# File 'lib/opengl-definitions/extensions/GL_SUN_global_alpha.rb', line 8

def glGlobalAlphaFactorbSUN(factor) end

#glGlobalAlphaFactordSUN(factor) ⇒ Object



12
# File 'lib/opengl-definitions/extensions/GL_SUN_global_alpha.rb', line 12

def glGlobalAlphaFactordSUN(factor) end

#glGlobalAlphaFactorfSUN(factor) ⇒ Object



11
# File 'lib/opengl-definitions/extensions/GL_SUN_global_alpha.rb', line 11

def glGlobalAlphaFactorfSUN(factor) end

#glGlobalAlphaFactoriSUN(factor) ⇒ Object



10
# File 'lib/opengl-definitions/extensions/GL_SUN_global_alpha.rb', line 10

def glGlobalAlphaFactoriSUN(factor) end

#glGlobalAlphaFactorsSUN(factor) ⇒ Object



9
# File 'lib/opengl-definitions/extensions/GL_SUN_global_alpha.rb', line 9

def glGlobalAlphaFactorsSUN(factor) end

#glGlobalAlphaFactorubSUN(factor) ⇒ Object



13
# File 'lib/opengl-definitions/extensions/GL_SUN_global_alpha.rb', line 13

def glGlobalAlphaFactorubSUN(factor) end

#glGlobalAlphaFactoruiSUN(factor) ⇒ Object



15
# File 'lib/opengl-definitions/extensions/GL_SUN_global_alpha.rb', line 15

def glGlobalAlphaFactoruiSUN(factor) end

#glGlobalAlphaFactorusSUN(factor) ⇒ Object



14
# File 'lib/opengl-definitions/extensions/GL_SUN_global_alpha.rb', line 14

def glGlobalAlphaFactorusSUN(factor) end