Module: GL_QCOM_alpha_test::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_QCOM_alpha_test.rb
Constant Summary collapse
- Parameters =
{ glAlphaFuncQCOM: [ :void, :GLenum, :GLclampf ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glAlphaFuncQCOM(func, ref) ⇒ Object
9 |
# File 'lib/opengl-definitions/extensions/GL_QCOM_alpha_test.rb', line 9 def glAlphaFuncQCOM(func, ref) end |