Fixed typo (#8063)
Some checks are pending
build / Windows (push) Waiting to run
build / Linux (push) Waiting to run
build / MacOS (push) Waiting to run
build / iOS (push) Waiting to run
build / Emscripten (push) Waiting to run
build / Android (push) Waiting to run

This commit is contained in:
DOTTEL Gaël 2024-10-15 11:35:34 +02:00 committed by GitHub
parent 49a9eee33f
commit 971d243a87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -405,7 +405,7 @@ DirectX9:
```
```cpp
DirectX11:
- ImTextureID should contain a 'ID3D11ShaderResourceView*' (poiter)
- ImTextureID should contain a 'ID3D11ShaderResourceView*' (pointer)
- See ImGui_ImplDX11_RenderDrawData() function in imgui_impl_dx11.cpp
```
```cpp