Module: GL_ARB_texture_view::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_ARB_texture_view.rb
Constant Summary collapse
- Parameters =
{ glTextureView: [ :void, :GLuint, :GLenum, :GLuint, :GLenum, :GLuint, :GLuint, :GLuint, :GLuint ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glTextureView(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers) ⇒ Object
11 |
# File 'lib/opengl-definitions/extensions/GL_ARB_texture_view.rb', line 11 def glTextureView(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers) end |