dcompute ~master (2022-03-04T06:15:12.0261143)
Dub
Repo
Memory
dcompute
driver
ocl
memory
Undocumented in source.
struct
Memory {
enum
Type
;
enum
Flags
;
struct
Info
;
cl_mem
raw
;
void
retain
();
void
release
();
}
Members
Enums
Flags
enum
Flags
Undocumented in source.
Type
enum
Type
Undocumented in source.
Functions
release
void
release
()
Undocumented in source. Be warned that the author may not have intended to support it.
retain
void
retain
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Info
struct
Info
Undocumented in source.
Variables
raw
cl_mem
raw
;
Undocumented in source.
Meta
Source
See Implementation
dcompute
driver
ocl
memory
structs
Memory