mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxvk] Forward declare DxvkMemoryChunk as struct
This commit is contained in:
parent
66d95373e9
commit
2d062c5cd6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
namespace dxvk {
|
||||
|
||||
class DxvkMemoryAllocator;
|
||||
class DxvkMemoryChunk;
|
||||
struct DxvkMemoryChunk;
|
||||
class DxvkSparsePageTable;
|
||||
class DxvkSharedAllocationCache;
|
||||
class DxvkResourceAllocation;
|
||||
|
|
Loading…
Add table
Reference in a new issue