mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
13 lines
360 B
C#
13 lines
360 B
C#
namespace NvAPIWrapper.Native.Display
|
|
{
|
|
/// <summary>
|
|
/// Holds a list of possible scan out composition configurable parameters
|
|
/// </summary>
|
|
public enum ScanOutCompositionParameter : uint
|
|
{
|
|
/// <summary>
|
|
/// Warping re-sampling method parameter
|
|
/// </summary>
|
|
WarpingReSamplingMethod = 0
|
|
}
|
|
} |