Package zombie.core.opengl
Class ShaderUnit
java.lang.Object
zombie.core.opengl.ShaderUnit
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionShaderUnit
(ShaderProgram shaderProgram, String string, ShaderUnit.Type type) -
Method Summary
-
Constructor Details
-
ShaderUnit
-
-
Method Details
-
getFileName
-
isCompiled
public boolean isCompiled() -
compile
public boolean compile() -
attach
public boolean attach() -
destroy
public void destroy() -
getGLID
public int getGLID() -
getParentShaderProgramGLID
public int getParentShaderProgramGLID()
-