migrated renderer to libspacket

This commit is contained in:
h4570
2020-11-16 18:48:09 +01:00
parent 6c82beb383
commit c1ad6effbd
2 changed files with 12 additions and 16 deletions
+2 -1
View File
@@ -14,6 +14,7 @@
#include <draw_buffers.h>
#include <draw_primitives.h>
#include <packet.h>
#include <spacket.h>
#include "gif_sender.hpp"
#include "vif_sender.hpp"
#include "../models/math/plane.hpp"
@@ -118,7 +119,7 @@ private:
TextureRepository textureRepo;
GifSender *gifSender;
VifSender *vifSender;
packet_t *flipPacket;
spacket_t *flipPacket;
void allocateBuffers(float t_screenW, float t_screenH);
void initDrawingEnv(float t_screenW, float t_screenH);
void setPrim();