mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxvk] Fix struct <-> class warning
This commit is contained in:
parent
f3cb5e7bed
commit
22cf703d23
1 changed files with 1 additions and 1 deletions
|
@ -13,11 +13,11 @@
|
|||
namespace dxvk {
|
||||
|
||||
class DxvkMemoryAllocator;
|
||||
class DxvkMemoryChunk;
|
||||
class DxvkSparsePageTable;
|
||||
class DxvkSharedAllocationCache;
|
||||
class DxvkResourceAllocation;
|
||||
class DxvkPagedResource;
|
||||
struct DxvkMemoryChunk;
|
||||
|
||||
/**
|
||||
* \brief Memory stats
|
||||
|
|
Loading…
Add table
Reference in a new issue