#include <GeomIo.h>
cinder::geom::AttribInfo::AttribInfo |
( |
const Attrib & |
attrib, |
|
|
uint8_t |
dims, |
|
|
size_t |
stride, |
|
|
size_t |
offset, |
|
|
uint32_t |
instanceDivisor = 0 |
|
) |
| |
cinder::geom::AttribInfo::AttribInfo |
( |
const Attrib & |
attrib, |
|
|
DataType |
dataType, |
|
|
uint8_t |
dims, |
|
|
size_t |
stride, |
|
|
size_t |
offset, |
|
|
uint32_t |
instanceDivisor = 0 |
|
) |
| |
Attrib cinder::geom::AttribInfo::getAttrib |
( |
| ) |
const |
uint8_t cinder::geom::AttribInfo::getDims |
( |
| ) |
const |
void cinder::geom::AttribInfo::setDims |
( |
uint8_t |
dims | ) |
|
DataType cinder::geom::AttribInfo::getDataType |
( |
| ) |
const |
void cinder::geom::AttribInfo::setDataType |
( |
DataType |
dataType | ) |
|
size_t cinder::geom::AttribInfo::getStride |
( |
| ) |
const |
void cinder::geom::AttribInfo::setStride |
( |
size_t |
stride | ) |
|
size_t cinder::geom::AttribInfo::getOffset |
( |
| ) |
const |
void cinder::geom::AttribInfo::setOffset |
( |
size_t |
offset | ) |
|
uint32_t cinder::geom::AttribInfo::getInstanceDivisor |
( |
| ) |
const |
uint8_t cinder::geom::AttribInfo::getByteSize |
( |
| ) |
const |
Attrib cinder::geom::AttribInfo::mAttrib |
|
protected |
DataType cinder::geom::AttribInfo::mDataType |
|
protected |
int32_t cinder::geom::AttribInfo::mDims |
|
protected |
size_t cinder::geom::AttribInfo::mStride |
|
protected |
size_t cinder::geom::AttribInfo::mOffset |
|
protected |
uint32_t cinder::geom::AttribInfo::mInstanceDivisor |
|
protected |
The documentation for this struct was generated from the following file: