Game/MMD
How to check window 10 create update
newpolaris
2017. 7. 10. 19:10
Define?
#if defined(NTDDI_WIN10_RS2) && (NTDDI_VERSION >= NTDDI_WIN10_RS2)
using ID3D11_DEVICE = ID3D11Device5;
using ID3D11_CONTEXT = ID3D11DeviceContext4;
#else
using ID3D11_DEVICE = ID3D11Device3;
using ID3D11_CONTEXT = ID3D11DeviceContext3;
#endif