srp
software rendering pipeline
Loading...
Searching...
No Matches
color.h
Go to the documentation of this file.
1// Software Rendering Pipeline (SRP) library
2// Licensed under GNU GPLv3
3
8#pragma once
9
10#include <stdint.h>
11
16typedef struct SRPColor
17{
18 uint8_t r, g, b, a;
20
// ingroup Framebuffer
Definition color.h:17