mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-03-31 22:59:14 +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_nFormat = image_info.format;
|
||||||
vkdata.m_nSampleCount = image_info.samples;
|
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 = *texture;
|
||||||
vktexture.handle = &vkdata;
|
vktexture.handle = &vkdata;
|
||||||
vktexture.eType = TextureType_Vulkan;
|
vktexture.eType = TextureType_Vulkan;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user