瀏覽代碼

disable timeout flag (causes init error on some driver)

Nicolas Cannasse 5 年之前
父節點
當前提交
2c975f0296
共有 1 個文件被更改,包括 0 次插入3 次删除
  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;
 	}