|
62 | 62 | CECF83C22FEF765400CB0CCA /* HelloCompute.vert.hlsl in CopyFiles */ = {isa = PBXBuildFile; fileRef = CECF83B02FEF712F00CB0CCA /* HelloCompute.vert.hlsl */; }; |
63 | 63 | CECF83C32FEF765400CB0CCA /* HelloCompute.vert.msl in CopyFiles */ = {isa = PBXBuildFile; fileRef = CECF83B12FEF712F00CB0CCA /* HelloCompute.vert.msl */; }; |
64 | 64 | CECF83C42FEF765400CB0CCA /* HelloCompute.vert.spv in CopyFiles */ = {isa = PBXBuildFile; fileRef = CECF83B22FEF712F00CB0CCA /* HelloCompute.vert.spv */; }; |
| 65 | + CECF83C72FF03A3500CB0CCA /* Framebuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = CECF83C52FF03A3500CB0CCA /* Framebuffer.h */; }; |
| 66 | + CECF83C82FF03A3500CB0CCA /* Framebuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = CECF83C62FF03A3500CB0CCA /* Framebuffer.c */; }; |
65 | 67 | DF73824CC25298378B451056 /* CopyPass.h in Headers */ = {isa = PBXBuildFile; fileRef = 59334BDAED542AB6DE565EDD /* CopyPass.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
66 | 68 | EE00100000000000000000B1 /* Hello.c in Sources */ = {isa = PBXBuildFile; fileRef = EE00010000000000000000B1 /* Hello.c */; }; |
67 | 69 | EE00110000000000000000B2 /* HelloCompute.c in Sources */ = {isa = PBXBuildFile; fileRef = EE00020000000000000000B2 /* HelloCompute.c */; }; |
|
191 | 193 | CECF83B02FEF712F00CB0CCA /* HelloCompute.vert.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloCompute.vert.hlsl; sourceTree = "<group>"; }; |
192 | 194 | CECF83B12FEF712F00CB0CCA /* HelloCompute.vert.msl */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloCompute.vert.msl; sourceTree = "<group>"; }; |
193 | 195 | CECF83B22FEF712F00CB0CCA /* HelloCompute.vert.spv */ = {isa = PBXFileReference; lastKnownFileType = file; path = HelloCompute.vert.spv; sourceTree = "<group>"; }; |
| 196 | + CECF83C52FF03A3500CB0CCA /* Framebuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Framebuffer.h; sourceTree = "<group>"; }; |
| 197 | + CECF83C62FF03A3500CB0CCA /* Framebuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Framebuffer.c; sourceTree = "<group>"; }; |
194 | 198 | CEEAAFF72FED833A00FFEBE6 /* COPYING */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYING; sourceTree = "<group>"; }; |
195 | 199 | CEEAAFF82FED833A00FFEBE6 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; }; |
196 | 200 | CEEAAFFA2FED833A00FFEBE6 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
|
291 | 295 | 09B8DD26CDB7926D89445C91 /* ComputePass.h */, |
292 | 296 | C862954A9DD435C1FF7CD31D /* CopyPass.c */, |
293 | 297 | 59334BDAED542AB6DE565EDD /* CopyPass.h */, |
| 298 | + CECF83C62FF03A3500CB0CCA /* Framebuffer.c */, |
| 299 | + CECF83C52FF03A3500CB0CCA /* Framebuffer.h */, |
294 | 300 | CECF83972FEF6A7200CB0CCA /* Mathlib.h */, |
295 | 301 | 77315F9BC357C97B885E883C /* RenderDevice.c */, |
296 | 302 | 9220C57BBAA3C951D8083799 /* RenderDevice.h */, |
|
377 | 383 | files = ( |
378 | 384 | 6F351DFD232DA78A42D8B494 /* Config.h in Headers */, |
379 | 385 | 2A17F0E01E5CC25A431FFBAD /* CommandBuffer.h in Headers */, |
| 386 | + CECF83C72FF03A3500CB0CCA /* Framebuffer.h in Headers */, |
380 | 387 | 034285033FECAB2D6BD6AE5B /* ComputePass.h in Headers */, |
381 | 388 | DF73824CC25298378B451056 /* CopyPass.h in Headers */, |
382 | 389 | CECF83982FEF6A7200CB0CCA /* Mathlib.h in Headers */, |
|
582 | 589 | 36FBB92ACB08F2078D50C84D /* CommandBuffer.c in Sources */, |
583 | 590 | F73340493879CD8034F99D51 /* ComputePass.c in Sources */, |
584 | 591 | CCCB11DB70E4A962360A2119 /* CopyPass.c in Sources */, |
| 592 | + CECF83C82FF03A3500CB0CCA /* Framebuffer.c in Sources */, |
585 | 593 | 86E5132F5DCCB6B674151343 /* RenderDevice.c in Sources */, |
586 | 594 | FF30FF2D56F9E4EA3C492CBB /* RenderPass.c in Sources */, |
587 | 595 | ); |
|
0 commit comments