Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/Valve/VR/Texture_t.cs
2026-02-21 16:45:37 +08:00

14 lines
158 B
C#

using System;
namespace Valve.VR
{
public struct Texture_t
{
public IntPtr handle;
public ETextureType eType;
public EColorSpace eColorSpace;
}
}