Skip to content

Commit 7d36381

Browse files
authored
Merge pull request #121388 from Rageking8/fix-destroy-typo
Fix destroy typo
2 parents 8c5f752 + 464739d commit 7d36381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/remote-rendering/concepts/graphics-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ StartupRemoteRendering(managerInit); // static function in namespace Microsoft::
4848

4949
```
5050
The call above must be called before any other Remote Rendering APIs are accessed.
51-
Similarly, the corresponding de-init function `RemoteManagerStatic.ShutdownRemoteRendering();` should be called after all other Remote Rendering objects are already destoyed.
51+
Similarly, the corresponding de-init function `RemoteManagerStatic.ShutdownRemoteRendering();` should be called after all other Remote Rendering objects are already destroyed.
5252
For WMR `StartupRemoteRendering` also needs to be called before any holographic API is called. For OpenXR the same applies for any OpenXR related APIs.
5353
5454
## <span id="access">Accessing graphics binding

0 commit comments

Comments
 (0)