|
44 | 44 | AA000000000000000000FF01 /* SDL3.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA000000000000000000EE01 /* SDL3.xcframework */; }; |
45 | 45 | CCCB11DB70E4A962360A2119 /* CopyPass.c in Sources */ = {isa = PBXBuildFile; fileRef = C862954A9DD435C1FF7CD31D /* CopyPass.c */; }; |
46 | 46 | CEA0030000000000000000F1 /* Objectively.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEA0030000000000000000F0 /* Objectively.framework */; }; |
| 47 | + CECF83982FEF6A7200CB0CCA /* Mathlib.h in Headers */ = {isa = PBXBuildFile; fileRef = CECF83972FEF6A7200CB0CCA /* Mathlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
47 | 48 | DF73824CC25298378B451056 /* CopyPass.h in Headers */ = {isa = PBXBuildFile; fileRef = 59334BDAED542AB6DE565EDD /* CopyPass.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
48 | 49 | EE00100000000000000000B1 /* Hello.c in Sources */ = {isa = PBXBuildFile; fileRef = EE00010000000000000000B1 /* Hello.c */; }; |
49 | 50 | EE00110000000000000000B2 /* HelloCompute.c in Sources */ = {isa = PBXBuildFile; fileRef = EE00020000000000000000B2 /* HelloCompute.c */; }; |
|
117 | 118 | 9220C57BBAA3C951D8083799 /* RenderDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RenderDevice.h; sourceTree = "<group>"; }; |
118 | 119 | AA000000000000000000EE01 /* SDL3.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDL3.xcframework; path = Frameworks/SDL3.xcframework; sourceTree = "<group>"; }; |
119 | 120 | C16D60B0E94469E649953EC5 /* ObjectivelyGPU.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ObjectivelyGPU.h; sourceTree = "<group>"; }; |
120 | | - C510361664FA37CEC93731E8 /* Renderer.vert.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = Renderer.vert.hlsl; sourceTree = "<group>"; }; |
121 | 121 | C862954A9DD435C1FF7CD31D /* CopyPass.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyPass.c; sourceTree = "<group>"; }; |
122 | 122 | CEA0030000000000000000F0 /* Objectively.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Objectively.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 123 | + CECF83912FEF634300CB0CCA /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.make; }; |
| 124 | + CECF83942FEF65EB00CB0CCA /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; }; |
| 125 | + CECF83952FEF65FF00CB0CCA /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; }; |
| 126 | + CECF83962FEF65FF00CB0CCA /* ObjectivelyGPU.pc.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = ObjectivelyGPU.pc.in; sourceTree = "<group>"; }; |
| 127 | + CECF83972FEF6A7200CB0CCA /* Mathlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mathlib.h; sourceTree = "<group>"; }; |
123 | 128 | CEEAAFF72FED833A00FFEBE6 /* COPYING */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYING; sourceTree = "<group>"; }; |
124 | 129 | CEEAAFF82FED833A00FFEBE6 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; }; |
125 | 130 | CEEAAFFA2FED833A00FFEBE6 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
|
138 | 143 | EI00040000000000000000B4 /* ObjectivelyGPU-Hello-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ObjectivelyGPU-Hello-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
139 | 144 | EI00050000000000000000B5 /* ObjectivelyGPU.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ObjectivelyGPU.xcframework; path = Frameworks/ObjectivelyGPU.xcframework; sourceTree = "<group>"; }; |
140 | 145 | EI00060000000000000000B6 /* Objectively.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = Objectively.xcframework; path = Frameworks/Objectively.xcframework; sourceTree = "<group>"; }; |
141 | | - FDEE3DD81E43E5CFE68E9519 /* Renderer.frag.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = Renderer.frag.hlsl; sourceTree = "<group>"; }; |
142 | | - SC00600000000000000000A0 /* Hello.vert.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Hello.vert.hlsl"; sourceTree = "<group>"; }; |
143 | | - SC00700000000000000000A0 /* Hello.frag.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Hello.frag.hlsl"; sourceTree = "<group>"; }; |
144 | | - SC00800000000000000000A0 /* HelloCompute.comp.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = "HelloCompute.comp.hlsl"; sourceTree = "<group>"; }; |
145 | | - SC00900000000000000000A0 /* HelloCompute.vert.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = "HelloCompute.vert.hlsl"; sourceTree = "<group>"; }; |
146 | | - SC00A00000000000000000A0 /* HelloCompute.frag.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = "HelloCompute.frag.hlsl"; sourceTree = "<group>"; }; |
| 146 | + SC00600000000000000000A0 /* Hello.vert.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = Hello.vert.hlsl; sourceTree = "<group>"; }; |
| 147 | + SC00700000000000000000A0 /* Hello.frag.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = Hello.frag.hlsl; sourceTree = "<group>"; }; |
| 148 | + SC00800000000000000000A0 /* HelloCompute.comp.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloCompute.comp.hlsl; sourceTree = "<group>"; }; |
| 149 | + SC00900000000000000000A0 /* HelloCompute.vert.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloCompute.vert.hlsl; sourceTree = "<group>"; }; |
| 150 | + SC00A00000000000000000A0 /* HelloCompute.frag.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloCompute.frag.hlsl; sourceTree = "<group>"; }; |
147 | 151 | /* End PBXFileReference section */ |
148 | 152 |
|
149 | 153 | /* Begin PBXFrameworksBuildPhase section */ |
|
192 | 196 | 8C4FDD7B635240BD562EBB49 = { |
193 | 197 | isa = PBXGroup; |
194 | 198 | children = ( |
| 199 | + DOC00030000000000000001 /* Documentation */, |
195 | 200 | EE00200000000000000000B1 /* Examples */, |
196 | 201 | CE73E9F62FEEA53E0048BC24 /* Frameworks */, |
197 | 202 | B23D89B2D2DF3745A003AEB1 /* Products */, |
|
200 | 205 | CEEAAFF82FED833A00FFEBE6 /* Makefile.am */, |
201 | 206 | CEEAAFFA2FED833A00FFEBE6 /* README.md */, |
202 | 207 | CEEAAFFD2FED83E400FFEBE6 /* configure.ac */, |
203 | | - DOC00030000000000000001 /* Documentation */, |
204 | 208 | DOC00020000000000000001 /* Doxyfile */, |
205 | 209 | ); |
206 | 210 | sourceTree = "<group>"; |
207 | 211 | }; |
208 | | - DOC00030000000000000001 /* Documentation */ = { |
209 | | - isa = PBXGroup; |
210 | | - children = ( |
211 | | - DOC00010000000000000001 /* index.md */, |
212 | | - ); |
213 | | - path = Documentation; |
214 | | - sourceTree = "<group>"; |
215 | | - }; |
216 | 212 | 904A6003E847F129BD1EE63E /* Sources */ = { |
217 | 213 | isa = PBXGroup; |
218 | 214 | children = ( |
219 | 215 | AFF3775B279FC0FE4D348FBA /* ObjectivelyGPU */, |
220 | 216 | C16D60B0E94469E649953EC5 /* ObjectivelyGPU.h */, |
| 217 | + CECF83962FEF65FF00CB0CCA /* ObjectivelyGPU.pc.in */, |
| 218 | + CECF83952FEF65FF00CB0CCA /* Makefile.am */, |
221 | 219 | ); |
222 | 220 | path = Sources; |
223 | 221 | sourceTree = "<group>"; |
|
232 | 230 | 09B8DD26CDB7926D89445C91 /* ComputePass.h */, |
233 | 231 | C862954A9DD435C1FF7CD31D /* CopyPass.c */, |
234 | 232 | 59334BDAED542AB6DE565EDD /* CopyPass.h */, |
| 233 | + CECF83972FEF6A7200CB0CCA /* Mathlib.h */, |
235 | 234 | 77315F9BC357C97B885E883C /* RenderDevice.c */, |
236 | 235 | 9220C57BBAA3C951D8083799 /* RenderDevice.h */, |
237 | 236 | 669BE73362E651792735CB1C /* RenderPass.c */, |
238 | 237 | 206D63692B601BD90F377BF5 /* RenderPass.h */, |
239 | | - B0DCC202FC0DE3DD6AD6B538 /* Shaders */, |
240 | 238 | 38F069D0DBE26C7E00B5B5EE /* Types.h */, |
| 239 | + CECF83942FEF65EB00CB0CCA /* Makefile.am */, |
241 | 240 | ); |
242 | 241 | path = ObjectivelyGPU; |
243 | 242 | sourceTree = "<group>"; |
244 | 243 | }; |
245 | | - B0DCC202FC0DE3DD6AD6B538 /* Shaders */ = { |
246 | | - isa = PBXGroup; |
247 | | - children = ( |
248 | | - FDEE3DD81E43E5CFE68E9519 /* Renderer.frag.hlsl */, |
249 | | - C510361664FA37CEC93731E8 /* Renderer.vert.hlsl */, |
250 | | - ); |
251 | | - path = Shaders; |
252 | | - sourceTree = "<group>"; |
253 | | - }; |
254 | 244 | B23D89B2D2DF3745A003AEB1 /* Products */ = { |
255 | 245 | isa = PBXGroup; |
256 | 246 | children = ( |
|
273 | 263 | name = Frameworks; |
274 | 264 | sourceTree = "<group>"; |
275 | 265 | }; |
| 266 | + DOC00030000000000000001 /* Documentation */ = { |
| 267 | + isa = PBXGroup; |
| 268 | + children = ( |
| 269 | + DOC00010000000000000001 /* index.md */, |
| 270 | + ); |
| 271 | + path = Documentation; |
| 272 | + sourceTree = "<group>"; |
| 273 | + }; |
276 | 274 | EE00200000000000000000B1 /* Examples */ = { |
277 | 275 | isa = PBXGroup; |
278 | 276 | children = ( |
279 | | - SC00500000000000000000A0 /* Shaders */, |
280 | 277 | EI00E00000000000000000B1 /* Hello-iOS */, |
| 278 | + SC00500000000000000000A0 /* Shaders */, |
281 | 279 | EE00010000000000000000B1 /* Hello.c */, |
282 | 280 | EE00020000000000000000B2 /* HelloCompute.c */, |
283 | 281 | ); |
|
302 | 300 | SC00800000000000000000A0 /* HelloCompute.comp.hlsl */, |
303 | 301 | SC00900000000000000000A0 /* HelloCompute.vert.hlsl */, |
304 | 302 | SC00A00000000000000000A0 /* HelloCompute.frag.hlsl */, |
| 303 | + CECF83912FEF634300CB0CCA /* Makefile.am */, |
305 | 304 | ); |
306 | 305 | path = Shaders; |
307 | 306 | sourceTree = "<group>"; |
|
317 | 316 | 2A17F0E01E5CC25A431FFBAD /* CommandBuffer.h in Headers */, |
318 | 317 | 034285033FECAB2D6BD6AE5B /* ComputePass.h in Headers */, |
319 | 318 | DF73824CC25298378B451056 /* CopyPass.h in Headers */, |
| 319 | + CECF83982FEF6A7200CB0CCA /* Mathlib.h in Headers */, |
320 | 320 | A09AD953AC672E0DE9D1E26D /* ObjectivelyGPU.h in Headers */, |
321 | 321 | 59897FC7BCC194032E971A9B /* RenderDevice.h in Headers */, |
322 | 322 | 683F683E23149C267D613EA0 /* RenderPass.h in Headers */, |
|
477 | 477 | inputFileListPaths = ( |
478 | 478 | ); |
479 | 479 | inputPaths = ( |
480 | | - "$(SRCROOT)/Examples/Shaders/Hello.vert.hlsl", |
481 | | - "$(SRCROOT)/Examples/Shaders/Hello.frag.hlsl", |
482 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.comp.hlsl", |
483 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.vert.hlsl", |
484 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.frag.hlsl", |
| 480 | + "$(SRCROOT)/Examples/Shaders/Hello.vert.hlsl", |
| 481 | + "$(SRCROOT)/Examples/Shaders/Hello.frag.hlsl", |
| 482 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.comp.hlsl", |
| 483 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.vert.hlsl", |
| 484 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.frag.hlsl", |
485 | 485 | ); |
486 | 486 | name = "Compile Shaders"; |
487 | 487 | outputFileListPaths = ( |
488 | 488 | ); |
489 | 489 | outputPaths = ( |
490 | | - "$(SRCROOT)/Examples/Shaders/Hello.vert.msl", |
491 | | - "$(SRCROOT)/Examples/Shaders/Hello.vert.spv", |
492 | | - "$(SRCROOT)/Examples/Shaders/Hello.vert.dxil", |
493 | | - "$(SRCROOT)/Examples/Shaders/Hello.frag.msl", |
494 | | - "$(SRCROOT)/Examples/Shaders/Hello.frag.spv", |
495 | | - "$(SRCROOT)/Examples/Shaders/Hello.frag.dxil", |
496 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.comp.msl", |
497 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.comp.spv", |
498 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.comp.dxil", |
499 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.vert.msl", |
500 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.vert.spv", |
501 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.vert.dxil", |
502 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.frag.msl", |
503 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.frag.spv", |
504 | | - "$(SRCROOT)/Examples/Shaders/HelloCompute.frag.dxil", |
| 490 | + "$(SRCROOT)/Examples/Shaders/Hello.vert.msl", |
| 491 | + "$(SRCROOT)/Examples/Shaders/Hello.vert.spv", |
| 492 | + "$(SRCROOT)/Examples/Shaders/Hello.vert.dxil", |
| 493 | + "$(SRCROOT)/Examples/Shaders/Hello.frag.msl", |
| 494 | + "$(SRCROOT)/Examples/Shaders/Hello.frag.spv", |
| 495 | + "$(SRCROOT)/Examples/Shaders/Hello.frag.dxil", |
| 496 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.comp.msl", |
| 497 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.comp.spv", |
| 498 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.comp.dxil", |
| 499 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.vert.msl", |
| 500 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.vert.spv", |
| 501 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.vert.dxil", |
| 502 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.frag.msl", |
| 503 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.frag.spv", |
| 504 | + "$(SRCROOT)/Examples/Shaders/HelloCompute.frag.dxil", |
505 | 505 | ); |
506 | 506 | runOnlyForDeploymentPostprocessing = 0; |
507 | 507 | shellPath = /bin/sh; |
|
0 commit comments