Class GlTexture
java.lang.Object
dev.engine_room.flywheel.backend.gl.GlObject
dev.engine_room.flywheel.backend.gl.GlTexture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind()protected voiddeleteInternal(int handle) voidunbind()Methods inherited from class dev.engine_room.flywheel.backend.gl.GlObject
checkHandle, delete, handle, handle, invalidateHandle, isInvalid
-
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()
-