GPU boost / temp limits control

This commit is contained in:
Serge
2023-05-06 19:12:50 +02:00
parent 6fe6492df3
commit e71c8e32ef
8 changed files with 223 additions and 55 deletions

View File

@@ -430,9 +430,9 @@ namespace NvAPIWrapper.Native.Delegates
public delegate Status NvAPI_GPU_GetPStates20(
[In] PhysicalGPUHandle physicalGpu,
[Accepts(
typeof(PerformanceStates20InfoV3),
typeof(PerformanceStates20InfoV1),
typeof(PerformanceStates20InfoV2),
typeof(PerformanceStates20InfoV1)
typeof(PerformanceStates20InfoV3)
)]
[In]
ValueTypeReference performanceStatesInfo);