mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Fix v3dv workaround
This commit is contained in:
parent
94b6e4598c
commit
296c931d55
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ namespace vk
|
||||||
enabled_features.logicOp = VK_FALSE;
|
enabled_features.logicOp = VK_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!pgpu->features.textureCompressionBC && get_driver_vendor() == driver_vendor::V3DV)
|
if (!pgpu->features.textureCompressionBC && pgpu->get_driver_vendor() == driver_vendor::V3DV)
|
||||||
{
|
{
|
||||||
// v3dv supports BC1-BC3 which is all we require, support is reported as false since not all formats are supported
|
// v3dv supports BC1-BC3 which is all we require, support is reported as false since not all formats are supported
|
||||||
rsx_log.error("Your GPU running on the V3DV driver does not support full texture block compression. Graphics may not render correctly.");
|
rsx_log.error("Your GPU running on the V3DV driver does not support full texture block compression. Graphics may not render correctly.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue