summaryrefslogtreecommitdiffstats
path: root/src/libs/dxvk-native-1.9.2a/src/util/util_luid.h
blob: 718040e3689c94ae4eeec0bd31a6d168b70da3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "./com/com_include.h"

namespace dxvk {

  /**
   * \brief Retrieves an adapter LUID
   * 
   * Note that this only works reliably within the
   * module that this function was compiled into.
   * \param [in] Adapter The adapter index
   * \returns LUID An LUID for that adapter
   */
  LUID GetAdapterLUID(UINT Adapter);

}