openrndr
Toggle table of contents
0.5.0-dev.24+7dd2530
commonJvm
common
web
Target filter
commonJvm
common
web
Switch theme
Search in API
Skip to content
openrndr
openrndr-draw
/
org.openrndr.draw
/
VertexBuffer
/
write
write
commonJvm
common
web
abstract
fun
write
(
data
:
ByteBuffer
,
offsetInBytes
:
Int
=
0
)
(
source
)
actual
abstract
fun
write
(
source
:
ERROR CLASS: Symbol not found for MPPBuffer
,
targetByteOffset
:
Int
,
sourceByteOffset
:
Int
,
byteLength
:
Int
)
(
source
)
expect
abstract
fun
write
(
source
:
MPPBuffer
,
targetByteOffset
:
Int
=
0
,
sourceByteOffset
:
Int
=
0
,
byteLength
:
Int
=
source.capacity()
)
(
source
)
abstract
fun
write
(
data
:
FloatArray
,
offsetBytes
:
Int
,
floatCount
:
Int
)
(
source
)
abstract
fun
write
(
data
:
Float32Array
<
ArrayBuffer
>
,
offsetBytes
:
Int
,
floatCount
:
Int
)
(
source
)
actual
abstract
fun
write
(
source
:
MPPBuffer
,
targetByteOffset
:
Int
,
sourceByteOffset
:
Int
,
byteLength
:
Int
)
(
source
)