mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Examples; DirectX10/11: Added comments about removing dependency on d3dcompiler DLL (#638)
This commit is contained in:
parent
382253eccf
commit
8a0d3b9628
4 changed files with 12 additions and 2 deletions
|
|
@ -5,7 +5,6 @@
|
|||
#include "imgui_impl_dx10.h"
|
||||
#include <d3d10_1.h>
|
||||
#include <d3d10.h>
|
||||
#include <d3dcompiler.h>
|
||||
#define DIRECTINPUT_VERSION 0x0800
|
||||
#include <dinput.h>
|
||||
#include <tchar.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue