mirror of
https://github.com/ocornut/imgui.git
synced 2026-06-04 22:28:15 +08:00
Fixed typo (#8063)
This commit is contained in:
+1
-1
@@ -405,7 +405,7 @@ DirectX9:
|
|||||||
```
|
```
|
||||||
```cpp
|
```cpp
|
||||||
DirectX11:
|
DirectX11:
|
||||||
- ImTextureID should contain a 'ID3D11ShaderResourceView*' (poiter)
|
- ImTextureID should contain a 'ID3D11ShaderResourceView*' (pointer)
|
||||||
- See ImGui_ImplDX11_RenderDrawData() function in imgui_impl_dx11.cpp
|
- See ImGui_ImplDX11_RenderDrawData() function in imgui_impl_dx11.cpp
|
||||||
```
|
```
|
||||||
```cpp
|
```cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user