srp
software rendering pipeline
Loading...
Searching...
No Matches
clipping.h File Reference
#include "raster/triangle.h"
#include "raster/line.h"
#include "raster/point.h"
Include dependency graph for clipping.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

size_t clipTriangle (const SRPTriangle *in, const SRPShaderProgram *sp, SRPTriangle *out)
 
bool clipLine (SRPLine *line, const SRPShaderProgram *sp)
 
bool clipPoint (SRPPoint *p)
 

Detailed Description

Clipping functions