Context

Undocumented in source.

Constructors

this
this(Device[] devs, Properties[] props)

Undocumented in source.

this
this(Device.Type type, Properties[] props)

Undocumented in source.

Members

Enums

Properties
enum Properties

Undocumented in source.

Functions

createBuffer
Buffer!T createBuffer(T[] arr, Memory.Flags flags)

Undocumented in source. Be warned that the author may not have intended to support it.

createProgram
Program createProgram(void[] spirv)

Undocumented in source. Be warned that the author may not have intended to support it.

createProgramFromSPIR
Program createProgramFromSPIR(A a, Device[] devices, ubyte[] spir)

Program createProgramFromSource(string[][] sources) { clCreateProgramWithSource }

createQueue
Queue createQueue(Device dev, Queue.Properties prop)

Undocumented in source. Be warned that the author may not have intended to support it.

createSampler
Sampler createSampler(Flag!"normalisedCoordinates" f, Sampler.AddressingMode aMode, Sampler.FilterMode fMode)

Undocumented in source. Be warned that the author may not have intended to support it.

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_context raw;

Undocumented in source.

Meta