Skip to content

IADLXVariableGraphicsMemoryOption

Navigation: ADLX SDK ReferencesADLX InterfacesSystem

The IADLXVariableGraphicsMemoryOption interface provides the properties of a Variable Graphics Memory option.

InterfaceId:IADLXVariableGraphicsMemoryOption
Smart Pointer Interface Name:IADLXVariableGraphicsMemoryOptionPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
MemoryCarvedGets the size of the system RAM dedicated to vRAM of the Variable Graphics Memory option.
MemoryRemainingGets the remaining system RAM of the Variable Graphics Memory option.
ModeGets the mode of the Variable Graphics Memory option.
NameGets the name of the Variable Graphics Memory option.

Requirements

Headerinclude “ISystem3.h”
Minimum version1.5

Example

To see how to use this interface in a C++ application, refer to the GPUs C++ sample.

For a C application, refer to the GPUs C sample.

Subpages

  • MemoryCarved - Gets the size of the system RAM dedicated to vRAM of the Variable Graphics Memory option.
  • MemoryRemaining - Gets the remaining system RAM of the Variable Graphics Memory option.
  • Mode - Gets the mode of the Variable Graphics Memory option.
  • Name - Gets the name of the Variable Graphics Memory option.

API Reference

This page references: