org.lwjgl.opencl
Class EXTAtomicCounters32

java.lang.Object
  extended by org.lwjgl.opencl.EXTAtomicCounters32

public final class EXTAtomicCounters32
extends java.lang.Object


Field Summary
static int CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT
          CLDevice query: Max number of atomic counters that can be used by a kernel.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT

public static final int CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT
CLDevice query: Max number of atomic counters that can be used by a kernel.

See Also:
Constant Field Values


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.