Class OSVR_OpenGLContextParams
java.lang.Object
com.sun.jna.Structure
com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams
- Direct Known Subclasses:
- OSVR_OpenGLContextParams.ByReference,- OSVR_OpenGLContextParams.ByValue
public class OSVR_OpenGLContextParams
extends com.sun.jna.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.
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.sun.jna.Structurecom.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintbyteC type : OSVR_CBoolintintbyteC type : OSVR_CBoolintcom.sun.jna.PointerC type : const char*intintFields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructorsConstructorDescriptionOSVR_OpenGLContextParams(com.sun.jna.Pointer peer) OSVR_OpenGLContextParams(com.sun.jna.Pointer windowTitle, byte fullScreen, int width, int height, int xPos, int yPos, int bitsPerPixel, int numBuffers, byte visible) 
- 
Method SummaryMethods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
- 
Field Details- 
windowTitlepublic com.sun.jna.Pointer windowTitleC type : const char*
- 
fullScreenpublic byte fullScreenC type : OSVR_CBool
- 
widthpublic int width
- 
heightpublic int height
- 
xPospublic int xPos
- 
yPospublic int yPos
- 
bitsPerPixelpublic int bitsPerPixel
- 
numBufferspublic int numBuffers
- 
visiblepublic byte visibleC type : OSVR_CBool
 
- 
- 
Constructor Details- 
OSVR_OpenGLContextParamspublic OSVR_OpenGLContextParams()
- 
OSVR_OpenGLContextParamspublic OSVR_OpenGLContextParams(com.sun.jna.Pointer windowTitle, byte fullScreen, int width, int height, int xPos, int yPos, int bitsPerPixel, int numBuffers, byte visible) - Parameters:
- windowTitle- C type : const char*
- fullScreen- C type : OSVR_CBool
- visible- C type : OSVR_CBool
 
- 
OSVR_OpenGLContextParamspublic OSVR_OpenGLContextParams(com.sun.jna.Pointer peer) 
 
- 
- 
Method Details- 
getFieldOrder- Overrides:
- getFieldOrderin class- com.sun.jna.Structure
 
 
-