G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.
More...
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.
◆ DECLARE_READER
#define DECLARE_READER |
( |
|
ucase, |
|
|
|
lcase |
|
) |
| |
Value:void read##ucase(lcase* out,
int64 n);\
void read##ucase(std::vector<lcase>& out,
int64 n);\
void read##ucase(Array<lcase>& out,
int64 n);
int64_t int64
Definition: g3dmath.h:122
◆ G3D_ALLOW_UNALIGNED_WRITES
#define G3D_ALLOW_UNALIGNED_WRITES |