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

Typo #1

Closed LifeIsStrange closed 8 years ago

LifeIsStrange commented 8 years ago

In the README.md you say that liquid VR use direct 3D 11 but you mention Async Compute which is a direct 3D 12 feature.

Thanks for opensourcing :) you are altruists, I love you.

jstewart-amd commented 8 years ago

Are you referring to this line from README.md?

GCN hardware supports Async Compute, but it is not exposed in standard Direct3D 11. What the readme is saying is that, using LiquidVR, you can access this feature in Direct3D 11, something you cannot do without LiquidVR. It is not a typo.

Changing the subject, we are probably going to disable the issue system on this repo, at least temporarily, until we have people assigned to review and track the issues. But before we do that, I wanted to say thanks for the feedback.