MSI Afterburner - MSI Graphics Card Performance Booster
Flag specifying the capabilities of the GPU.

Namespace: MSI.Afterburner
Assembly: MSIAfterburner.NET (in MSIAfterburner.NET.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
[FlagsAttribute]
public enum MACM_SHARED_MEMORY_GPU_ENTRY_FLAG
Visual Basic
<FlagsAttribute> _
Public Enumeration MACM_SHARED_MEMORY_GPU_ENTRY_FLAG
Visual C++
[FlagsAttribute]
public enum class MACM_SHARED_MEMORY_GPU_ENTRY_FLAG

Members

Member nameValueDescription
None0 GPU does not contain any flags.
CORE_CLOCK1 Core clock speed reading and/or writing supported for this GPU.
SHADER_CLOCK2 Shader clock speed reading and/or writing supported for this GPU.
MEMORY_CLOCK4 Memory clock speed reading and/or writing supported for this GPU.
FAN_SPEED8 Reading and/or writing fan speed is supported for this GPU.
CORE_VOLTAGE16 Core voltage reading and/or writing supported for this GPU.
MEMORY_VOLTAGE32 Memory voltage reading and/or writing supported for this GPU.
AUX_VOLTAGE64 Auxiliary voltage reading and/or writing supported for this GPU.
CORE_VOLTAGE_BOOST128 Core voltage boost reading and/or writing supported for this GPU.
MEMORY_VOLTAGE_BOOST256 Memory voltage boost reading and/or writing supported for this GPU.
AUX_VOLTAGE_BOOST512 Auxiliary voltage boost reading and/or writing supported for this GPU.
POWER_LIMIT1024 Power limit reading and/or writing supported for this GPU.
CORE_CLOCK_BOOST2048 Core clock boost reading and/or writing supported for this GPU.
MEMORY_CLOCK_BOOST4096 Memory clock boost reading and/or writing supported for this GPU.
SYNCHRONIZED_WITH_MASTER2147483648 Specifies if this GPU can be synchronized with the master GPU.

See Also