90th / Batch-Obfuscator

Batch Obfuscator (.cmd / .bat files)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#include "D3DX11tex.h"

Vexccz opened this issue · comments

u include this file in pch.h, but there is no such things in Imgui folder

D3DX11tex.h doesn't belong to ImGui, it belongs to Directx11

should be located under
C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include
make sure you include this directory in the project settings.

which make sure you have
https://www.microsoft.com/en-us/download/details.aspx?id=8109
https://www.microsoft.com/en-ca/download/details.aspx?id=6812

D3Dx11tex is used to load images.