aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gfx/render/imm.h (renamed from include/gfx/renderer/imm_renderer.h)0
-rw-r--r--include/gfx/render/llr.h (renamed from include/gfx/llr/llr.h)1
-rw-r--r--include/gfx/render/renderer.h (renamed from include/gfx/renderer.h)0
3 files changed, 1 insertions, 0 deletions
diff --git a/include/gfx/renderer/imm_renderer.h b/include/gfx/render/imm.h
index 62c071e..62c071e 100644
--- a/include/gfx/renderer/imm_renderer.h
+++ b/include/gfx/render/imm.h
diff --git a/include/gfx/llr/llr.h b/include/gfx/render/llr.h
index 6d78a50..785f9cd 100644
--- a/include/gfx/llr/llr.h
+++ b/include/gfx/render/llr.h
@@ -60,6 +60,7 @@ Light* gfx_make_light(const LightDesc*);
60 60
61/// Destroy the light. 61/// Destroy the light.
62/// 62///
63/// TODO: Remove this comment. Inline node payload as described in node_impl.h
63/// The light is conveniently removed from the scene graph and its parent scene 64/// The light is conveniently removed from the scene graph and its parent scene
64/// node is destroyed. 65/// node is destroyed.
65void gfx_destroy_light(Light**); 66void gfx_destroy_light(Light**);
diff --git a/include/gfx/renderer.h b/include/gfx/render/renderer.h
index 1da74eb..1da74eb 100644
--- a/include/gfx/renderer.h
+++ b/include/gfx/render/renderer.h