GlRawBitmap

Created by svennahler on 08.09.17.

open class GlRawBitmap(width: Int, height: Int)

Constructors

GlRawBitmap
Link copied to clipboard
fun GlRawBitmap(width: Int, height: Int)

Types

Companion
Link copied to clipboard
object Companion

Functions

copyToBitmapBuffer
Link copied to clipboard
open fun copyToBitmapBuffer(bitmapFormat: IntArray)
createBitmap
Link copied to clipboard
open fun createBitmap(fixFormat: Boolean): <ERROR CLASS>
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
glReadPixels
Link copied to clipboard
open fun glReadPixels(x: Int, y: Int, width: Int, height: Int, type: Int, format: Int)
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

buffer
Link copied to clipboard
var buffer: IntBuffer
data
Link copied to clipboard
val data: IntArray
height
Link copied to clipboard
val height: Int
width
Link copied to clipboard
val width: Int