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
16
typedef
struct
SRPColor
17
{
18
uint8_t r, g, b, a;
19
}
SRPColor
;
20
// ingroup Framebuffer
SRPColor
Definition
color.h:17
include
srp
color.h
Generated by
1.9.8