mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d: Introduce FIXME_ONCE().
The debug log level is demoted to WARN after the FIXME is printed once. Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
4a0b62084a
commit
285a19408f
@@ -1720,7 +1720,7 @@ static void rs_desc_from_d3d12(VkPipelineRasterizationStateCreateInfo *vk_desc,
|
||||
vk_desc->lineWidth = 1.0f;
|
||||
|
||||
if (d3d12_desc->MultisampleEnable)
|
||||
FIXME("Ignoring MultisampleEnable %#x.\n", d3d12_desc->MultisampleEnable);
|
||||
FIXME_ONCE("Ignoring MultisampleEnable %#x.\n", d3d12_desc->MultisampleEnable);
|
||||
if (d3d12_desc->AntialiasedLineEnable)
|
||||
FIXME("Ignoring AntialiasedLineEnable %#x.\n", d3d12_desc->AntialiasedLineEnable);
|
||||
if (d3d12_desc->ForcedSampleCount)
|
||||
|
||||
Reference in New Issue
Block a user