Edit

kc3-lang/SDL/include

Branch :

  • Show log

    Commit

  • Author : Cameron Gutman
    Date : 2021-11-03 19:51:18
    Hash : d8b53e82
    Message : direct3d11: fix SDK version requirement for non-CMake build The D3D11 renderer requires Direct3D 11.1 (d3d11_1.h), not Direct3D 11.0 (d3d11.h). In terms of SDKs, that's the Windows 8 SDK or later. We should probably rename HAVE_D3D11_H...