net.minecraft.client.window

public class GlWindowBackend

implements WindowBackend

com.mojang.renderpearl.backend.opengl.GlBackend
net.minecraft.class_1_9
net.minecraft.client.window.GlWindowBackend

Field summary

Modifier and TypeField
private static final int
VERSION_MAJOR
field_1_29
GL_MAJOR_VERSION
private static final int
VERSION_MINOR
field_1_30
GL_MINOR_VERSION
private boolean
libraryLoaded
field_1_9089
loaded
private WindowException
libraryLoadFailure
field_1_9088
error

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public String
getName()
method_1_405()
getName()
public void
loadLibrary()
method_1_8637()
loadGraphics()
public void
unloadLibrary()
method_1_8638()
unloadGraphics()
public long
createWindow(String title, int width, int height, long flags)
method_1_9788(String arg0, int arg1, int arg2, long arg3)
createWindow(String arg0, int arg1, int arg2, long arg3)
public GpuDevice
createDevice(GpuDebugOptions debugOptions)
method_1_2669(class_1_16 arg0)
createDevice(DebugOptions arg0)