Package com.nevergarden.myna.gfx
Class Texture
- java.lang.Object
-
- com.nevergarden.myna.gfx.Texture
-
public class Texture extends java.lang.Object
Texture Class
-
-
Constructor Summary
Constructors Constructor Description Texture(int id, int handle, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bind()
Binds the texture for use.void
unbind()
Unbinds the texture.
-