public interface TexturableData
Texture.| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getData()
The main image data
|
Dimension |
getDimension()
Width & Height
|
Format |
getFormat()
Texture Format
|
InternalFormat |
getInternalFormat()
Internal Format
|
Filter |
getMagFilter()
MagFilter to use
|
Filter |
getMinFilter()
MinFilter to use
|
Type |
getType()
The Texture Type
|
boolean |
hasAlpha()
Has the image Alpha
|
Type getType()
Filter getMinFilter()
Filter getMagFilter()
Format getFormat()
InternalFormat getInternalFormat()
Dimension getDimension()
boolean hasAlpha()
ByteBuffer getData()
Copyright © 2014. All rights reserved.