wgpu4k-native
Toggle table of contents
v24.0.0
native
Platform filter
native
Switch theme
Search in API
wgpu4k-native
wgpu4k-native
/
ffi
/
Pointer
Pointer
native
class
Pointer
(
val
pointer
:
CPointer
<
COpaque
>
)
Members
Constructors
Pointer
Link copied to clipboard
native
constructor
(
pointer
:
CPointer
<
*
>
)
constructor
(
pointer
:
Long
)
constructor
(
pointer
:
CPointer
<
COpaque
>
)
Properties
pointer
Link copied to clipboard
native
val
pointer
:
CPointer
<
COpaque
>
raw
Value
Link copied to clipboard
native
val
rawValue
:
Long
Functions
reinterpret
Link copied to clipboard
native
fun
<
T
:
CPointed
>
reinterpret
(
)
:
CPointer
<
T
>