mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-27 05:58:16 +03:00
vrclient/dxvk: Add FIXME() for unhandled flags.
This commit is contained in:
parent
a7eec2b6e9
commit
60a45d33b6
@ -597,6 +597,9 @@ static EVRCompositorError ivrcompositor_submit_dxvk(
|
||||
vkdata.m_nFormat = image_info.format;
|
||||
vkdata.m_nSampleCount = image_info.samples;
|
||||
|
||||
if (flags & (Submit_TextureWithPose | Submit_TextureWithDepth))
|
||||
FIXME("Unhandled flags %#x.\n", flags & (Submit_TextureWithPose | Submit_TextureWithDepth));
|
||||
|
||||
vktexture = *texture;
|
||||
vktexture.handle = &vkdata;
|
||||
vktexture.eType = TextureType_Vulkan;
|
||||
|
Loading…
x
Reference in New Issue
Block a user