srp
software rendering pipeline
Loading...
Searching...
No Matches
vertex.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 <stddef.h>
10#include "type.h"
11
17typedef struct SRPVertex SRPVertex;
18
22
25typedef struct
26{
27 size_t nItems;
28 SRPType type;
30
34
// ingroup Vertex
36
SRPType
Definition type.h:17
struct SRPVertexVariable SRPVertexVariable
Definition vertex.h:21
struct SRPInterpolated SRPInterpolated
Definition vertex.h:33
struct SRPVertex SRPVertex
Definition vertex.h:17
Definition vertex.h:26