Take BPTC into account for texture compression support
This commit is contained in:
parent
0b4bf178d7
commit
caf9fb448b
@ -78,6 +78,7 @@ void CentralVideoSettings::init()
|
|||||||
if (GE::getDriver()->getDriverType() == video::EDT_VULKAN)
|
if (GE::getDriver()->getDriverType() == video::EDT_VULKAN)
|
||||||
{
|
{
|
||||||
hasTextureCompression = GEVulkanFeatures::supportsS3TCBC3() ||
|
hasTextureCompression = GEVulkanFeatures::supportsS3TCBC3() ||
|
||||||
|
GEVulkanFeatures::supportsBPTCBC7() ||
|
||||||
GEVulkanFeatures::supportsASTC4x4();
|
GEVulkanFeatures::supportsASTC4x4();
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user