openrndr-dds
/
org.openrndr.dds
/
DDSData
common
DDSData
data class
DDSData
(format:
ColorFormat
, type:
ColorType
, width:
Int
, height:
Int
, mipmaps:
Int
, cubeMap:
Boolean
, bdata:
List
<
MPPBuffer
>, bdata2:
List
<
MPPBuffer
>, flipV:
Boolean
)
Content copied to clipboard
Functions
Properties
Functions
image
Link copied to clipboard
common
fun
image
(level:
Int
):
MPPBuffer
Content copied to clipboard
side
Link copied to clipboard
common
fun
side
(cubemapSide:
CubemapSide
, level:
Int
):
MPPBuffer
Content copied to clipboard
side
NX
Link copied to clipboard
common
fun
sideNX
(level:
Int
= 0):
MPPBuffer
Content copied to clipboard
side
NY
Link copied to clipboard
common
fun
sideNY
(level:
Int
= 0):
MPPBuffer
Content copied to clipboard
side
NZ
Link copied to clipboard
common
fun
sideNZ
(level:
Int
= 0):
MPPBuffer
Content copied to clipboard
side
PX
Link copied to clipboard
common
fun
sidePX
(level:
Int
= 0):
MPPBuffer
Content copied to clipboard
side
PY
Link copied to clipboard
common
fun
sidePY
(level:
Int
= 0):
MPPBuffer
Content copied to clipboard
side
PZ
Link copied to clipboard
common
fun
sidePZ
(level:
Int
= 0):
MPPBuffer
Content copied to clipboard
to
Color
Buffer
Link copied to clipboard
common
fun
toColorBuffer
(session:
Session
? = Session.active):
ColorBuffer
Content copied to clipboard
to
Cubemap
Link copied to clipboard
common
fun
toCubemap
(session:
Session
? = Session.active):
Cubemap
Content copied to clipboard
Properties
bdata
Link copied to clipboard
common
val
bdata
:
List
<
MPPBuffer
>
Content copied to clipboard
bdata2
Link copied to clipboard
common
val
bdata2
:
List
<
MPPBuffer
>
Content copied to clipboard
cubeMap
Link copied to clipboard
common
val
cubeMap
:
Boolean
Content copied to clipboard
flipV
Link copied to clipboard
common
val
flipV
:
Boolean
Content copied to clipboard
format
Link copied to clipboard
common
val
format
:
ColorFormat
Content copied to clipboard
height
Link copied to clipboard
common
val
height
:
Int
Content copied to clipboard
mipmaps
Link copied to clipboard
common
val
mipmaps
:
Int
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
ColorType
Content copied to clipboard
width
Link copied to clipboard
common
val
width
:
Int
Content copied to clipboard