mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-21 21:57:39 +01:00
[d3d11] Store context state ID buffers as private refs
This commit is contained in:
parent
ca38cebe0b
commit
b40935a48d
@ -232,8 +232,8 @@ namespace dxvk {
|
||||
* argument and draw count buffer.
|
||||
*/
|
||||
struct D3D11ContextStateID {
|
||||
Com<D3D11Buffer> argBuffer = nullptr;
|
||||
Com<D3D11Buffer> cntBuffer = nullptr;
|
||||
Com<D3D11Buffer, false> argBuffer = nullptr;
|
||||
Com<D3D11Buffer, false> cntBuffer = nullptr;
|
||||
|
||||
void reset() {
|
||||
argBuffer = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user