mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-18 22:54:15 +01:00
[dxbc] Fix __GL_NextGenCompiler check...
This commit is contained in:
parent
3ff437ddbe
commit
f3544cc8e1
@ -11,7 +11,7 @@ namespace dxvk {
|
||||
|
||||
if (vendor == DxvkGpuVendor::Nvidia
|
||||
&& (devProps.driverVersion < VK_MAKE_VERSION(396, 18, 0)
|
||||
|| getEnvVar(L"__GL_NextGenCompiler") != "0")) {
|
||||
|| getEnvVar(L"__GL_NextGenCompiler") == "0")) {
|
||||
// Older versions of the driver expect the
|
||||
// coordinate vector to have an extra component
|
||||
this->addExtraDrefCoordComponent = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user