mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 07:05:46 +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)
|
if (textures[0].eType == TextureType_DirectX)
|
||||||
return set_skybox_override_d3d11_init( textures, count, state );
|
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;
|
return textures;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user