Esempio n. 1
0
	public override void SetGraphicsDevice(Compositor_DeviceType eType,IntPtr pDevice)
	{
		CheckIfUsable();
		VRNativeEntrypoints.VR_IVRCompositor_SetGraphicsDevice(m_pVRCompositor,eType,pDevice);
	}
internal static extern void SteamAPI_vr_IVRCompositor_SetGraphicsDevice(IntPtr instancePtr, Compositor_DeviceType eType, IntPtr pDevice);
Esempio n. 3
0
	public abstract void SetGraphicsDevice(Compositor_DeviceType eType,IntPtr pDevice);