mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +01:00
[util] Add GetPrivateRefCount helper
This commit is contained in:
parent
9280818a57
commit
511ed27733
@ -67,6 +67,10 @@ namespace dxvk {
|
||||
delete this;
|
||||
}
|
||||
}
|
||||
|
||||
ULONG GetPrivateRefCount() {
|
||||
return m_refPrivate.load();
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user