Subscenes

This commit is contained in:
2023-01-14 22:06:35 -08:00
parent 9505dd9f06
commit 2e55754c49
50 changed files with 733 additions and 751 deletions

View File

@@ -51,19 +51,6 @@ namespace Dawn {
*/
virtual void renderSceneCamera(Scene *scene, Camera *camera);
/**
* Renders a UI Canvas to the back buffer.
*
* @param scene Scene for the UI canvas.
* @param camera Main backbuffer camera for the canvas.
* @param canvas Canvas to render.
*/
virtual void renderUI(
Scene *scene,
Camera *camera,
UICanvas *canvas
);
/**
* Cleanup a render pipeline that has been initialized.
*/