add: todo notices

This commit is contained in:
Samuliak 2024-09-06 19:15:56 +02:00
parent 6a3bdd49e9
commit 548ffb6b57
2 changed files with 2 additions and 0 deletions

View file

@ -859,6 +859,7 @@ void MetalRenderer::draw_beginSequence()
return; // no render target
}
// TODO: not checking for !streamoutEnable fixes Super Smash Bros. for Wii U, investigate why
if (!hasValidFramebufferAttached && !streamoutEnable)
{
debug_printf("Drawcall with no color buffer or depth buffer attached\n");