Skip to content

Commit 21d6979

Browse files
committed
fix SPhysicalDeviceFeatures alphaToOne
1 parent 1bc92e6 commit 21d6979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/video/SPhysicalDeviceFeatures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct SPhysicalDeviceFeatures
7171
bool largePoints = false;
7272

7373
// Some AMD don't support
74-
bool alphaToOne = true;
74+
bool alphaToOne = false;
7575

7676
// [REQUIRE] good device support
7777
//bool multiViewport = true;

0 commit comments

Comments
 (0)