#include <ngc/core/ngcb.h>Go to the source code of this file.
Macros | |
| #define | _ngcpp_swap (ngcppEndian != ngcppCOM_PROT_ENDIAN) |
| #define | ngcppPutVecChar(b, x, y, z) |
| #define | ngcppPutVecShort(b, x, y, z) |
| #define | ngcppPutVecInt(b, x, y, z) |
| #define | ngcppPutVecFloat(b, x, y, z) |
| #define | ngcppPutVecDouble(b, x, y, z) |
| #define | ngcppGetVecChar(b, x, y, z) |
| #define | ngcppGetVecShort(b, x, y, z) |
| #define | ngcppGetVecInt(b, x, y, z) |
| #define | ngcppGetVecFloat(b, x, y, z) |
| #define | ngcppGetVecDouble(b, x, y, z) |
| #define _ngcpp_swap (ngcppEndian != ngcppCOM_PROT_ENDIAN) |
Command buffer byte-swap-mode
| #define ngcppGetVecChar | ( | b, | |
| x, | |||
| y, | |||
| z ) |
Get 8-bit byte-swapped character vector from buffer
| #define ngcppGetVecDouble | ( | b, | |
| x, | |||
| y, | |||
| z ) |
Get 64-bit byte-swapped floating point vector from buffer
| #define ngcppGetVecFloat | ( | b, | |
| x, | |||
| y, | |||
| z ) |
Get 32-bit byte-swapped floating point vector from buffer
| #define ngcppGetVecInt | ( | b, | |
| x, | |||
| y, | |||
| z ) |
Get 32-bit byte-swapped integer vector from buffer
| #define ngcppGetVecShort | ( | b, | |
| x, | |||
| y, | |||
| z ) |
Get 16-bit byte-swapped integer vector from buffer
| #define ngcppPutVecChar | ( | b, | |
| x, | |||
| y, | |||
| z ) |
Put 8-bit byte-swapped character vector into buffer
| #define ngcppPutVecDouble | ( | b, | |
| x, | |||
| y, | |||
| z ) |
Put 64-bit byte-swapped floating point vector into buffer
| #define ngcppPutVecFloat | ( | b, | |
| x, | |||
| y, | |||
| z ) |
Put 32-bit byte-swapped floating point vector into buffer
| #define ngcppPutVecInt | ( | b, | |
| x, | |||
| y, | |||
| z ) |
Put 32-bit byte-swapped integer vector into buffer
| #define ngcppPutVecShort | ( | b, | |
| x, | |||
| y, | |||
| z ) |
Put 16-bit byte-swapped integer vector into buffer