gl haxx for floatframebuffer

This commit is contained in:
minjaesong
2023-10-05 17:09:34 +09:00
parent e81a11ffb6
commit 4fa342a87b
4 changed files with 314 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ import org.lwjgl.opengl.GL11
class TerrarumGLinfo {
private var _initialised = false
val MINIMAL_GL_VERSION = 330
val MINIMAL_GL_VERSION = 320
var GL_VERSION = -1; private set
get() = if (_initialised) field else throw UninitializedPropertyAccessException()