srp
software rendering pipeline
Loading...
Searching...
No Matches
color_p.h File Reference
#include "srp/color.h"
#include <arpa/inet.h>
Include dependency graph for color_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

#define SRP_COLOR_TO_UINT32_T(color)   (htonl(*(uint32_t*) &color))
 
uint32_t colorPack (float color[4])
 

Detailed Description

SRPColor internal header