The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Context
dcompute
driver
ocl
context
Undocumented in source.
struct
Context {
cl_context
raw
;
Program
createProgramFromSPIR
(A a, Device[] devices, ubyte[] spir);
}
Members
Functions
createProgramFromSPIR
Program
createProgramFromSPIR
(A a, Device[] devices, ubyte[] spir)
Program createProgramFromSource(string[][] sources) { clCreateProgramWithSource }
Meta
Source
See Implementation
dcompute
driver
ocl
context
structs
Context