public class OSVR_RenderInfoOpenGL
extends com.sun.jna.Structure
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OSVR_RenderInfoOpenGL.ByReference  | 
static class  | 
OSVR_RenderInfoOpenGL.ByValue  | 
| Modifier and Type | Field and Description | 
|---|---|
OSVR_GraphicsLibraryOpenGL | 
library
C type : OSVR_GraphicsLibraryOpenGL 
 | 
OSVR_Pose3 | 
pose  | 
OSVR_ProjectionMatrix | 
projection
C type : OSVR_ProjectionMatrix 
 | 
OSVR_ViewportDescription | 
viewport
C type : OSVR_ViewportDescription 
 | 
| Constructor and Description | 
|---|
OSVR_RenderInfoOpenGL()  | 
OSVR_RenderInfoOpenGL(OSVR_GraphicsLibraryOpenGL library,
                     OSVR_ViewportDescription viewport,
                     OSVR_Pose3 pose,
                     OSVR_ProjectionMatrix projection)  | 
OSVR_RenderInfoOpenGL(com.sun.jna.Pointer peer)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.List<java.lang.String> | 
getFieldOrder()  | 
allocateMemory, 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, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic OSVR_GraphicsLibraryOpenGL library
public OSVR_ViewportDescription viewport
public OSVR_Pose3 pose
public OSVR_ProjectionMatrix projection
public OSVR_RenderInfoOpenGL()
public OSVR_RenderInfoOpenGL(OSVR_GraphicsLibraryOpenGL library, OSVR_ViewportDescription viewport, OSVR_Pose3 pose, OSVR_ProjectionMatrix projection)
library - C type : OSVR_GraphicsLibraryOpenGLviewport - C type : OSVR_ViewportDescriptionprojection - C type : OSVR_ProjectionMatrixpublic OSVR_RenderInfoOpenGL(com.sun.jna.Pointer peer)