Module: GL_ARB_get_texture_sub_image::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_ARB_get_texture_sub_image.rb
Constant Summary collapse
- Parameters =
{ glGetTextureSubImage: [ :void, :GLuint, :GLint, :GLint, :GLint, :GLint, :GLsizei, :GLsizei, :GLsizei, :GLenum, :GLenum, :GLsizei, :pointer ].freeze, glGetCompressedTextureSubImage: [ :void, :GLuint, :GLint, :GLint, :GLint, :GLint, :GLsizei, :GLsizei, :GLsizei, :GLsizei, :pointer ].freeze, }.freeze
Instance Method Summary collapse
- #glGetCompressedTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, bufSize, pixels) ⇒ Object
- #glGetTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, bufSize, pixels) ⇒ Object
Instance Method Details
#glGetCompressedTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, bufSize, pixels) ⇒ Object
4 |
# File 'lib/opengl-definitions/extensions/GL_ARB_get_texture_sub_image.rb', line 4 def glGetCompressedTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, bufSize, pixels) end |
#glGetTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, bufSize, pixels) ⇒ Object
3 |
# File 'lib/opengl-definitions/extensions/GL_ARB_get_texture_sub_image.rb', line 3 def glGetTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, bufSize, pixels) end |