Unigine::Plugins::GPUMonitorPlugin Class
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to- Sim
SDK edition to use it.
You should upgrade to
Header: | #include <plugins/UnigineGPUMonitor.h> |
GPUMonitorPlugin Class
Members
int getUpdateRate ( int num ) #
Returns the number of updates per second for the selected monitor.Arguments
- int num - Ordinal number that denotes the monitor. The minimum value for this parameter is 0, and the maximum value for this parameter is one less than the value returned by getNumMonitors().
Return value
Number of updates per second for the selected monitor.void setUpdateRate ( int rate ) #
Sets the number of updates per second.Arguments
- int rate - Number of updates per second
int getNumMonitors ( ) #
Returns the number of monitors.Return value
Number of monitors.GPUMonitorInterface * getMonitor ( int num ) #
Returns the interface of the selected GPUMonitor.Arguments
- int num - Ordinal number that denotes the monitor. The minimum value for this parameter is 0, and the maximum value for this parameter is one less than the value returned by getNumMonitors().
Return value
Interface of the selected GPUMonitorLast update:
2020-04-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)