quick backup of the renderer - things missing
[demo] / src / main.cc
index 4834548..4e6677a 100644 (file)
@@ -74,6 +74,13 @@ int main(int argc, char **argv)
 
 static bool init()
 {
+       /* TODO */
+       /*
+               TODO changes:
+               1- create cam
+               2- scene
+               3- renderers
+       */
        if(use_vulkan) {
                if(!init_vulkan())
                        return false;
@@ -159,4 +166,4 @@ static void display()
        else {
                display_opengl();
        }
-}
+}
\ No newline at end of file