Fix: EEVEE-Next: Update gbuffer_fb bind_ex

Ensure it's in sync with the framebuffer configuration
This commit is contained in:
Miguel Pozo
2024-01-09 16:25:24 +01:00
parent 5e848c9956
commit 8d74af164e

View File

@@ -725,8 +725,9 @@ void DeferredLayer::render(View &main_view,
{GPU_LOADACTION_LOAD, GPU_STOREACTION_STORE}, /* Depth */
{GPU_LOADACTION_LOAD, GPU_STOREACTION_STORE}, /* Combined */
{GPU_LOADACTION_CLEAR, GPU_STOREACTION_STORE, {0}}, /* GBuf Header */
{GPU_LOADACTION_DONT_CARE, GPU_STOREACTION_STORE}, /* GBuf Normal*/
{GPU_LOADACTION_DONT_CARE, GPU_STOREACTION_STORE}, /* GBuf Closure */
{GPU_LOADACTION_DONT_CARE, GPU_STOREACTION_STORE}, /* GBuf Color */
{GPU_LOADACTION_DONT_CARE, GPU_STOREACTION_STORE}, /* GBuf Closure 2*/
});
}