Wraps glCopyTexSubImage3D, see also CopyTexSubImage. To be used also for 2D array textures.
More...
#include <CopyTexSubImage.hpp>
List of all members.
Detailed Description
Wraps glCopyTexSubImage3D, see also CopyTexSubImage. To be used also for 2D array textures.
Constructor & Destructor Documentation
| vl::CopyTexSubImage3D::CopyTexSubImage3D |
( |
int |
level, |
|
|
int |
xoffset, |
|
|
int |
yoffset, |
|
|
int |
zoffset, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height, |
|
|
Texture * |
texture, |
|
|
EReadDrawBuffer |
read_buffer = RDB_BACK_LEFT |
|
) |
| [inline] |
Member Function Documentation
| virtual const char* vl::CopyTexSubImage3D::className |
( |
) |
[inline, virtual] |
| void vl::CopyTexSubImage3D::setTexture |
( |
Texture * |
tex ) |
[inline] |
| void vl::CopyTexSubImage3D::setLevel |
( |
int |
level ) |
[inline] |
| void vl::CopyTexSubImage3D::setXOffset |
( |
int |
xoffset ) |
[inline] |
| void vl::CopyTexSubImage3D::setYOffset |
( |
int |
yoffset ) |
[inline] |
| void vl::CopyTexSubImage3D::setZOffset |
( |
int |
zoffset ) |
[inline] |
| void vl::CopyTexSubImage3D::setX |
( |
int |
x ) |
[inline] |
| void vl::CopyTexSubImage3D::setY |
( |
int |
y ) |
[inline] |
| void vl::CopyTexSubImage3D::setWidth |
( |
int |
width ) |
[inline] |
| void vl::CopyTexSubImage3D::setHeight |
( |
int |
height ) |
[inline] |
| Texture* vl::CopyTexSubImage3D::texture |
( |
) |
[inline] |
| const Texture* vl::CopyTexSubImage3D::texture |
( |
) |
const [inline] |
| int vl::CopyTexSubImage3D::level |
( |
) |
const [inline] |
| int vl::CopyTexSubImage3D::xoffset |
( |
) |
const [inline] |
| int vl::CopyTexSubImage3D::yoffset |
( |
) |
const [inline] |
| int vl::CopyTexSubImage3D::zoffset |
( |
) |
const [inline] |
| int vl::CopyTexSubImage3D::x |
( |
) |
const [inline] |
| int vl::CopyTexSubImage3D::y |
( |
) |
const [inline] |
| int vl::CopyTexSubImage3D::width |
( |
) |
const [inline] |
| int vl::CopyTexSubImage3D::height |
( |
) |
const [inline] |
| virtual void vl::CopyTexSubImage3D::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: