derelict.opencl.constants

Members

Functions

CL_PROGRAM_STRING_DEBUG_INFO
string CL_PROGRAM_STRING_DEBUG_INFO(size_t line = __LINE__, string file = __FILE__)

Macro to facilitate debugging Usage: Place mixin(CL_PROGRAM_STRING_DEBUG_INFO) on the line before the first line of your source. The first line ends with: CL_PROGRAM_STRING_BEGIN \" Each line thereafter of OpenCL C source must have a line end The last line is empty;

Meta