mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git
synced 2024-11-21 19:50:05 +00:00
Minor fix: removed HEAP_TYPE_COUNT constant from the public interface
This commit is contained in:
parent
f3af1d9a30
commit
8f02da698d
@ -775,11 +775,6 @@ struct ALLOCATOR_DESC
|
||||
IDXGIAdapter* pAdapter;
|
||||
};
|
||||
|
||||
/**
|
||||
\brief Number of D3D12 memory heap types supported.
|
||||
*/
|
||||
const UINT HEAP_TYPE_COUNT = 4;
|
||||
|
||||
/**
|
||||
\brief Represents main object of this library initialized for particular `ID3D12Device`.
|
||||
|
||||
|
@ -3330,6 +3330,7 @@ private:
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Private class AllocatorPimpl definition
|
||||
|
||||
static constexpr UINT HEAP_TYPE_COUNT = 4;
|
||||
static constexpr UINT STANDARD_HEAP_TYPE_COUNT = 3; // Only DEFAULT, UPLOAD, READBACK.
|
||||
static constexpr UINT DEFAULT_POOL_MAX_COUNT = 9;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user