14 lines
149 B
C#
14 lines
149 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VRTextureBounds_t
|
|
{
|
|
public float uMin;
|
|
|
|
public float vMin;
|
|
|
|
public float uMax;
|
|
|
|
public float vMax;
|
|
}
|
|
}
|