wgpu4k-native
Toggle table of contents
v24.0.1
android
Platform filter
android
Switch theme
Search in API
wgpu4k-native
wgpu4k-native
/
java.lang.foreign
/
MemorySegment
/
set
set
android
fun
set
(
layout
:
ValueLayout.OfDouble
?
,
offest
:
Long
,
newValue
:
Double
)
fun
set
(
layout
:
ValueLayout.OfFloat
?
,
offest
:
Long
,
newValue
:
Float
)
fun
set
(
layout
:
ValueLayout.OfInt
?
,
offest
:
Long
,
newValue
:
Int
)
fun
set
(
layout
:
ValueLayout.OfLong
?
,
offest
:
Long
,
newValue
:
Long
)
fun
set
(
layout
:
AddressLayout
?
,
offest
:
Long
,
newValue
:
MemorySegment
)
fun
set
(
layout
:
ValueLayout.OfShort
?
,
offest
:
Long
,
newValue
:
Short
)