mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 05:25:08 +00:00
Fixed typo (#8063)
This commit is contained in:
parent
49a9eee33f
commit
971d243a87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue