Package com.jme3.system.jopenvr
Class VR_IVRRenderModels_FnTable
java.lang.Object
com.sun.jna.Structure
com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
- Direct Known Subclasses:
VR_IVRRenderModels_FnTable.ByReference
,VR_IVRRenderModels_FnTable.ByValue
public class VR_IVRRenderModels_FnTable
extends com.sun.jna.Structure
native declaration : headers\openvr_capi.h:2251
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.
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.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static interface
native declaration : headers\openvr_capi.h:2233static interface
native declaration : headers\openvr_capi.h:2235static interface
native declaration : headers\openvr_capi.h:2238static interface
native declaration : headers\openvr_capi.h:2243static interface
native declaration : headers\openvr_capi.h:2241static interface
native declaration : headers\openvr_capi.h:2242static interface
native declaration : headers\openvr_capi.h:2244static interface
native declaration : headers\openvr_capi.h:2246static interface
native declaration : headers\openvr_capi.h:2245static interface
native declaration : headers\openvr_capi.h:2240static interface
native declaration : headers\openvr_capi.h:2250static interface
native declaration : headers\openvr_capi.h:2239static interface
native declaration : headers\openvr_capi.h:2249static interface
native declaration : headers\openvr_capi.h:2248static interface
native declaration : headers\openvr_capi.h:2237static interface
native declaration : headers\openvr_capi.h:2232static interface
native declaration : headers\openvr_capi.h:2234static interface
native declaration : headers\openvr_capi.h:2236static interface
native declaration : headers\openvr_capi.h:2247Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
-
Field Summary
Modifier and TypeFieldDescriptionC type : FreeRenderModel_callback*C type : FreeTexture_callback*C type : FreeTextureD3D11_callback*C type : GetComponentButtonMask_callback*C type : GetComponentCount_callback*C type : GetComponentName_callback*C type : GetComponentRenderModelName_callback*C type : GetComponentState_callback*C type : GetComponentStateForDevicePath_callback*C type : GetRenderModelCount_callback*C type : GetRenderModelErrorNameFromEnum_callback*C type : GetRenderModelName_callback*C type : GetRenderModelOriginalPath_callback*C type : GetRenderModelThumbnailURL_callback*C type : LoadIntoTextureD3D11_Async_callback*C type : LoadRenderModel_Async_callback*C type : LoadTexture_Async_callback*C type : LoadTextureD3D11_Async_callback*C type : RenderModelHasComponent_callback*Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sun.jna.Structure
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, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Field Details
-
LoadRenderModel_Async
C type : LoadRenderModel_Async_callback* -
FreeRenderModel
C type : FreeRenderModel_callback* -
LoadTexture_Async
C type : LoadTexture_Async_callback* -
FreeTexture
C type : FreeTexture_callback* -
LoadTextureD3D11_Async
C type : LoadTextureD3D11_Async_callback* -
LoadIntoTextureD3D11_Async
C type : LoadIntoTextureD3D11_Async_callback* -
FreeTextureD3D11
C type : FreeTextureD3D11_callback* -
GetRenderModelName
C type : GetRenderModelName_callback* -
GetRenderModelCount
C type : GetRenderModelCount_callback* -
GetComponentCount
C type : GetComponentCount_callback* -
GetComponentName
C type : GetComponentName_callback* -
GetComponentButtonMask
C type : GetComponentButtonMask_callback* -
GetComponentRenderModelName
C type : GetComponentRenderModelName_callback* -
GetComponentStateForDevicePath
public VR_IVRRenderModels_FnTable.GetComponentStateForDevicePath_callback GetComponentStateForDevicePathC type : GetComponentStateForDevicePath_callback* -
GetComponentState
C type : GetComponentState_callback* -
RenderModelHasComponent
C type : RenderModelHasComponent_callback* -
GetRenderModelThumbnailURL
C type : GetRenderModelThumbnailURL_callback* -
GetRenderModelOriginalPath
C type : GetRenderModelOriginalPath_callback* -
GetRenderModelErrorNameFromEnum
public VR_IVRRenderModels_FnTable.GetRenderModelErrorNameFromEnum_callback GetRenderModelErrorNameFromEnumC type : GetRenderModelErrorNameFromEnum_callback*
-
-
Constructor Details
-
VR_IVRRenderModels_FnTable
public VR_IVRRenderModels_FnTable() -
VR_IVRRenderModels_FnTable
public VR_IVRRenderModels_FnTable(com.sun.jna.Pointer peer)
-
-
Method Details
-
getFieldOrder
- Overrides:
getFieldOrder
in classcom.sun.jna.Structure
-