Implemented CPU rendering for current ObjectTypes
[ipdf/code.git] / src / screen.cpp
index 7ac0678..08e4a26 100644 (file)
@@ -216,7 +216,7 @@ double Screen::GetLastFrameTimeGPU() const
        return frame_time_ns/1000000000.0;
 }
 
-void Screen::RenderPixels(int x, int y, int w, int h, void *pixels) const
+void Screen::RenderPixels(int x, int y, int w, int h, uint8_t *pixels) const
 {
        GLenum texture_format = GL_RGBA;
 

UCC git Repository :: git.ucc.asn.au