version 2.5.0

This commit is contained in:
Sean Lu
2025-01-10 17:17:03 +08:00
parent ddc3c4c6d8
commit 2372c9429a
1086 changed files with 290974 additions and 77367 deletions

View File

@@ -1,9 +1,8 @@
// Copyright HTC Corporation All Rights Reserved.
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using VIVE.OpenXR.CompositionLayer;
using VIVE.OpenXR.CompositionLayer.Passthrough;
using VIVE.OpenXR.Passthrough;
namespace VIVE.OpenXR
{
@@ -36,8 +35,8 @@ namespace VIVE.OpenXR
{
return new XrFrameState();
}
}
public static class XR_HTC_passthrough
{
static XR_HTC_passthrough_defs m_Instance = null;