diff --git a/README.md b/README.md index 8fa17e5..e6ea343 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,4 @@ Repository to accompany the following blog posts: - [Shadows in Metal part 2](http://metalkit.org/2017/02/28/shadows-in-metal-part-2.html) - [Ambient Occlusion in Metal](http://metalkit.org/2017/03/22/ambient-occlusion-in-metal.html) - [Working with memory in Metal](http://metalkit.org/2017/04/30/working-with-memory-in-metal.html) +- [Working with memory in Metal part 2](http://metalkit.org/2017/05/26/working-with-memory-in-metal-part-2.html) diff --git a/memory/memory.playground/playground.xcworkspace/xcuserdata/marius.xcuserdatad/UserInterfaceState.xcuserstate b/memory/memory.playground/playground.xcworkspace/xcuserdata/marius.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 3683b4a..0000000 Binary files a/memory/memory.playground/playground.xcworkspace/xcuserdata/marius.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/memory/memory.playground/Contents.swift b/memory/memory_1.playground/Contents.swift similarity index 100% rename from memory/memory.playground/Contents.swift rename to memory/memory_1.playground/Contents.swift diff --git a/memory/memory.playground/Resources/memory.metal b/memory/memory_1.playground/Resources/memory.metal similarity index 100% rename from memory/memory.playground/Resources/memory.metal rename to memory/memory_1.playground/Resources/memory.metal diff --git a/memory/memory.playground/Resources/teapot.obj b/memory/memory_1.playground/Resources/teapot.obj similarity index 100% rename from memory/memory.playground/Resources/teapot.obj rename to memory/memory_1.playground/Resources/teapot.obj diff --git a/memory/memory.playground/contents.xcplayground b/memory/memory_1.playground/contents.xcplayground similarity index 100% rename from memory/memory.playground/contents.xcplayground rename to memory/memory_1.playground/contents.xcplayground diff --git a/memory/memory.playground/playground.xcworkspace/contents.xcworkspacedata b/memory/memory_1.playground/playground.xcworkspace/contents.xcworkspacedata similarity index 100% rename from memory/memory.playground/playground.xcworkspace/contents.xcworkspacedata rename to memory/memory_1.playground/playground.xcworkspace/contents.xcworkspacedata diff --git a/memory/memory_1.playground/playground.xcworkspace/xcuserdata/marius.xcuserdatad/UserInterfaceState.xcuserstate b/memory/memory_1.playground/playground.xcworkspace/xcuserdata/marius.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..b511763 Binary files /dev/null and b/memory/memory_1.playground/playground.xcworkspace/xcuserdata/marius.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/memory/memory.playground/playground.xcworkspace/xcuserdata/mhorga.xcuserdatad/UserInterfaceState.xcuserstate b/memory/memory_1.playground/playground.xcworkspace/xcuserdata/mhorga.xcuserdatad/UserInterfaceState.xcuserstate similarity index 100% rename from memory/memory.playground/playground.xcworkspace/xcuserdata/mhorga.xcuserdatad/UserInterfaceState.xcuserstate rename to memory/memory_1.playground/playground.xcworkspace/xcuserdata/mhorga.xcuserdatad/UserInterfaceState.xcuserstate diff --git a/memory/memory.playground/timeline.xctimeline b/memory/memory_1.playground/timeline.xctimeline similarity index 100% rename from memory/memory.playground/timeline.xctimeline rename to memory/memory_1.playground/timeline.xctimeline diff --git a/memory_part_2.playground/Contents.swift b/memory/memory_2.playground/Contents.swift similarity index 100% rename from memory_part_2.playground/Contents.swift rename to memory/memory_2.playground/Contents.swift diff --git a/memory_part_2.playground/contents.xcplayground b/memory/memory_2.playground/contents.xcplayground similarity index 100% rename from memory_part_2.playground/contents.xcplayground rename to memory/memory_2.playground/contents.xcplayground diff --git a/memory_part_2.playground/playground.xcworkspace/contents.xcworkspacedata b/memory/memory_2.playground/playground.xcworkspace/contents.xcworkspacedata similarity index 100% rename from memory_part_2.playground/playground.xcworkspace/contents.xcworkspacedata rename to memory/memory_2.playground/playground.xcworkspace/contents.xcworkspacedata diff --git a/memory/memory_2.playground/playground.xcworkspace/xcuserdata/marius.xcuserdatad/UserInterfaceState.xcuserstate b/memory/memory_2.playground/playground.xcworkspace/xcuserdata/marius.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..a2dbfc0 Binary files /dev/null and b/memory/memory_2.playground/playground.xcworkspace/xcuserdata/marius.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/memory_part_2.playground/playground.xcworkspace/xcuserdata/mhorga.xcuserdatad/UserInterfaceState.xcuserstate b/memory/memory_2.playground/playground.xcworkspace/xcuserdata/mhorga.xcuserdatad/UserInterfaceState.xcuserstate similarity index 100% rename from memory_part_2.playground/playground.xcworkspace/xcuserdata/mhorga.xcuserdatad/UserInterfaceState.xcuserstate rename to memory/memory_2.playground/playground.xcworkspace/xcuserdata/mhorga.xcuserdatad/UserInterfaceState.xcuserstate