[Vulkan] Enable and expect textureCompressionBC (for now)

This commit is contained in:
DrChat 2017-12-21 13:11:57 -06:00
parent cbfaffd9f3
commit 56ee88b59d
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ bool VulkanDevice::Initialize(DeviceInfo device_info) {
ENABLE_AND_EXPECT(depthClamp);
ENABLE_AND_EXPECT(multiViewport);
ENABLE_AND_EXPECT(independentBlend);
ENABLE_AND_EXPECT(textureCompressionBC);
// TODO(benvanik): add other features.
if (any_features_missing) {
XELOGE(