Carna
Version 3.3.2
|
Defines Texture format for IntensityVolumeUInt16. More...
#include <BufferedVectorFieldFormat.h>
Static Public Attributes | |
static const unsigned int | INTERNAL_FORMAT |
Holds the number of color components in the texture, e.g. GL_RGBA8UI or GL_INTENSITY16 . More... | |
static const unsigned int | PIXEL_FORMAT |
Holds the format of the pixel data, e.g. GL_RED , GL_RGB or GL_RGBA . More... | |
static const unsigned int | BUFFER_TYPE |
Specifies the data type of the pixel data to be uploaded to the texture. More... | |
Defines Texture format for IntensityVolumeUInt16.
Definition at line 49 of file BufferedVectorFieldFormat.h.
|
static |
Specifies the data type of the pixel data to be uploaded to the texture.
Definition at line 53 of file BufferedVectorFieldFormat.h.
|
static |
Holds the number of color components in the texture, e.g. GL_RGBA8UI
or GL_INTENSITY16
.
Definition at line 51 of file BufferedVectorFieldFormat.h.
|
static |
Holds the format of the pixel data, e.g. GL_RED
, GL_RGB
or GL_RGBA
.
Definition at line 52 of file BufferedVectorFieldFormat.h.
Documentation generated by Doxygen