Opentk/Source/OpenTK/Compute
2009-08-11 14:21:35 +00:00
..
CL10 Added generated bindings for OpenCL 1.0. 2009-08-11 14:21:35 +00:00
CLHelper.cs * CLHelper.cs: Removed garbage unicode characters inserted by MonoDevelop. 2009-07-15 23:03:52 +00:00
CommandQueue.cs
ComputeContext.cs
Configuration.cs
Device.cs
Enums.cs OpenCL bitfields are not mapped to 'long', not 'int'. Fixes issue [#964] ([OpenCL] Bitfields should be mapped to 'long' not 'int'). 2009-06-25 10:56:29 +00:00
Event.cs
Kernel.cs Fixed out ErrorCode parameters in OpenTK.Compute.CL.CreateKernel method. 2009-08-09 14:23:13 +00:00
Memory.cs Fixed out ErrorCode parameters in OpenTK.Compute.CL.CreateBuffer and CreateImage2D[23]D methods. 2009-08-09 14:29:17 +00:00
Platform.cs
Profiler.cs
Program.cs Fixed out ErrorCode parameters in OpenTK.Compute.CL.CreateProgram* methods. 2009-08-09 14:20:49 +00:00
Sampler.cs
Structs.cs