Implement extra render outputs for metallic and emissives

This commit is contained in:
2024-10-15 05:24:48 -04:00
parent 20a24512b7
commit 7a85b0eb5a
30 changed files with 239 additions and 136 deletions

View File

@@ -209,7 +209,7 @@ namespace fgl::engine::gui
camera.getSwapchain().g_buffer_composite_img[ frame_index ]->drawImGui( target_size );
break;
case Albedo:
camera.getSwapchain().g_buffer_albedo_img[ frame_index ]->drawImGui( target_size );
camera.getSwapchain().g_buffer_color_img[ frame_index ]->drawImGui( target_size );
break;
case Normal:
camera.getSwapchain().g_buffer_normal_img[ frame_index ]->drawImGui( target_size );