class ColorBufferDataGL3
ColorBufferDataGL3(width: Int, height: Int, format: ColorFormat, type: ColorType, data: ByteBuffer?) |
var data: ByteBuffer? |
|
val format: ColorFormat |
|
val height: Int |
|
val type: ColorType |
|
val width: Int |
fun destroy(): Unit |
fun fromFile(filename: String): ColorBufferDataGL3 |
|
fun fromUrl(urlString: String): ColorBufferDataGL3 |