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