Browse Source

disable timeout flag (causes init error on some driver)

Nicolas Cannasse 5 years ago
parent
commit
2c975f0296
1 changed files with 0 additions and 3 deletions
  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
 		options |= DebugLayer;
 		#end
-		#if (hl_ver >= version("1.12.0"))
-		options |= DisableGpuTimeout;
-		#end
 		return options;
 	}