mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[util] Add GetPrivateRefCount helper
This commit is contained in:
parent
9280818a57
commit
511ed27733
@ -67,6 +67,10 @@ namespace dxvk {
|
|||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ULONG GetPrivateRefCount() {
|
||||||
|
return m_refPrivate.load();
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user