mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-05 06:35:11 +00:00
VK: Enable independentBlend feature
This commit is contained in:
parent
6e21d88250
commit
729152a58b
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ bool VulkanDevice::Initialize(DeviceInfo device_info) {
|
|||
ENABLE_AND_EXPECT(depthClamp);
|
||||
ENABLE_AND_EXPECT(alphaToOne);
|
||||
ENABLE_AND_EXPECT(multiViewport);
|
||||
ENABLE_AND_EXPECT(independentBlend);
|
||||
// TODO(benvanik): add other features.
|
||||
if (any_features_missing) {
|
||||
XELOGE(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue