summaryrefslogtreecommitdiff
path: root/ddl/out/LambdaCube.IR.swift
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/out/LambdaCube.IR.swift')
-rw-r--r--ddl/out/LambdaCube.IR.swift5
1 files changed, 4 insertions, 1 deletions
diff --git a/ddl/out/LambdaCube.IR.swift b/ddl/out/LambdaCube.IR.swift
index e96d7d4..adf4a68 100644
--- a/ddl/out/LambdaCube.IR.swift
+++ b/ddl/out/LambdaCube.IR.swift
@@ -1,5 +1,5 @@
1// generated file, do not modify! 1// generated file, do not modify!
2// 2016-03-21T15:32:16.153401000000Z 2// 2016-03-27T21:14:11.531713000000Z
3 3
4typealias StreamName = Int 4typealias StreamName = Int
5 5
@@ -465,6 +465,7 @@ enum RenderTarget {
465enum Backend { 465enum Backend {
466 case WebGL1 466 case WebGL1
467 case OpenGL33 467 case OpenGL33
468 case DirectX11
468} 469}
469 470
470enum Pipeline { 471enum Pipeline {
@@ -1329,6 +1330,8 @@ extension Backend {
1329 return [ "tag" : "WebGL1"] 1330 return [ "tag" : "WebGL1"]
1330 case .OpenGL33: 1331 case .OpenGL33:
1331 return [ "tag" : "OpenGL33"] 1332 return [ "tag" : "OpenGL33"]
1333 case .DirectX11:
1334 return [ "tag" : "DirectX11"]
1332 } 1335 }
1333 } 1336 }
1334} 1337}