Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Depth Stencil state view
  • Loading branch information
litherum authored and Litherum committed Aug 30, 2015
1 parent 51312d6 commit d513d8b
Show file tree
Hide file tree
Showing 7 changed files with 586 additions and 6 deletions.
16 changes: 12 additions & 4 deletions MetalEditor.xcodeproj/project.pbxproj
Expand Up @@ -112,7 +112,9 @@
C29C37661B92E66F00F85D61 /* DepthStencilState+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = C29C375F1B92E66F00F85D61 /* DepthStencilState+CoreDataProperties.swift */; settings = {ASSET_TAGS = (); }; };
C29C37671B92E66F00F85D61 /* DepthStencilState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C29C37601B92E66F00F85D61 /* DepthStencilState.swift */; settings = {ASSET_TAGS = (); }; };
C29C37681B92E66F00F85D61 /* DepthStencilState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C29C37601B92E66F00F85D61 /* DepthStencilState.swift */; settings = {ASSET_TAGS = (); }; };
C2A9391D1B707A7900449A95 /* RenderStateViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = C2A9391C1B707A7900449A95 /* RenderStateViewController.xib */; };
C29C376A1B93800F00F85D61 /* DepthStencilStateView.xib in Resources */ = {isa = PBXBuildFile; fileRef = C29C37691B93800F00F85D61 /* DepthStencilStateView.xib */; settings = {ASSET_TAGS = (); }; };
C29C376C1B93802F00F85D61 /* DepthStencilStateViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C29C376B1B93802F00F85D61 /* DepthStencilStateViewController.swift */; settings = {ASSET_TAGS = (); }; };
C2A9391D1B707A7900449A95 /* RenderStateView.xib in Resources */ = {isa = PBXBuildFile; fileRef = C2A9391C1B707A7900449A95 /* RenderStateView.xib */; };
C2BF78491B58BC8A004535BC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2BF78481B58BC8A004535BC /* AppDelegate.swift */; };
C2BF784B1B58BC8A004535BC /* Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2BF784A1B58BC8A004535BC /* Document.swift */; };
C2BF784E1B58BC8A004535BC /* Document.xib in Resources */ = {isa = PBXBuildFile; fileRef = C2BF784C1B58BC8A004535BC /* Document.xib */; };
Expand Down Expand Up @@ -228,7 +230,9 @@
C29C375E1B92E66F00F85D61 /* StencilState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StencilState.swift; sourceTree = "<group>"; };
C29C375F1B92E66F00F85D61 /* DepthStencilState+CoreDataProperties.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DepthStencilState+CoreDataProperties.swift"; sourceTree = "<group>"; };
C29C37601B92E66F00F85D61 /* DepthStencilState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DepthStencilState.swift; sourceTree = "<group>"; };
C2A9391C1B707A7900449A95 /* RenderStateViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RenderStateViewController.xib; sourceTree = "<group>"; };
C29C37691B93800F00F85D61 /* DepthStencilStateView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DepthStencilStateView.xib; sourceTree = "<group>"; };
C29C376B1B93802F00F85D61 /* DepthStencilStateViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DepthStencilStateViewController.swift; sourceTree = "<group>"; };
C2A9391C1B707A7900449A95 /* RenderStateView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RenderStateView.xib; sourceTree = "<group>"; };
C2BF78451B58BC8A004535BC /* MetalEditor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MetalEditor.app; sourceTree = BUILT_PRODUCTS_DIR; };
C2BF78481B58BC8A004535BC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C2BF784A1B58BC8A004535BC /* Document.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Document.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -377,7 +381,8 @@
C2FA35EC1B8C448E005B6D04 /* TODO */,
C2BF78481B58BC8A004535BC /* AppDelegate.swift */,
C2BF784C1B58BC8A004535BC /* Document.xib */,
C2A9391C1B707A7900449A95 /* RenderStateViewController.xib */,
C2A9391C1B707A7900449A95 /* RenderStateView.xib */,
C29C37691B93800F00F85D61 /* DepthStencilStateView.xib */,
C26B3C841B76B6C20073EACF /* InvocationSequence.xib */,
C26B3C881B76BD1F0073EACF /* Invocation.xib */,
C2EC39B91B786F8200FFD859 /* ComputeInvocationView.xib */,
Expand All @@ -393,6 +398,7 @@
C24CDC9D1B5A17BF00348941 /* MetalState.swift */,
C285B2521B5E1FAB00671A58 /* BuffersTableViewDelegate.swift */,
C26C8D901B8124710097180D /* TexturesTableViewDelegate.swift */,
C29C376B1B93802F00F85D61 /* DepthStencilStateViewController.swift */,
C2CA03131B6F186300BA6AA1 /* RenderStateUIController.swift */,
C2C1F3711B708F590092726F /* RenderStateViewController.swift */,
C23492BA1B75E62B00712575 /* VertexAttributesTableDelegate.swift */,
Expand Down Expand Up @@ -554,11 +560,12 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C2A9391D1B707A7900449A95 /* RenderStateViewController.xib in Resources */,
C2A9391D1B707A7900449A95 /* RenderStateView.xib in Resources */,
C26B3C851B76B6C20073EACF /* InvocationSequence.xib in Resources */,
C2EC39BA1B786F8200FFD859 /* ComputeInvocationView.xib in Resources */,
C2BF78531B58BC8A004535BC /* Assets.xcassets in Resources */,
C26B3C891B76BD1F0073EACF /* Invocation.xib in Resources */,
C29C376A1B93800F00F85D61 /* DepthStencilStateView.xib in Resources */,
C2BF784E1B58BC8A004535BC /* Document.xib in Resources */,
C2EC39BE1B79C21500FFD859 /* RenderInvocationView.xib in Resources */,
C2BF78561B58BC8A004535BC /* MainMenu.xib in Resources */,
Expand Down Expand Up @@ -653,6 +660,7 @@
C24CDCC21B5A18D200348941 /* BufferBinding.swift in Sources */,
C26C8D971B8126D30097180D /* Texture.swift in Sources */,
C24CDCB51B5A18D200348941 /* ComputePass+CoreDataProperties.swift in Sources */,
C29C376C1B93802F00F85D61 /* DepthStencilStateViewController.swift in Sources */,
C26C8D9D1B8131CE0097180D /* PixelFormatUtilities.swift in Sources */,
C285B2531B5E1FAB00671A58 /* BuffersTableViewDelegate.swift in Sources */,
C29C37671B92E66F00F85D61 /* DepthStencilState.swift in Sources */,
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion MetalEditor/Base.lproj/Document.xib
Expand Up @@ -978,7 +978,7 @@
<animations/>
</scroller>
<scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="uM7-MM-5EH">
<rect key="frame" x="353" y="1" width="16" height="538"/>
<rect key="frame" x="354" y="1" width="15" height="538"/>
<autoresizingMask key="autoresizingMask"/>
<animations/>
</scroller>
Expand Down

0 comments on commit d513d8b

Please sign in to comment.