dcompute ~master (2020-05-31T06:50:18Z)
Dub
Repo
Kernel.Info
dcompute
driver
ocl
kernel
Kernel
Undocumented in source.
struct
Kernel
(F)
static
struct
Info {
immutable
@0x1190
char
*
_name
;
StringzAccessor
!(
_name
)
name
;
@0x1191
uint
numArgs
;
@0x1192
uint
referenceCount
;
@0x1193
Context
context
;
@0x1194
Program
program
;
immutable
@0x1195
char
*
_attributes
;
StringzAccessor
!(
_attributes
)
attributes
;
}
Members
Variables
_attributes
char
*
_attributes
;
Undocumented in source.
_name
char
*
_name
;
Undocumented in source.
attributes
StringzAccessor
!(
_attributes
)
attributes
;
Undocumented in source.
context
Context
context
;
Undocumented in source.
name
StringzAccessor
!(
_name
)
name
;
Undocumented in source.
numArgs
uint
numArgs
;
Undocumented in source.
program
Program
program
;
Undocumented in source.
referenceCount
uint
referenceCount
;
Undocumented in source.
Meta
Source
See Implementation
dcompute
driver
ocl
kernel
Kernel
functions
release
retain
setArg
structs
Info
variables
raw
Undocumented in source.