IMHOTEP Framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Classes | Public Member Functions | List of all members
Valve.VR.CVRRenderModels Class Reference

Public Member Functions

EVRRenderModelError LoadRenderModel_Async (string pchRenderModelName, ref IntPtr ppRenderModel)
 
void FreeRenderModel (IntPtr pRenderModel)
 
EVRRenderModelError LoadTexture_Async (int textureId, ref IntPtr ppTexture)
 
void FreeTexture (IntPtr pTexture)
 
EVRRenderModelError LoadTextureD3D11_Async (int textureId, IntPtr pD3D11Device, ref IntPtr ppD3D11Texture2D)
 
EVRRenderModelError LoadIntoTextureD3D11_Async (int textureId, IntPtr pDstTexture)
 
void FreeTextureD3D11 (IntPtr pD3D11Texture2D)
 
uint GetRenderModelName (uint unRenderModelIndex, System.Text.StringBuilder pchRenderModelName, uint unRenderModelNameLen)
 
uint GetRenderModelCount ()
 
uint GetComponentCount (string pchRenderModelName)
 
uint GetComponentName (string pchRenderModelName, uint unComponentIndex, System.Text.StringBuilder pchComponentName, uint unComponentNameLen)
 
ulong GetComponentButtonMask (string pchRenderModelName, string pchComponentName)
 
uint GetComponentRenderModelName (string pchRenderModelName, string pchComponentName, System.Text.StringBuilder pchComponentRenderModelName, uint unComponentRenderModelNameLen)
 
bool GetComponentState (string pchRenderModelName, string pchComponentName, ref VRControllerState_t pControllerState, ref RenderModel_ControllerMode_State_t pState, ref RenderModel_ComponentState_t pComponentState)
 
bool RenderModelHasComponent (string pchRenderModelName, string pchComponentName)
 
uint GetRenderModelThumbnailURL (string pchRenderModelName, System.Text.StringBuilder pchThumbnailURL, uint unThumbnailURLLen, ref EVRRenderModelError peError)
 
uint GetRenderModelOriginalPath (string pchRenderModelName, System.Text.StringBuilder pchOriginalPath, uint unOriginalPathLen, ref EVRRenderModelError peError)
 
string GetRenderModelErrorNameFromEnum (EVRRenderModelError error)
 

Detailed Description

Definition at line 2969 of file openvr_api.cs.


The documentation for this class was generated from the following file: