srp
software rendering pipeline
Loading...
Searching...
No Matches

Typedefs representing vertex, vertex variables and etc. More...

Collaboration diagram for Vertex:
typedef struct SRPVertex SRPVertex
 
typedef struct SRPVertexVariable SRPVertexVariable
 
typedef struct SRPInterpolated SRPInterpolated
 

Detailed Description

Typedefs representing vertex, vertex variables and etc.

Typedef Documentation

◆ SRPInterpolated

Represents interpolated vertex shader's output variables

See also
SRPVertexVariable

◆ SRPVertex

typedef struct SRPVertex SRPVertex

Represents the vertex as stored in SRPVertexBuffer

See also
SRPVertexBuffer

◆ SRPVertexVariable

Represents a vertex variable as outputted by vertex shader

See also
SRPvsOutput