mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git
synced 2024-11-22 04:00:05 +00:00
Minor fix in documentation
This commit is contained in:
parent
77768b0cd3
commit
3e2af61832
@ -664,8 +664,6 @@ Features deliberately excluded from the scope of this library:
|
|||||||
|
|
||||||
- Descriptor allocation. Although also called "heaps", objects that represent
|
- Descriptor allocation. Although also called "heaps", objects that represent
|
||||||
descriptors are separate part of the D3D12 API from buffers and textures.
|
descriptors are separate part of the D3D12 API from buffers and textures.
|
||||||
- Support for `D3D12_HEAP_TYPE_CUSTOM`. Only the default heap types are supported:
|
|
||||||
`UPLOAD`, `DEFAULT`, `READBACK`.
|
|
||||||
- Support for reserved (tiled) resources. We don't recommend using them.
|
- Support for reserved (tiled) resources. We don't recommend using them.
|
||||||
- Support for `ID3D12Device::Evict` and `MakeResident`. We don't recommend using them.
|
- Support for `ID3D12Device::Evict` and `MakeResident`. We don't recommend using them.
|
||||||
- Handling CPU memory allocation failures. When dynamically creating small C++
|
- Handling CPU memory allocation failures. When dynamically creating small C++
|
||||||
|
Loading…
Reference in New Issue
Block a user