Defines the upload behavior. More...
Static Public Attributes | |
int | Image = 0 |
Upload the complete image. | |
int | Viewport = 1 |
Upload the visible part of the image. | |
Defines the upload behavior.
|
static |
Upload the complete image.
Upload respectively copy the complete image data to frame buffer. This also includes parts of the image, that are not visible. This allows smooth drawing and scaling. This is the default option.
|
static |
Upload the visible part of the image.
Upload respectively copy only the visible part of the image. For large images this is usually much faster than uploading the whole image. The pixel data may be subsampled, as a consequence aliasing may occur.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.