srp
software rendering pipeline
Loading...
Searching...
No Matches
fragment.c File Reference
#include <math.h>
#include <assert.h>
#include "raster/fragment.h"
#include "srp/color.h"
#include "math/utils.h"
Include dependency graph for fragment.c:

Functions

void emitFragment (const SRPFramebuffer *fb, const SRPShaderProgram *sp, int x, int y, SRPFragmentShaderIn *fsIn)
 

Detailed Description

Fragment emission implementation