compilation fix with static pipeline object

This commit is contained in:
antopilo
2025-01-12 12:36:35 -05:00
parent 8b3f8aefe9
commit 2e95d7d2ad

View File

@@ -6,6 +6,8 @@
using namespace Nuake;
RenderPipeline SceneRenderPipeline::GBufferPipeline;
SceneRenderPipeline::SceneRenderPipeline()
{
VkShaderManager& shaderMgr = VkShaderManager::Get();