Browse Source

Fixed typo (#8063)

pull/7919/merge
DOTTEL Gaël 3 weeks ago
committed by GitHub
parent
commit
971d243a87
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/FAQ.md

2
docs/FAQ.md

@ -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…
Cancel
Save