mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
vrclient: Remove FIXME for Vulkan textures in set_skybox_override_init().
Nothing needs to be done with those on the PE side. CW-Bug-Id: #24553
This commit is contained in:
parent
e1554d408b
commit
80287ab0cf
@ -430,7 +430,8 @@ static const w_Texture_t *set_skybox_override_init( const w_Texture_t *textures,
|
||||
if (textures[0].eType == TextureType_DirectX)
|
||||
return set_skybox_override_d3d11_init( textures, count, state );
|
||||
|
||||
FIXME( "Conversion for type %u is not supported.\n", textures[0].eType );
|
||||
if (textures[0].eType != TextureType_Vulkan)
|
||||
FIXME( "Conversion for type %u is not supported.\n", textures[0].eType );
|
||||
return textures;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user