Carna  Version 3.3.2
Static Public Attributes | List of all members
Carna::base::BufferedVectorFieldFormat< IntensityVolumeUInt8 > Struct Template Reference

Defines Texture format for IntensityVolumeUInt8. 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...
 

Detailed Description

template<>
struct Carna::base::BufferedVectorFieldFormat< IntensityVolumeUInt8 >

Defines Texture format for IntensityVolumeUInt8.

Since
API Version 3.2.0

Definition at line 63 of file BufferedVectorFieldFormat.h.

Member Data Documentation

◆ BUFFER_TYPE

const unsigned int Carna::base::BufferedVectorFieldFormat< IntensityVolumeUInt8 >::BUFFER_TYPE
static

Specifies the data type of the pixel data to be uploaded to the texture.

Definition at line 67 of file BufferedVectorFieldFormat.h.

◆ INTERNAL_FORMAT

const unsigned int Carna::base::BufferedVectorFieldFormat< IntensityVolumeUInt8 >::INTERNAL_FORMAT
static

Holds the number of color components in the texture, e.g. GL_RGBA8UI or GL_INTENSITY16.

Definition at line 65 of file BufferedVectorFieldFormat.h.

◆ PIXEL_FORMAT

const unsigned int Carna::base::BufferedVectorFieldFormat< IntensityVolumeUInt8 >::PIXEL_FORMAT
static

Holds the format of the pixel data, e.g. GL_RED, GL_RGB or GL_RGBA.

Definition at line 66 of file BufferedVectorFieldFormat.h.


The documentation for this struct was generated from the following file: