mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
VK: Enable independentBlend feature
This commit is contained in:
parent
6e21d88250
commit
729152a58b
|
|
@ -95,6 +95,7 @@ bool VulkanDevice::Initialize(DeviceInfo device_info) {
|
||||||
ENABLE_AND_EXPECT(depthClamp);
|
ENABLE_AND_EXPECT(depthClamp);
|
||||||
ENABLE_AND_EXPECT(alphaToOne);
|
ENABLE_AND_EXPECT(alphaToOne);
|
||||||
ENABLE_AND_EXPECT(multiViewport);
|
ENABLE_AND_EXPECT(multiViewport);
|
||||||
|
ENABLE_AND_EXPECT(independentBlend);
|
||||||
// TODO(benvanik): add other features.
|
// TODO(benvanik): add other features.
|
||||||
if (any_features_missing) {
|
if (any_features_missing) {
|
||||||
XELOGE(
|
XELOGE(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue