Wraps glCopyTexSubImage1D, see also CopyTexSubImage.
More...
#include <CopyTexSubImage.hpp>
List of all members.
Detailed Description
Wraps glCopyTexSubImage1D, see also CopyTexSubImage.
Constructor & Destructor Documentation
| vl::CopyTexSubImage1D::CopyTexSubImage1D |
( |
int |
level, |
|
|
int |
xoffset, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
Texture * |
texture = NULL, |
|
|
EReadDrawBuffer |
read_buffer = RDB_BACK_LEFT |
|
) |
| [inline] |
Member Function Documentation
| virtual const char* vl::CopyTexSubImage1D::className |
( |
) |
[inline, virtual] |
| void vl::CopyTexSubImage1D::setTexture |
( |
Texture * |
tex ) |
[inline] |
| void vl::CopyTexSubImage1D::setLevel |
( |
int |
level ) |
[inline] |
| void vl::CopyTexSubImage1D::setXOffset |
( |
int |
xoffset ) |
[inline] |
| void vl::CopyTexSubImage1D::setX |
( |
int |
x ) |
[inline] |
| void vl::CopyTexSubImage1D::setY |
( |
int |
y ) |
[inline] |
| void vl::CopyTexSubImage1D::setWidth |
( |
int |
width ) |
[inline] |
| Texture* vl::CopyTexSubImage1D::texture |
( |
) |
[inline] |
| const Texture* vl::CopyTexSubImage1D::texture |
( |
) |
const [inline] |
| int vl::CopyTexSubImage1D::level |
( |
) |
const [inline] |
| int vl::CopyTexSubImage1D::xoffset |
( |
) |
const [inline] |
| int vl::CopyTexSubImage1D::x |
( |
) |
const [inline] |
| int vl::CopyTexSubImage1D::y |
( |
) |
const [inline] |
| int vl::CopyTexSubImage1D::width |
( |
) |
const [inline] |
| virtual void vl::CopyTexSubImage1D::copyPixels |
( |
) |
[inline, virtual] |
Copies the pixels from the specified read buffer to the specified texture.
Implements vl::CopyTexSubImage.
Member Data Documentation
The documentation for this class was generated from the following file: