public class VRTextureDepthInfo_t
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
VRTextureDepthInfo_t.ByReference |
static class |
VRTextureDepthInfo_t.ByValue |
Modifier and Type | Field and Description |
---|---|
com.sun.jna.Pointer |
handle
void *
C type : void* |
HmdMatrix44_t |
mProjection
C type : HmdMatrix44_t
|
HmdVector2_t |
vRange
C type : HmdVector2_t
|
Constructor and Description |
---|
VRTextureDepthInfo_t() |
VRTextureDepthInfo_t(com.sun.jna.Pointer peer) |
VRTextureDepthInfo_t(com.sun.jna.Pointer handle,
HmdMatrix44_t mProjection,
HmdVector2_t vRange) |
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, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public com.sun.jna.Pointer handle
public HmdMatrix44_t mProjection
public HmdVector2_t vRange
public VRTextureDepthInfo_t()
public VRTextureDepthInfo_t(com.sun.jna.Pointer handle, HmdMatrix44_t mProjection, HmdVector2_t vRange)
handle
- void *mProjection
- C type : HmdMatrix44_tvRange
- C type : HmdVector2_tpublic VRTextureDepthInfo_t(com.sun.jna.Pointer peer)