aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D_Soft.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-05-12 16:32:53 +0200
committerArisotura <thetotalworm@gmail.com>2019-05-12 16:32:53 +0200
commit0a464c504de43bbcd4a0bedf982e8f0e16cf0f32 (patch)
tree412060bec85c4355d52636b85feffd89bb9ebe8c /src/GPU3D_Soft.cpp
parenta32c5c99bbfc46f8284f8903e9a9ec506d4ac5f3 (diff)
de-hardcode the GL renderer.
init framebuffer to black. fix bugs.
Diffstat (limited to 'src/GPU3D_Soft.cpp')
-rw-r--r--src/GPU3D_Soft.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/GPU3D_Soft.cpp b/src/GPU3D_Soft.cpp
index 932b5d4..ac5cd93 100644
--- a/src/GPU3D_Soft.cpp
+++ b/src/GPU3D_Soft.cpp
@@ -138,6 +138,11 @@ void Reset()
SetupRenderThread();
}
+void SetScale(int scale)
+{
+ printf("SOFT RENDERER SCALE FACTOR: TODO!!!\n");
+}
+
// Notes on the interpolator: