Package com.jozufozu.flywheel.backend.gl
Class GlTexture
java.lang.Object
com.jozufozu.flywheel.backend.gl.GlObject
com.jozufozu.flywheel.backend.gl.GlTexture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind()protected voiddeleteInternal(int handle) voidsetParameteri(int parameter, int value) voidunbind()Methods inherited from class com.jozufozu.flywheel.backend.gl.GlObject
checkHandle, delete, handle, invalidateHandle, isInvalid, setHandle
-
Constructor Details
-
GlTexture
public GlTexture(int textureType)
-
-
Method Details
-
deleteInternal
protected void deleteInternal(int handle) - Specified by:
deleteInternalin classGlObject
-
bind
public void bind() -
unbind
public void unbind() -
setParameteri
public void setParameteri(int parameter, int value)
-