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