Shadow buffer

This commit is contained in:
Confideo-IOM
2026-07-28 19:02:45 +01:00
parent d48097c645
commit 299ad1d9c7
46 changed files with 693 additions and 603 deletions
@@ -37,7 +37,7 @@ public:
m_data);
}
void Initialise(std::string texture_name,
void Initialise(std::string texture_name,
uint32_t width,
uint32_t height,
uint32_t internal_format,
@@ -51,6 +51,7 @@ public:
HydraID *texture_id)
{
m_texture_name = texture_name;
m_width = width;
m_height = height;
m_internal_format = internal_format;