org.rococoa.cocoa.opengl
Class _CGLContextObject
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.opengl._CGLContextObject
- Direct Known Subclasses:
- _CGLContextObject.ByReference, _CGLContextObject.ByValue
public class _CGLContextObject
- extends com.ochafik.lang.jnaerator.runtime.Structure
* CGLContext structure.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
rend
public OpenGLLibrary.__GLIContextRec rend
disp
public GLIFunctionDispatch disp
priv
public OpenGLLibrary._CGLPrivateObject priv
stak
public Pointer stak
_CGLContextObject
public _CGLContextObject()
_CGLContextObject
public _CGLContextObject(OpenGLLibrary.__GLIContextRec rend,
GLIFunctionDispatch disp,
OpenGLLibrary._CGLPrivateObject priv,
Pointer stak)
byReference
public _CGLContextObject.ByReference byReference()
byValue
public _CGLContextObject.ByValue byValue()
clone
public _CGLContextObject clone()
- Overrides:
clone
in class Object