mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Reverted to tonemapped output
This commit is contained in:
@@ -122,7 +122,7 @@ namespace Nuake
|
||||
|
||||
void SetCamera(UUID camera);
|
||||
void Render(PassRenderContext& ctx);
|
||||
Ref<VulkanImage> GetOutput() { return OutlineOutput; }
|
||||
Ref<VulkanImage> GetOutput() { return TonemappedOutput; }
|
||||
|
||||
MulticastDelegate<DebugCmd&>& OnDebugDraw() { return DebugDrawDelegate; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user