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, 1 insertions, 4 deletions
diff --git a/ddl/out/LambdaCube.IR.swift b/ddl/out/LambdaCube.IR.swift
index 8a9847c..bde39fd 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-11-10T16:02:37.496440000000Z 2// 2016-11-11T11:17:02.701527000000Z
3 3
4typealias StreamName = Int 4typealias StreamName = Int
5 5
@@ -465,7 +465,6 @@ enum RenderTarget {
465enum Backend { 465enum Backend {
466 case WebGL1 466 case WebGL1
467 case OpenGL33 467 case OpenGL33
468 case DirectX11
469} 468}
470 469
471enum Pipeline { 470enum Pipeline {
@@ -1330,8 +1329,6 @@ extension Backend {
1330 return [ "tag" : "WebGL1"] 1329 return [ "tag" : "WebGL1"]
1331 case .OpenGL33: 1330 case .OpenGL33:
1332 return [ "tag" : "OpenGL33"] 1331 return [ "tag" : "OpenGL33"]
1333 case .DirectX11:
1334 return [ "tag" : "DirectX11"]
1335 } 1332 }
1336 } 1333 }
1337} 1334}