Open HyoJInNam opened 5 years ago
D3DCompileFromFile@ 36 외부 참조 LINK 2019, 2001 오류가 남.
https://stackoverflow.com/questions/21356780/d3dcompilefromfile-unresolved-external-when-linking
(Project properties->Configuration properties->Linker->General->) additional library directories set to: $(WindowsSDK_LibraryPath_x86)
https://docs.microsoft.com/en-us/windows/win32/direct3d11/d3dx11compilefromfile
msdn 에 따르면 D3DCompileFromFile 을 사용하라함.
include
pragma comment(lib, "d3dcompiler.lib")
추가