mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
VK: Remove alphaToOne feature requirement
This commit is contained in:
parent
5f764730ae
commit
ad83a1994d
|
|
@ -93,7 +93,6 @@ bool VulkanDevice::Initialize(DeviceInfo device_info) {
|
|||
}
|
||||
ENABLE_AND_EXPECT(geometryShader);
|
||||
ENABLE_AND_EXPECT(depthClamp);
|
||||
ENABLE_AND_EXPECT(alphaToOne);
|
||||
ENABLE_AND_EXPECT(multiViewport);
|
||||
ENABLE_AND_EXPECT(independentBlend);
|
||||
// TODO(benvanik): add other features.
|
||||
|
|
|
|||
Loading…
Reference in a new issue