shadow start

This commit is contained in:
Confideo-IOM
2026-07-25 16:40:34 +01:00
parent 3be84d07de
commit 3810f74e81
43 changed files with 316 additions and 127 deletions
@@ -24,6 +24,7 @@ void HydraOutputActor::_CreateMaterial()
GL_RGBA8,
GL_NEAREST,
GL_NEAREST);
HydraID depth = engine->TextureBufferManager()->CreateTexture("deferred_depth",
render_settings.DisplayWidth,
render_settings.DisplayHeight,
@@ -52,6 +53,7 @@ void HydraOutputActor::_CreateMaterial()
GL_NEAREST,
GL_NEAREST);
// engine->TextureBufferManager()->BindTexture(depth);
// engine->TextureBufferManager()->BindTexture(buffer_0);
texture_buffers.resize(16);