mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git
synced 2024-11-21 19:50:05 +00:00
Minor fix in documentation
This commit is contained in:
parent
2898fadfb4
commit
5457bcdaee
@ -802,7 +802,7 @@ The object remembers size and some other information.
|
|||||||
To retrieve this information, use methods of this class.
|
To retrieve this information, use methods of this class.
|
||||||
|
|
||||||
The object also remembers `ID3D12Resource` and "owns" a reference to it,
|
The object also remembers `ID3D12Resource` and "owns" a reference to it,
|
||||||
so it calls `Release()` on the resource when destroyed.
|
so it calls `%Release()` on the resource when destroyed.
|
||||||
*/
|
*/
|
||||||
class Allocation
|
class Allocation
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user