|
srp
software rendering pipeline
|
#include "alloc.h"

Go to the source code of this file.
Macros | |
| #define | SRP_MALLOC(s) srpMalloc(s) |
| #define | SRP_REALLOC(p, s) srpRealloc(p, s) |
| #define | SRP_FREE(p) srpFree(p) |
| #define | SRP_FORCEINLINE inline |
Macro definitions for the library