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 "srp/context.h"
10#include "srp/buffer.h"
11#include "srp/texture.h"
12#include "srp/color.h"
13#include "srp/framebuffer.h"
14#include "srp/vertex.h"
15#include "srp/shaders.h"
16
17#ifdef SRP_INCLUDE_VEC
18 #include "srp/vec.h"
19#endif
20#ifdef SRP_INCLUDE_MAT
21 #include "srp/mat.h"
22#endif