#include <cs237-texture.hxx>
Inherited by cs237::texture1D, and cs237::texture2D.
cs237::__detail::texture_base::texture_base |
( |
GLenum |
target | ) |
|
|
protected |
void cs237::__detail::texture_base::Bind |
( |
| ) |
|
bind this texture as the current texture
GLuint cs237::__detail::texture_base::Id |
( |
| ) |
const |
|
inline |
void cs237::__detail::texture_base::Parameter |
( |
GLenum |
param, |
|
|
GLenum |
value |
|
) |
| |
set texture parameter values
void cs237::__detail::texture_base::Parameter |
( |
GLenum |
param, |
|
|
GLint |
value |
|
) |
| |
void cs237::__detail::texture_base::Parameter |
( |
GLenum |
param, |
|
|
color4f |
value |
|
) |
| |
GLenum cs237::__detail::texture_base::Target |
( |
| ) |
const |
|
inline |
GLenum cs237::__detail::texture_base::_target |
|
protected |
The documentation for this class was generated from the following file: