Module: GL_KHR_robustness::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_KHR_robustness.rb
Constant Summary collapse
- Parameters =
{ glGetGraphicsResetStatus: [ :GLenum ].freeze, glReadnPixels: [ :void, :GLint, :GLint, :GLsizei, :GLsizei, :GLenum, :GLenum, :GLsizei, :pointer ].freeze, glGetnUniformfv: [ :void, :GLuint, :GLint, :GLsizei, :pointer ].freeze, glGetnUniformiv: [ :void, :GLuint, :GLint, :GLsizei, :pointer ].freeze, glGetnUniformuiv: [ :void, :GLuint, :GLint, :GLsizei, :pointer ].freeze, glGetGraphicsResetStatusKHR: [ :GLenum ].freeze, glReadnPixelsKHR: [ :void, :GLint, :GLint, :GLsizei, :GLsizei, :GLenum, :GLenum, :GLsizei, :pointer ].freeze, glGetnUniformfvKHR: [ :void, :GLuint, :GLint, :GLsizei, :pointer ].freeze, glGetnUniformivKHR: [ :void, :GLuint, :GLint, :GLsizei, :pointer ].freeze, glGetnUniformuivKHR: [ :void, :GLuint, :GLint, :GLsizei, :pointer ].freeze, }.freeze
Instance Method Summary collapse
- #glGetGraphicsResetStatus ⇒ Object
- #glGetGraphicsResetStatusKHR ⇒ Object
- #glGetnUniformfv(program, location, bufSize, params) ⇒ Object
- #glGetnUniformfvKHR(program, location, bufSize, params) ⇒ Object
- #glGetnUniformiv(program, location, bufSize, params) ⇒ Object
- #glGetnUniformivKHR(program, location, bufSize, params) ⇒ Object
- #glGetnUniformuiv(program, location, bufSize, params) ⇒ Object
- #glGetnUniformuivKHR(program, location, bufSize, params) ⇒ Object
- #glReadnPixels(x, y, width, height, format, type, bufSize, data) ⇒ Object
- #glReadnPixelsKHR(x, y, width, height, format, type, bufSize, data) ⇒ Object
Instance Method Details
#glGetGraphicsResetStatus ⇒ Object
23 |
# File 'lib/opengl-definitions/extensions/GL_KHR_robustness.rb', line 23 def glGetGraphicsResetStatus() end |
#glGetGraphicsResetStatusKHR ⇒ Object
28 |
# File 'lib/opengl-definitions/extensions/GL_KHR_robustness.rb', line 28 def glGetGraphicsResetStatusKHR() end |
#glGetnUniformfv(program, location, bufSize, params) ⇒ Object
25 |
# File 'lib/opengl-definitions/extensions/GL_KHR_robustness.rb', line 25 def glGetnUniformfv(program, location, bufSize, params) end |
#glGetnUniformfvKHR(program, location, bufSize, params) ⇒ Object
30 |
# File 'lib/opengl-definitions/extensions/GL_KHR_robustness.rb', line 30 def glGetnUniformfvKHR(program, location, bufSize, params) end |
#glGetnUniformiv(program, location, bufSize, params) ⇒ Object
26 |
# File 'lib/opengl-definitions/extensions/GL_KHR_robustness.rb', line 26 def glGetnUniformiv(program, location, bufSize, params) end |
#glGetnUniformivKHR(program, location, bufSize, params) ⇒ Object
31 |
# File 'lib/opengl-definitions/extensions/GL_KHR_robustness.rb', line 31 def glGetnUniformivKHR(program, location, bufSize, params) end |
#glGetnUniformuiv(program, location, bufSize, params) ⇒ Object
27 |
# File 'lib/opengl-definitions/extensions/GL_KHR_robustness.rb', line 27 def glGetnUniformuiv(program, location, bufSize, params) end |
#glGetnUniformuivKHR(program, location, bufSize, params) ⇒ Object
32 |
# File 'lib/opengl-definitions/extensions/GL_KHR_robustness.rb', line 32 def glGetnUniformuivKHR(program, location, bufSize, params) end |
#glReadnPixels(x, y, width, height, format, type, bufSize, data) ⇒ Object
24 |
# File 'lib/opengl-definitions/extensions/GL_KHR_robustness.rb', line 24 def glReadnPixels(x, y, width, height, format, type, bufSize, data) end |
#glReadnPixelsKHR(x, y, width, height, format, type, bufSize, data) ⇒ Object
29 |
# File 'lib/opengl-definitions/extensions/GL_KHR_robustness.rb', line 29 def glReadnPixelsKHR(x, y, width, height, format, type, bufSize, data) end |