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