mirror of https://github.com/bkaradzic/bgfx
Removed dxguid from shaderc, use INITGUID instead.
This commit is contained in:
parent
f186c7eeaa
commit
29001134ca
|
@ -50,7 +50,7 @@ project "shaderc"
|
||||||
"Cocoa.framework",
|
"Cocoa.framework",
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration { "windows", "vs*" }
|
configuration { "vs*" }
|
||||||
includedirs {
|
includedirs {
|
||||||
path.join(GLSL_OPTIMIZER, "include/c99"),
|
path.join(GLSL_OPTIMIZER, "include/c99"),
|
||||||
}
|
}
|
||||||
|
@ -61,10 +61,9 @@ project "shaderc"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
configuration { "windows" }
|
configuration { "vs* or mingw*" }
|
||||||
links {
|
links {
|
||||||
"d3dcompiler",
|
"d3dcompiler",
|
||||||
"dxguid",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration {}
|
configuration {}
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
#if SHADERC_CONFIG_HLSL
|
#if SHADERC_CONFIG_HLSL
|
||||||
|
|
||||||
|
#define INITGUID
|
||||||
#include <d3dcompiler.h>
|
#include <d3dcompiler.h>
|
||||||
#include <d3d11shader.h>
|
#include <d3d11shader.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue