diff --git a/libs/vkd3d/command.c b/libs/vkd3d/command.c index 6c96cfc2..8f6c6c81 100644 --- a/libs/vkd3d/command.c +++ b/libs/vkd3d/command.c @@ -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; }