testing game export

This commit is contained in:
Dynamitos
2023-03-07 21:25:56 +01:00
parent f1062e5bcb
commit 2607c28b98
10 changed files with 134 additions and 37 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ public:
registry.view<Component>().each(func);
}
Array<MeshBatch> getStaticMeshes();
LightEnv getLightBuffer() const;
LightEnv getLightBuffer();
Component::Skybox getSkybox();
Gfx::PStructuredBuffer getSceneDataBuffer() const { return sceneDataBuffer; }
Gfx::PGraphics getGraphics() const { return graphics; }