vkd3d: Make invalid RTV for attachment FIXME_ONCE

This spams constantly in Dirt 5.

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2021-07-06 16:51:48 +01:00 committed by Hans-Kristian Arntzen
parent cf632186fd
commit 61ccdb9037
1 changed files with 1 additions and 1 deletions

View File

@ -4137,7 +4137,7 @@ static bool d3d12_command_list_update_current_framebuffer(struct d3d12_command_l
if (!list->rtvs[i].view)
{
FIXME("Invalid RTV for attachment %u.\n", i);
FIXME_ONCE("Invalid RTV for attachment %u.\n", i);
return false;
}