openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-dds
/
org.openrndr.dds
/
DDSData
DDSData
@
JvmRecord
data
class
DDSData
(
val
format
:
ColorFormat
,
val
type
:
ColorType
,
val
width
:
Int
,
val
height
:
Int
,
val
mipmaps
:
Int
,
val
cubeMap
:
Boolean
,
val
bdata
:
List
<
MPPBuffer
>
,
val
bdata2
:
List
<
MPPBuffer
>
,
val
flipV
:
Boolean
)
(
source
)
Members
Constructors
DDSData
Link copied to clipboard
constructor
(
format
:
ColorFormat
,
type
:
ColorType
,
width
:
Int
,
height
:
Int
,
mipmaps
:
Int
,
cubeMap
:
Boolean
,
bdata
:
List
<
MPPBuffer
>
,
bdata2
:
List
<
MPPBuffer
>
,
flipV
:
Boolean
)
Functions
image
Link copied to clipboard
fun
image
(
level
:
Int
)
:
MPPBuffer
side
Link copied to clipboard
fun
side
(
cubemapSide
:
CubemapSide
,
level
:
Int
)
:
MPPBuffer
side
NX
Link copied to clipboard
fun
sideNX
(
level
:
Int
=
0
)
:
MPPBuffer
side
NY
Link copied to clipboard
fun
sideNY
(
level
:
Int
=
0
)
:
MPPBuffer
side
NZ
Link copied to clipboard
fun
sideNZ
(
level
:
Int
=
0
)
:
MPPBuffer
side
PX
Link copied to clipboard
fun
sidePX
(
level
:
Int
=
0
)
:
MPPBuffer
side
PY
Link copied to clipboard
fun
sidePY
(
level
:
Int
=
0
)
:
MPPBuffer
side
PZ
Link copied to clipboard
fun
sidePZ
(
level
:
Int
=
0
)
:
MPPBuffer
to
Color
Buffer
Link copied to clipboard
fun
toColorBuffer
(
session
:
Session
?
=
Session.active
)
:
ColorBuffer
to
Cubemap
Link copied to clipboard
fun
toCubemap
(
session
:
Session
?
=
Session.active
)
:
Cubemap
Properties
bdata
Link copied to clipboard
val
bdata
:
List
<
MPPBuffer
>
bdata2
Link copied to clipboard
val
bdata2
:
List
<
MPPBuffer
>
cube
Map
Link copied to clipboard
val
cubeMap
:
Boolean
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
mipmaps
Link copied to clipboard
val
mipmaps
:
Int
type
Link copied to clipboard
val
type
:
ColorType
width
Link copied to clipboard
val
width
:
Int