mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 13:00:59 +00:00
Fixed out ErrorCode parameters in OpenTK.Compute.CL.CreateKernel method.
This commit is contained in:
parent
13e8deebc0
commit
7cd69b4b41
|
@ -42,7 +42,7 @@ namespace OpenTK.Compute
|
|||
[DllImport(Configuration.Library, EntryPoint = "clCreateKernel")]
|
||||
public static extern cl_kernel CreateKernel(cl_program program,
|
||||
string kernel_name,
|
||||
out int errcode_ret);
|
||||
out ErrorCode errcode_ret);
|
||||
|
||||
// OpenCL 1.0
|
||||
[DllImport(Configuration.Library, EntryPoint = "clCreateKernelsInProgram")]
|
||||
|
|
Loading…
Reference in a new issue