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
/
ValueLayout
Value
Layout
android
abstract
class
ValueLayout
(
val
size
:
Long
,
val
name
:
String
?
=
null
)
Inheritors
GroupLayout
OfDouble
OfFloat
OfInt
OfLong
OfShort
OfByte
OfBoolean
PaddingLayout
Members
Constructors
Value
Layout
Link copied to clipboard
android
constructor
(
size
:
Long
,
name
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
android
object
Companion
Of
Boolean
Link copied to clipboard
android
class
OfBoolean
(
val
size
:
Long
,
val
name
:
String
?
=
null
)
:
ValueLayout
Of
Byte
Link copied to clipboard
android
class
OfByte
(
val
size
:
Long
,
val
name
:
String
?
=
null
)
:
ValueLayout
Of
Double
Link copied to clipboard
android
class
OfDouble
(
val
size
:
Long
,
val
name
:
String
?
=
null
)
:
ValueLayout
Of
Float
Link copied to clipboard
android
class
OfFloat
(
val
size
:
Long
,
val
name
:
String
?
=
null
)
:
ValueLayout
Of
Int
Link copied to clipboard
android
class
OfInt
(
val
size
:
Long
,
val
name
:
String
?
=
null
)
:
ValueLayout
Of
Long
Link copied to clipboard
android
class
OfLong
(
val
size
:
Long
,
val
name
:
String
?
=
null
)
:
ValueLayout
Of
Short
Link copied to clipboard
android
class
OfShort
(
val
size
:
Long
,
val
name
:
String
?
=
null
)
:
ValueLayout
Properties
name
Link copied to clipboard
android
val
name
:
String
?
=
null
size
Link copied to clipboard
android
val
size
:
Long
Functions
with
Name
Link copied to clipboard
android
abstract
fun
withName
(
name
:
String
)
:
ValueLayout