Skip to content

Commit

Permalink
Latest bindings as of 02-10-2020 (#316)
Browse files Browse the repository at this point in the history
Co-authored-by: Ultz Limited <[email protected]>
  • Loading branch information
github-actions[bot] and UltzLtd authored Oct 2, 2020
1 parent 1f91031 commit 1b304fc
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
56 changes: 28 additions & 28 deletions build/binder_specifications/OpenCL.json
Original file line number Diff line number Diff line change
Expand Up @@ -2234,27 +2234,6 @@
"Doc": "",
"Attributes": []
},
{
"Name": "Depth",
"NativeName": "CL_DEPTH",
"Value": "0x10BD",
"Doc": "",
"Attributes": []
},
{
"Name": "DepthStencil",
"NativeName": "CL_DEPTH_STENCIL",
"Value": "0x10BE",
"Doc": "",
"Attributes": []
},
{
"Name": "UnormInt24",
"NativeName": "CL_UNORM_INT24",
"Value": "0x10DF",
"Doc": "",
"Attributes": []
},
{
"Name": "MemObjectImage2DArray",
"NativeName": "CL_MEM_OBJECT_IMAGE2D_ARRAY",
Expand Down Expand Up @@ -2710,6 +2689,13 @@
"Doc": "",
"Attributes": []
},
{
"Name": "Depth",
"NativeName": "CL_DEPTH",
"Value": "0x10BD",
"Doc": "",
"Attributes": []
},
{
"Name": "SRgb",
"NativeName": "CL_sRGB",
Expand Down Expand Up @@ -37494,6 +37480,27 @@
"Doc": "",
"Attributes": []
},
{
"Name": "Depth",
"NativeName": "CL_DEPTH",
"Value": "0x10BD",
"Doc": "",
"Attributes": []
},
{
"Name": "UnormInt16",
"NativeName": "CL_UNORM_INT16",
"Value": "0x10D3",
"Doc": "",
"Attributes": []
},
{
"Name": "Float",
"NativeName": "CL_FLOAT",
"Value": "0x10DE",
"Doc": "",
"Attributes": []
},
{
"Name": "UuidSizeKhr",
"NativeName": "CL_UUID_SIZE_KHR",
Expand Down Expand Up @@ -37725,13 +37732,6 @@
"Doc": "",
"Attributes": []
},
{
"Name": "Float",
"NativeName": "CL_FLOAT",
"Value": "0x10DE",
"Doc": "",
"Attributes": []
},
{
"Name": "CommandGLFenceSyncObjectKhr",
"NativeName": "CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ public enum KHR
ImageD3D11SubresourceKhr = 0x401F,
CommandAcquireD3D11ObjectsKhr = 0x4020,
CommandReleaseD3D11ObjectsKhr = 0x4021,
Depth = 0x10BD,
UnormInt16 = 0x10D3,
Float = 0x10DE,
UuidSizeKhr = 0x16,
LuidSizeKhr = 0x8,
DeviceUuidKhr = 0x106A,
Expand Down Expand Up @@ -76,7 +79,6 @@ public enum KHR
DeviceDoubleFPConfig = 0x1032,
DepthStencil = 0x10BE,
UnormInt24 = 0x10DF,
Float = 0x10DE,
CommandGLFenceSyncObjectKhr = 0x200D,
GLNumSamples = 0x2012,
InvalidGLSharegroupReferenceKhr = unchecked((int)0xFFFFFFFFFFFFFC18),
Expand Down
4 changes: 1 addition & 3 deletions src/OpenCL/Silk.NET.OpenCL/Enums/CLEnum.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@ public enum CLEnum
MemHostNoAccess = 0x512,
MigrateMemObjectHost = 0x1,
MigrateMemObjectContentUndefined = 0x2,
Depth = 0x10BD,
DepthStencil = 0x10BE,
UnormInt24 = 0x10DF,
MemObjectImage2DArray = 0x10F3,
MemObjectImage1D = 0x10F4,
MemObjectImage1DArray = 0x10F5,
Expand Down Expand Up @@ -398,6 +395,7 @@ public enum CLEnum
MemSvmFineGrainBuffer = 0x1024,
MemSvmAtomics = 0x2048,
MemKernelReadAndWrite = 0x4096,
Depth = 0x10BD,
SRgb = 0x10BF,
SRgbx = 0x10C0,
SRgba = 0x10C1,
Expand Down

0 comments on commit 1b304fc

Please sign in to comment.