|
srp
software rendering pipeline
|
#include <stdint.h>#include <arpa/inet.h>

Go to the source code of this file.
Classes | |
| struct | SRPColor |
| #define | SRP_COLOR_TO_UINT32_T(color) (htonl(*(uint32_t*) &color)) |
| typedef struct SRPColor | SRPColor |
| #define SRP_COLOR_TO_UINT32_T | ( | color | ) | (htonl(*(uint32_t*) &color)) |
Convert the SRPColor to uint32_t RGBA8888