Skip to content

Commit

Permalink
Add feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Aug 13, 2023
1 parent 6e667c3 commit 0bd0fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/coderbot/iris/features/FeatureFlags.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public enum FeatureFlags {
PER_BUFFER_BLENDING(() -> true, IrisRenderSystem::supportsBufferBlending),
COMPUTE_SHADERS(() -> true, IrisRenderSystem::supportsCompute),
ENTITY_TRANSLUCENT(() -> true, () -> true),
REVERSED_CULLING(() -> true, () -> true),
SSBO(() -> true, IrisRenderSystem::supportsSSBO),
UNKNOWN(() -> false, () -> false);

Expand Down

0 comments on commit 0bd0fa5

Please sign in to comment.