srp
software rendering pipeline
Loading...
Searching...
No Matches
srp.h
Go to the documentation of this file.
1// Software Rendering Pipeline (SRP) library
2// Licensed under GNU GPLv3
3
4#pragma once
5
9#include "context.h"
10#include "buffer.h"
11#include "texture.h"
12#include "color.h"
13#include "framebuffer.h"
14#include "vertex.h"
15#include "shaders.h"
16
17#ifdef SRP_INCLUDE_VEC
18 #include "vec.h"
19#endif
20#ifdef SRP_INCLUDE_MAT
21 #include "mat.h"
22#endif
23