|
srp
software rendering pipeline
|
#include <stddef.h>

Go to the source code of this file.
Macros | |
| #define | INDEX_VOID_PTR(ptr, idx, nBytesPerElement) ( ( (uint8_t*) (ptr) ) + (idx) * (nBytesPerElement) ) |
| #define | ADD_VOID_PTR(ptr, nBytes) ( ( (uint8_t*) (ptr) ) + (nBytes) ) |
Various utility macros