GlTextureInfo
@UnstableApi
class GlTextureInfo
Contains information describing an OpenGL texture.
Summary
Constants |
|
|---|---|
const GlTextureInfo! |
A |
Public constructors |
|---|
|
Creates a new instance. |
Public properties |
|
|---|---|
Int |
Identifier of a framebuffer object associated with the texture, or |
Int |
The height of the texture, in pixels, or |
Int |
Identifier of a renderbuffer object attached with the framebuffer, or |
Int |
The OpenGL texture identifier, or |
Int |
The width of the texture, in pixels, or |
Constants
Public constructors
GlTextureInfo
GlTextureInfo(texId: Int, fboId: Int, rboId: Int, width: Int, height: Int)
Creates a new instance.
| Parameters | |
|---|---|
texId: Int |
The OpenGL texture identifier, or |
fboId: Int |
Identifier of a framebuffer object associated with the texture, or |
rboId: Int |
Identifier of a renderbuffer object associated with the texture, or |
width: Int |
The width of the texture, in pixels, or |
height: Int |
The height of the texture, in pixels, or |
Public functions
Public properties
fboId
val fboId: Int
Identifier of a framebuffer object associated with the texture, or INDEX_UNSET if not specified.
rboId
val rboId: Int
Identifier of a renderbuffer object attached with the framebuffer, or INDEX_UNSET if not specified.