diff options
| author | 3gg <3gg@shellblade.net> | 2025-10-24 18:33:36 -0700 | 
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-10-24 18:33:36 -0700 | 
| commit | 65d448aad0e6c792b1adba1272efef73b31c4885 (patch) | |
| tree | eb63247058bcaa11c8f792b52df20e96ee92e8b5 /include | |
| parent | 175c72557b21f356e295a6f8a4acd91b7e744bef (diff) | |
Consolidate renderers
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. | 
| 65 | void gfx_destroy_light(Light**); | 66 | void 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 | |||
