Add the minimum OpenGL version to the readme

BufferStorage technically only requires OpenGL 4.4, but I already had 4.5 written everywhere. If it becomes a problem that going to 4.4 fixes I could probably roll back to that.
This commit is contained in:
James Seibel
2021-10-13 22:04:41 -05:00
parent b4106a8c3c
commit 31f8cecc92
+3
View File
@@ -69,3 +69,6 @@ Source code uses Mojang mappings.
The source code can be 'created' with the ./eclipse command and can be found in the following path:
minecraft-lod-mod\build\fg_cache\mcp\ VERSION \joined\ RANDOM_STRING \patch\output.jar
The mod requires OpenGL 4.5 (as of 10-13-2021)