فهرست منبع

Separate dx11 and dx12 cache file

clementlandrin 1 سال پیش
والد
کامیت
3f87c4bae0
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      hxsl/CacheFile.hx

+ 2 - 0
hxsl/CacheFile.hx

@@ -53,6 +53,8 @@ class CacheFile extends Cache {
 		return Sys.systemName().toLowerCase();
 		#elseif hlsdl
 		return "gl";
+		#elseif (hldx && dx12)
+		return "dx12";
 		#elseif hldx
 		return "dx";
 		#elseif hlnx