Răsfoiți Sursa

disable timeout flag (causes init error on some driver)

Nicolas Cannasse 5 ani în urmă
părinte
comite
2c975f0296
1 a modificat fișierele cu 0 adăugiri și 3 ștergeri
  1. 0 3
      h3d/impl/DirectXDriver.hx

+ 0 - 3
h3d/impl/DirectXDriver.hx

@@ -134,9 +134,6 @@ class DirectXDriver extends h3d.impl.Driver {
 		#if debug
 		#if debug
 		options |= DebugLayer;
 		options |= DebugLayer;
 		#end
 		#end
-		#if (hl_ver >= version("1.12.0"))
-		options |= DisableGpuTimeout;
-		#end
 		return options;
 		return options;
 	}
 	}