1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-21 13:54:18 +01:00

[dxvk] Document wonky DxvkAdapter ref count behaviour

This commit is contained in:
Philip Rebohle 2019-11-07 21:08:20 +01:00
parent a0dba6bbf9
commit ed8af3ccc4
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -50,6 +50,8 @@ namespace dxvk {
/** /**
* \brief Retrieves an adapter * \brief Retrieves an adapter
* *
* Note that the adapter does not hold
* a hard reference to the instance.
* \param [in] index Adapter index * \param [in] index Adapter index
* \returns The adapter, or \c nullptr. * \returns The adapter, or \c nullptr.
*/ */