initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef DELTA_RENDERCALLS
|
||||
#define DELTA_RENDERCALLS
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
#include "math.hpp"
|
||||
|
||||
void rasterizeTriangle(SDL_Renderer *renderer, const DeltaVector2 &a, const DeltaVector2 &b, const DeltaVector2 &c);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user