|
57 | 57 | CECF83982FEF6A7200CB0CCA /* Mathlib.h in Headers */ = {isa = PBXBuildFile; fileRef = CECF83972FEF6A7200CB0CCA /* Mathlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
58 | 58 | 496C55EEAC4C86E3B7C6550E /* QueryPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 989E64805790578A941CB5B9 /* QueryPool.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
59 | 59 | 45AD38AB8109398E51564CFD /* QueryPool.c in Sources */ = {isa = PBXBuildFile; fileRef = 872CC6C6CBA08F1A36626F57 /* QueryPool.c */; }; |
| 60 | + 3402D3208D6A4CF886402DD3 /* Fence.h in Headers */ = {isa = PBXBuildFile; fileRef = B89C52ADCD12486D934D4F78 /* Fence.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 61 | + E7138396FE1A4AF0B311EBD6 /* Fence.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F7C26CE48FB43D393B963EA /* Fence.c */; }; |
| 62 | + 8D678937240347D29F529D34 /* TransferBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = F20F19F296684FA89413FFC0 /* TransferBuffer.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 63 | + 17034614E26D4BBCA2806D4B /* TransferBuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = DCDE588CEB8C4ED0A63C96C7 /* TransferBuffer.c */; }; |
60 | 64 | CECF83B62FEF765400CB0CCA /* Hello.frag.metal in CopyFiles */ = {isa = PBXBuildFile; fileRef = CECF83A52FEF712F00CB0CCA /* Hello.frag.metal */; }; |
61 | 65 | CECF83B72FEF765400CB0CCA /* Hello.frag.spv in CopyFiles */ = {isa = PBXBuildFile; fileRef = CECF83A62FEF712F00CB0CCA /* Hello.frag.spv */; }; |
62 | 66 | CECF83B92FEF765400CB0CCA /* Hello.vert.metal in CopyFiles */ = {isa = PBXBuildFile; fileRef = CECF83A82FEF712F00CB0CCA /* Hello.vert.metal */; }; |
|
186 | 190 | CECF83972FEF6A7200CB0CCA /* Mathlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mathlib.h; sourceTree = "<group>"; }; |
187 | 191 | 989E64805790578A941CB5B9 /* QueryPool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QueryPool.h; sourceTree = "<group>"; }; |
188 | 192 | 872CC6C6CBA08F1A36626F57 /* QueryPool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = QueryPool.c; sourceTree = "<group>"; }; |
| 193 | + B89C52ADCD12486D934D4F78 /* Fence.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Fence.h; sourceTree = "<group>"; }; |
| 194 | + 0F7C26CE48FB43D393B963EA /* Fence.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Fence.c; sourceTree = "<group>"; }; |
| 195 | + F20F19F296684FA89413FFC0 /* TransferBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TransferBuffer.h; sourceTree = "<group>"; }; |
| 196 | + DCDE588CEB8C4ED0A63C96C7 /* TransferBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TransferBuffer.c; sourceTree = "<group>"; }; |
189 | 197 | CECF83A32FEF6F5B00CB0CCA /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; }; |
190 | 198 | CECF83A42FEF712F00CB0CCA /* Hello.frag.glsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = Hello.frag.glsl; sourceTree = "<group>"; }; |
191 | 199 | CECF83A52FEF712F00CB0CCA /* Hello.frag.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = Hello.frag.metal; sourceTree = "<group>"; }; |
|
305 | 313 | 338EC7DCAE74C1B8C397D189 /* Config.h */, |
306 | 314 | 59334BDAED542AB6DE565EDD /* CopyPass.h */, |
307 | 315 | C862954A9DD435C1FF7CD31D /* CopyPass.c */, |
| 316 | + B89C52ADCD12486D934D4F78 /* Fence.h */, |
| 317 | + 0F7C26CE48FB43D393B963EA /* Fence.c */, |
308 | 318 | CECF83C52FF03A3500CB0CCA /* Framebuffer.h */, |
309 | 319 | CECF83C62FF03A3500CB0CCA /* Framebuffer.c */, |
310 | 320 | CEBA3F652FF3211F00758CA6 /* GraphicsPipeline.h */, |
|
322 | 332 | CEBA3F6A2FF3211F00758CA6 /* Shader.c */, |
323 | 333 | CEBA3F5E2FF30F1E00758CA6 /* Texture.h */, |
324 | 334 | CEBA3F5F2FF30F1E00758CA6 /* Texture.c */, |
| 335 | + F20F19F296684FA89413FFC0 /* TransferBuffer.h */, |
| 336 | + DCDE588CEB8C4ED0A63C96C7 /* TransferBuffer.c */, |
325 | 337 | 38F069D0DBE26C7E00B5B5EE /* Types.h */, |
326 | 338 | CECF83942FEF65EB00CB0CCA /* Makefile.am */, |
327 | 339 | ); |
|
400 | 412 | CEBA3F6D2FF3211F00758CA6 /* ComputePipeline.h in Headers */, |
401 | 413 | 6F351DFD232DA78A42D8B494 /* Config.h in Headers */, |
402 | 414 | DF73824CC25298378B451056 /* CopyPass.h in Headers */, |
| 415 | + 3402D3208D6A4CF886402DD3 /* Fence.h in Headers */, |
403 | 416 | CECF83C72FF03A3500CB0CCA /* Framebuffer.h in Headers */, |
404 | 417 | CEBA3F6B2FF3211F00758CA6 /* GraphicsPipeline.h in Headers */, |
405 | 418 | CECF83982FEF6A7200CB0CCA /* Mathlib.h in Headers */, |
|
410 | 423 | CEBA3F6C2FF3211F00758CA6 /* Sampler.h in Headers */, |
411 | 424 | CEBA3F6E2FF3211F00758CA6 /* Shader.h in Headers */, |
412 | 425 | CEBA3F602FF30F1E00758CA6 /* Texture.h in Headers */, |
| 426 | + 8D678937240347D29F529D34 /* TransferBuffer.h in Headers */, |
413 | 427 | 90C29A39257729BE8D4FDDF8 /* Types.h in Headers */, |
414 | 428 | ); |
415 | 429 | runOnlyForDeploymentPostprocessing = 0; |
|
584 | 598 | F73340493879CD8034F99D51 /* ComputePass.c in Sources */, |
585 | 599 | CEBA3F752FF330A700758CA6 /* ComputePipeline.c in Sources */, |
586 | 600 | CCCB11DB70E4A962360A2119 /* CopyPass.c in Sources */, |
| 601 | + E7138396FE1A4AF0B311EBD6 /* Fence.c in Sources */, |
587 | 602 | CECF83C82FF03A3500CB0CCA /* Framebuffer.c in Sources */, |
588 | 603 | CEBA3F702FF3211F00758CA6 /* GraphicsPipeline.c in Sources */, |
589 | 604 | 45AD38AB8109398E51564CFD /* QueryPool.c in Sources */, |
|
592 | 607 | 86E5132F5DCCB6B674151343 /* RenderDevice.c in Sources */, |
593 | 608 | FF30FF2D56F9E4EA3C492CBB /* RenderPass.c in Sources */, |
594 | 609 | CEBA3F612FF30F1E00758CA6 /* Texture.c in Sources */, |
| 610 | + 17034614E26D4BBCA2806D4B /* TransferBuffer.c in Sources */, |
595 | 611 | ); |
596 | 612 | runOnlyForDeploymentPostprocessing = 0; |
597 | 613 | }; |
|
0 commit comments