mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 13:03:05 +01:00
This GUID changes depending on what version of the DirectX SDK you have. The GUID is defined in d3d11shader.h as a const global, not a preprocessor macro, so this #ifndef was clobbering it always. This caused DX11 shader compliation to fail when using the Windows 8.1 SDK.