- 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.