mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
GPU boost / temp limits control
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user