os gfx stub backend

This commit is contained in:
Ryan Fleury
2024-01-12 20:30:38 -08:00
parent b9a7b64280
commit b932e6236a
6 changed files with 245 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#if LANG_CPP
# if R_BACKEND == R_BACKEND_STUB
# include "stub/render_stub.cpp"
# include "stub/render_stub.c"
# elif R_BACKEND == R_BACKEND_D3D11
# include "d3d11/render_d3d11.cpp"
# else