Initial dirty commit of old code into git
This commit is contained in:
commit
5546f26619
1985 changed files with 255900 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
/* MACHINE GENERATED FILE, DO NOT EDIT */
|
||||
|
||||
package org.lwjgl.opencl;
|
||||
|
||||
import org.lwjgl.*;
|
||||
import java.nio.*;
|
||||
|
||||
public final class EXTAtomicCounters64 {
|
||||
|
||||
/**
|
||||
* CLDevice query: Max number of atomic counters that can be used by a kernel.
|
||||
*/
|
||||
public static final int CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT = 0x4032;
|
||||
|
||||
private EXTAtomicCounters64() {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue