Skip to main content

Types

Defines the data types used for object handle parameters to API functions.

Classes

TypeName
struct_TextureInfo

Types

TypeName
typedef struct SecurityContextHandle *HAuth
A handle to a security context.
typedef struct FFIVarHandle *HFFIVar
A handle to a variable passed through the foreign function interface (FFI)
typedef struct MetaHandle *HMeta
A handle to a VRTree metanode.
typedef struct MigrationHandle *HMigration
A handle to a migration description.
typedef struct NodeHandle *HNode
A handle to a VRTree node.
typedef struct UserDataHandle *HUserSlot
A handle to a userdata slot on a VRTree node.
typedef struct _TextureInfoTextureInfo

Types Documentation

typedef HAuth

typedef struct SecurityContextHandle* HAuth;

A handle to a security context.

typedef HFFIVar

typedef struct FFIVarHandle* HFFIVar;

A handle to a variable passed through the foreign function interface (FFI)

typedef HMeta

typedef struct MetaHandle* HMeta;

A handle to a VRTree metanode.

typedef HMigration

typedef struct MigrationHandle* HMigration;

A handle to a migration description.

typedef HNode

typedef struct NodeHandle* HNode;

A handle to a VRTree node.

typedef HUserSlot

typedef struct UserDataHandle* HUserSlot;

A handle to a userdata slot on a VRTree node.

typedef TextureInfo

typedef struct _TextureInfo  TextureInfo;