mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 01:24:11 +01:00
[dxvk] Fix struct <-> class warning
This commit is contained in:
parent
f3cb5e7bed
commit
22cf703d23
@ -13,11 +13,11 @@
|
||||
namespace dxvk {
|
||||
|
||||
class DxvkMemoryAllocator;
|
||||
class DxvkMemoryChunk;
|
||||
class DxvkSparsePageTable;
|
||||
class DxvkSharedAllocationCache;
|
||||
class DxvkResourceAllocation;
|
||||
class DxvkPagedResource;
|
||||
struct DxvkMemoryChunk;
|
||||
|
||||
/**
|
||||
* \brief Memory stats
|
||||
|
Loading…
Reference in New Issue
Block a user