Class GlShaderModule
java.lang.Object
com.mojang.renderpearl.backend.opengl.GlShaderModule
- All Implemented Interfaces:
UncheckedAutoCloseable, AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GlShaderModuleprivate final Stringprivate static final intprivate intprivate final ShaderType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NOT_ALLOCATED
private static final int NOT_ALLOCATED- See Also:
-
INVALID_SHADER
-
label
-
shaderId
private int shaderId -
type
-
-
Constructor Details
-
GlShaderModule
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceUncheckedAutoCloseable
-
getLabel
-
getShaderId
public int getShaderId() -
getType
-