Package com.otaliastudios.opengl.types

Types

Buffer
Link copied to clipboard
abstract class Buffer
typealias Buffer = Buffer
ByteBuffer
Link copied to clipboard
abstract class ByteBuffer : Buffer
typealias ByteBuffer = ByteBuffer
FloatBuffer
Link copied to clipboard
abstract class FloatBuffer : Buffer
typealias FloatBuffer = FloatBuffer
IntBuffer
Link copied to clipboard
abstract class IntBuffer : Buffer
typealias IntBuffer = IntBuffer
ShortBuffer
Link copied to clipboard
abstract class ShortBuffer : Buffer
typealias ShortBuffer = ShortBuffer

Functions

byteBuffer
Link copied to clipboard
common
fun byteBuffer(size: Int): ByteBuffer
dispose
Link copied to clipboard
common
fun Buffer.dispose()
floatBuffer
Link copied to clipboard
common
fun floatBuffer(size: Int): FloatBuffer
intBuffer
Link copied to clipboard
common
fun intBuffer(size: Int): IntBuffer
shortBuffer
Link copied to clipboard
common
fun shortBuffer(size: Int): ShortBuffer