QX_DECL_IBUFFER GLenum GetTarget() const
Get texture target.
void SetParameter(GLenum eName, GLfloat value)
Set texture parameter.
GLsizei GetHeight() const
Get texture height.
void Specify2DTexImage(GLint nLevel, GLenum eInternalFormat, GLsizei nWidth, GLsizei nHeight, GLenum eFormat, GLenum eType, const void *pData=nullptr, GLenum eTarget=-1)
Specify a two-dimensional texture image.
void Specify2DMultisample(GLsizei nSamples, GLenum eInternalFormat, GLsizei nWidth, GLsizei nHeight, GLboolean bFixedSampleLocations)
Establish parameters of a multisample texture's image.
void GenerateMipmap()
Generate mipmap for texture.
GLenum GetInternalFormat() const
Get texture internal format.
void SetTarget(GLenum eTarget)
Set texture target.