14 lines
158 B
C#
14 lines
158 B
C#
using System;
|
|
|
|
namespace Valve.VR
|
|
{
|
|
public struct Texture_t
|
|
{
|
|
public IntPtr handle;
|
|
|
|
public ETextureType eType;
|
|
|
|
public EColorSpace eColorSpace;
|
|
}
|
|
}
|