Module: GL_NV_gpu_program5::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_NV_gpu_program5.rb
Constant Summary collapse
- Parameters =
{ glProgramSubroutineParametersuivNV: [ :void, :GLenum, :GLsizei, :pointer ].freeze, glGetProgramSubroutineParameteruivNV: [ :void, :GLenum, :GLuint, :pointer ].freeze, }.freeze
Instance Method Summary collapse
- #glGetProgramSubroutineParameteruivNV(target, index, param) ⇒ Object
- #glProgramSubroutineParametersuivNV(target, count, params) ⇒ Object
Instance Method Details
#glGetProgramSubroutineParameteruivNV(target, index, param) ⇒ Object
15 |
# File 'lib/opengl-definitions/extensions/GL_NV_gpu_program5.rb', line 15 def glGetProgramSubroutineParameteruivNV(target, index, param) end |
#glProgramSubroutineParametersuivNV(target, count, params) ⇒ Object
14 |
# File 'lib/opengl-definitions/extensions/GL_NV_gpu_program5.rb', line 14 def glProgramSubroutineParametersuivNV(target, count, params) end |