Fix typos

This commit is contained in:
Wojtek Figat
2021-07-19 16:17:10 +02:00
parent 09c7642819
commit 5cbf091a7a
4 changed files with 10 additions and 10 deletions

View File

@@ -190,7 +190,7 @@ public:
/// Executes a command list.
/// </summary>
/// <param name="list">The command list to execute.</param>
/// <returns>The fence value after execution (can be sued to wait for it to sync parallel execution).</returns>
/// <returns>The fence value after execution (can be used to wait for it to sync parallel execution).</returns>
uint64 ExecuteCommandList(ID3D12CommandList* list);
/// <summary>