openrndr
0.4.5-dev.4.uncommitted+98ebace
common
js
jvm
openrndr-draw
/
org.openrndr.draw
/
BufferTexture
Buffer
Texture
common
js
jvm
expect
abstract
class
BufferTexture
(
source
)
actual
abstract
class
BufferTexture
(
source
)
actual
abstract
class
BufferTexture
(
source
)
Members
Members & Extensions
Constructors
Buffer
Texture
Link copied to clipboard
js
jvm
constructor
(
)
constructor
(
)
Types
Companion
Link copied to clipboard
jvm
object
Companion
Functions
bind
Link copied to clipboard
common
js
jvm
expect
abstract
fun
bind
(
unit
:
Int
)
bind the BufferTexture to a texture unit
actual
abstract
fun
bind
(
unit
:
Int
)
bind the BufferTexture to a texture unit
actual
abstract
fun
bind
(
unit
:
Int
)
bind the BufferTexture to a texture unit
destroy
Link copied to clipboard
common
js
jvm
expect
abstract
fun
destroy
(
)
actual
abstract
fun
destroy
(
)
actual
abstract
fun
destroy
(
)
image
Binding
Link copied to clipboard
fun
BufferTexture
.
imageBinding
(
imageAccess
:
ImageAccess
)
:
BufferTextureImageBinding
put
Link copied to clipboard
jvm
fun
put
(
putter
:
BufferWriter
.
(
)
->
Unit
)
:
Int
read
Link copied to clipboard
jvm
abstract
fun
read
(
target
:
ByteBuffer
,
offset
:
Int
=
0
,
elementReadCount
:
Int
=
this.elementCount
)
save
To
File
Link copied to clipboard
jvm
fun
saveToFile
(
file
:
File
,
fileFormat
:
BufferTextureFileFormat
=
BufferTextureFileFormat.ORB
)
write
Link copied to clipboard
jvm
abstract
fun
write
(
source
:
ByteBuffer
,
offset
:
Int
=
0
,
elementWriteCount
:
Int
=
this.elementCount
)
Properties
element
Count
Link copied to clipboard
common
js
jvm
expect
abstract
val
elementCount
:
Int
actual
abstract
val
elementCount
:
Int
actual
abstract
val
elementCount
:
Int
format
Link copied to clipboard
common
js
jvm
expect
abstract
val
format
:
ColorFormat
actual
abstract
val
format
:
ColorFormat
actual
abstract
val
format
:
ColorFormat
session
Link copied to clipboard
common
js
jvm
expect
abstract
val
session
:
Session
?
actual
abstract
val
session
:
Session
?
actual
abstract
val
session
:
Session
?
shadow
Link copied to clipboard
common
js
jvm
expect
abstract
val
shadow
:
BufferTextureShadow
actual
abstract
val
shadow
:
BufferTextureShadow
actual
abstract
val
shadow
:
BufferTextureShadow
type
Link copied to clipboard
common
js
jvm
expect
abstract
val
type
:
ColorType
actual
abstract
val
type
:
ColorType
actual
abstract
val
type
:
ColorType