1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-28 16:22:18 +00:00

Mark optifabric as incompatible with MonitorRenderer.TBO

Anyone using the default BEST option will automatically have VBOs
enabled when optifabric is detected.
This commit is contained in:
ToadDev 2021-06-10 12:00:11 -07:00
parent 06b0538b76
commit 9662a106f0

View File

@ -43,7 +43,7 @@ public enum MonitorRenderer
private static boolean textureBuffer = false; private static boolean textureBuffer = false;
private static boolean shaderMod = false; private static boolean shaderMod = false;
//TODO find out which shader mods do better with VBOs and add them here. //TODO find out which shader mods do better with VBOs and add them here.
private static List<String> shaderModIds = Arrays.asList( "aShaderModThatWouldPreferVBOs" ); private static List<String> shaderModIds = Arrays.asList( "optifabric" );
/** /**
* Get the current renderer to use. * Get the current renderer to use.