openrndr
Toggle table of contents
0.5.0-dev.24+7dd2530
common
Target filter
common
Switch theme
Search in API
Skip to content
openrndr
openrndr-draw
/
org.openrndr.draw
/
TextureBindings
Texture
Bindings
@
JvmInline
value
class
TextureBindings
(
val
binding
:
MutableMap
<
Int
,
Texture
>
=
mutableMapOf()
)
(
source
)
Members
Constructors
Texture
Bindings
Link copied to clipboard
constructor
(
binding
:
MutableMap
<
Int
,
Texture
>
=
mutableMapOf()
)
Properties
binding
Link copied to clipboard
val
binding
:
MutableMap
<
Int
,
Texture
>
Functions
set
Link copied to clipboard
operator
fun
set
(
unit
:
Int
,
texture
:
Texture
?
)