Definition at line 36 of file variables_bundle.h.
◆ Type
◆ MatrixParameter()
VariablesBundle::MatrixParameter::MatrixParameter |
( |
| ) |
|
◆ ~MatrixParameter()
VariablesBundle::MatrixParameter::~MatrixParameter |
( |
| ) |
|
◆ operator=()
◆ configure()
void VariablesBundle::MatrixParameter::configure |
( |
Type |
type, |
|
|
unsigned short int |
width, |
|
|
unsigned short int |
height = 1 , |
|
|
unsigned int |
count = 1 |
|
) |
| |
Definition at line 40 of file variables_bundle.cpp.
47 case MatrixParameter::Type::INT:
50 case MatrixParameter::Type::FLOAT:
static void insanity(const char *message)
◆ getData()
template<typename T >
T* Beatmup::GL::VariablesBundle::MatrixParameter::getData |
( |
int |
index = 0 | ) |
const |
|
inline |
◆ getCount()
int Beatmup::GL::VariablesBundle::MatrixParameter::getCount |
( |
| ) |
const |
|
inline |
◆ getWidth()
int Beatmup::GL::VariablesBundle::MatrixParameter::getWidth |
( |
| ) |
const |
|
inline |
◆ getHeight()
int Beatmup::GL::VariablesBundle::MatrixParameter::getHeight |
( |
| ) |
const |
|
inline |
◆ getType()
Type Beatmup::GL::VariablesBundle::MatrixParameter::getType |
( |
| ) |
const |
|
inline |
◆ data
void* Beatmup::GL::VariablesBundle::MatrixParameter::data |
|
private |
◆ width
unsigned short int Beatmup::GL::VariablesBundle::MatrixParameter::width |
|
private |
◆ height
unsigned short int Beatmup::GL::VariablesBundle::MatrixParameter::height |
|
private |
◆ count
unsigned int Beatmup::GL::VariablesBundle::MatrixParameter::count |
|
private |
◆ type
Type Beatmup::GL::VariablesBundle::MatrixParameter::type |
|
private |
The documentation for this class was generated from the following files: