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

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...
 

Detailed Description

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

Defines Texture format for IntensityVolumeUInt16.

Since
API Version 3.2.0

Definition at line 49 of file BufferedVectorFieldFormat.h.

Member Data Documentation

◆ BUFFER_TYPE

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

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

Definition at line 53 of file BufferedVectorFieldFormat.h.

◆ INTERNAL_FORMAT

const unsigned int Carna::base::BufferedVectorFieldFormat< IntensityVolumeUInt16 >::INTERNAL_FORMAT
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.

◆ PIXEL_FORMAT

const unsigned int Carna::base::BufferedVectorFieldFormat< IntensityVolumeUInt16 >::PIXEL_FORMAT
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.


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