vrclient/dxvk: Add FIXME() for unhandled flags.
This commit is contained in:
parent
a7eec2b6e9
commit
60a45d33b6
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue