Module: GL_AMD_sparse_texture::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_AMD_sparse_texture.rb
Constant Summary collapse
- Parameters =
{ glTexStorageSparseAMD: [ :void, :GLenum, :GLenum, :GLsizei, :GLsizei, :GLsizei, :GLsizei, :GLbitfield ].freeze, glTextureStorageSparseAMD: [ :void, :GLuint, :GLenum, :GLenum, :GLsizei, :GLsizei, :GLsizei, :GLsizei, :GLbitfield ].freeze, }.freeze
Instance Method Summary collapse
- #glTexStorageSparseAMD(target, internalFormat, width, height, depth, layers, flags) ⇒ Object
- #glTextureStorageSparseAMD(texture, target, internalFormat, width, height, depth, layers, flags) ⇒ Object
Instance Method Details
#glTexStorageSparseAMD(target, internalFormat, width, height, depth, layers, flags) ⇒ Object
15 |
# File 'lib/opengl-definitions/extensions/GL_AMD_sparse_texture.rb', line 15 def glTexStorageSparseAMD(target, internalFormat, width, height, depth, layers, flags) end |
#glTextureStorageSparseAMD(texture, target, internalFormat, width, height, depth, layers, flags) ⇒ Object
16 |
# File 'lib/opengl-definitions/extensions/GL_AMD_sparse_texture.rb', line 16 def glTextureStorageSparseAMD(texture, target, internalFormat, width, height, depth, layers, flags) end |