GPUOpen-LibrariesAndSDKs / LiquidVR

The LiquidVR™ SDK is a platform based on DirectX 11 designed to simplify and optimize VR development
MIT License
105 stars 34 forks source link

DXUT #3

Open manuelh opened 8 years ago

manuelh commented 8 years ago

Unless there are specific requirements to stick with the old version of DXUT that is included in this project, I would highly recommend bundling up the latest version of DXUT that is available from Github.

As the one that is included here is dated from before Apr 11, 2014.

The reason I mention this is because there are some nasty bugs in that old version of DXUT.

Take a look here at a few commits to get an idea:

https://github.com/manuelh/LiquidVR/commits/develop

tnarine-amd commented 8 years ago

We agree with the assessment of the DXUT issues and will consider an update in the next release. Thanks very much for the feedback.