gfx ~master (2021-03-28T16:54:18Z)
Dub
Repo
untypeSlice
gfx
graal
memory
cast a typed slice into a blob of bytes (same representation; no copy is made)
void
[]
untypeSlice
(T[] slice)
void
[]
untypeSlice
(
T
)
(
T
[]
slice
)
if
(
!
is
(
T
== const)
)
const
(
void
)[]
untypeSlice
(const(T)[] slice)
Meta
Source
See Implementation
gfx
graal
memory
enums
MemProps
functions
retypeSlice
untypeSlice
untypeSlices
interfaces
DeviceMemory
structs
MemoryHeap
MemoryMap
MemoryProperties
MemoryRequirements
MemoryType
cast a typed slice into a blob of bytes (same representation; no copy is made)