mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Experimental GPU overclock
This commit is contained in:
18
app/NvAPIWrapper/Native/Display/WarpingVerticeFormat.cs
Normal file
18
app/NvAPIWrapper/Native/Display/WarpingVerticeFormat.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace NvAPIWrapper.Native.Display
|
||||
{
|
||||
/// <summary>
|
||||
/// Holds a list of possible warping vertex formats
|
||||
/// </summary>
|
||||
public enum WarpingVerticeFormat : uint
|
||||
{
|
||||
/// <summary>
|
||||
/// XYUVRQ Triangle Strip vertex format
|
||||
/// </summary>
|
||||
TriangleStripXYUVRQ = 0,
|
||||
|
||||
/// <summary>
|
||||
/// XYUVRQ Triangles format
|
||||
/// </summary>
|
||||
TrianglesXYUVRQ = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user