Package com.jme3.opencl.lwjgl
Class Utils
java.lang.Object
com.jme3.opencl.lwjgl.Utils
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ByteBufferstatic final FloatBufferstatic final LongBufferstatic IntBufferstatic final org.lwjgl.PointerBuffer[]static final Utils.TempBuffer[]
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidcheckError(int error, String callName) static voidcheckError(IntBuffer errorBuffer, String callName) static StringgetErrorName(int code) static intgetMajorVersion(String version, String prefix) static longstatic longstatic MemoryAccessgetMemoryAccessFromFlag(long flag) static intgetMinorVersion(String version, String prefix) static voidreportError(int error, String callName) 
- 
Field Details- 
b80
- 
b80l
- 
b80f
- 
tempBuffers
- 
pointerBufferspublic static final org.lwjgl.PointerBuffer[] pointerBuffers
- 
errorBuffer
 
- 
- 
Method Details- 
getMajorVersion
- 
getMinorVersion
- 
checkError
- 
checkError
- 
reportError
- 
getErrorName
- 
getMemoryAccessFlags
- 
getMemoryAccessFromFlag
- 
getMappingAccessFlags
 
-