diff options
Diffstat (limited to 'src/libs/dxvk-native-1.9.2a/src/util/util_luid.h')
-rw-r--r-- | src/libs/dxvk-native-1.9.2a/src/util/util_luid.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/libs/dxvk-native-1.9.2a/src/util/util_luid.h b/src/libs/dxvk-native-1.9.2a/src/util/util_luid.h new file mode 100644 index 00000000..718040e3 --- /dev/null +++ b/src/libs/dxvk-native-1.9.2a/src/util/util_luid.h @@ -0,0 +1,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); + +} |