openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
jvm
Platform filter
jvm
Switch theme
Search in API
openrndr
openrndr-gl3
/
org.openrndr.internal.gl3
/
ImageDataDds
Image
Data
Dds
class
ImageDataDds
(
width
:
Int
,
height
:
Int
,
format
:
ColorFormat
,
type
:
ColorType
,
flipV
:
Boolean
,
data
:
MPPBuffer
?
,
mipmapData
:
List
<
MPPBuffer
>
=
emptyList()
)
:
ImageData
(
source
)
Members
Constructors
Image
Data
Dds
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
format
:
ColorFormat
,
type
:
ColorType
,
flipV
:
Boolean
,
data
:
MPPBuffer
?
,
mipmapData
:
List
<
MPPBuffer
>
=
emptyList()
)
Properties
data
Link copied to clipboard
var
data
:
MPPBuffer
?
flip
V
Link copied to clipboard
val
flipV
:
Boolean
format
Link copied to clipboard
val
format
:
ColorFormat
height
Link copied to clipboard
val
height
:
Int
mipmap
Data
Link copied to clipboard
val
mipmapData
:
List
<
MPPBuffer
>
type
Link copied to clipboard
val
type
:
ColorType
width
Link copied to clipboard
val
width
:
Int
Functions
close
Link copied to clipboard
open
override
fun
close
(
)