|
11 | 11 | 043E2CA029212E8C0057BDD1 /* Light.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043E2C9F29212E8C0057BDD1 /* Light.swift */; };
|
12 | 12 | 04ED07DA29226E9C00DD55AB /* normal_shading.metal in Sources */ = {isa = PBXBuildFile; fileRef = 04ED07D929226E9C00DD55AB /* normal_shading.metal */; };
|
13 | 13 | 04ED07DE292284FD00DD55AB /* shadow_shading.metal in Sources */ = {isa = PBXBuildFile; fileRef = 04ED07DD292284FD00DD55AB /* shadow_shading.metal */; };
|
14 |
| - 3E0F7B0C2921F63B00C4A843 /* skybox.metal in Sources */ = {isa = PBXBuildFile; fileRef = 3E0F7B0B2921F63B00C4A843 /* skybox.metal */; }; |
| 14 | + 3E0F7B0C2921F63B00C4A843 /* skybox_shading.metal in Sources */ = {isa = PBXBuildFile; fileRef = 3E0F7B0B2921F63B00C4A843 /* skybox_shading.metal */; }; |
15 | 15 | 3E0F7B1429220F8C00C4A843 /* shadowmap.metal in Sources */ = {isa = PBXBuildFile; fileRef = 3E0F7B1329220F8C00C4A843 /* shadowmap.metal */; };
|
16 | 16 | 3E0F7B1C2922374400C4A843 /* pbr_shading.metal in Sources */ = {isa = PBXBuildFile; fileRef = 3E0F7B1B2922374400C4A843 /* pbr_shading.metal */; };
|
17 | 17 | 3E67EDC9291B2F7600ED60C8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E67EDC8291B2F7600ED60C8 /* AppDelegate.swift */; };
|
|
60 | 60 | 3E67EEC4291DF16D00ED60C8 /* RenderTargetBlendState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43D8C1E5621B240E0DF2CAC8 /* RenderTargetBlendState.swift */; };
|
61 | 61 | 3E67EEC5291DF16D00ED60C8 /* BlendState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43D8C050955DD1855EEBFE8E /* BlendState.swift */; };
|
62 | 62 | 3E67EEC6291DF54F00ED60C8 /* DepthState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43D8C518C7B03C3787F9676C /* DepthState.swift */; };
|
63 |
| - 3E67EED12921D9C800ED60C8 /* unlit.metal in Sources */ = {isa = PBXBuildFile; fileRef = 3E67EED02921D9C800ED60C8 /* unlit.metal */; }; |
| 63 | + 3E67EED12921D9C800ED60C8 /* unlit_shading.metal in Sources */ = {isa = PBXBuildFile; fileRef = 3E67EED02921D9C800ED60C8 /* unlit_shading.metal */; }; |
64 | 64 | 3E67EED42921DB4A00ED60C8 /* function_common.metal in Sources */ = {isa = PBXBuildFile; fileRef = 3E67EED32921DB4A00ED60C8 /* function_common.metal */; };
|
65 | 65 | 43D8C028EAA2732208634F87 /* EngineObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43D8C860A954154FCBE6973D /* EngineObject.swift */; };
|
66 | 66 | 43D8C14B77E8239FBF9BBE3B /* RenderState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43D8CC2F6FD53A7EB63662AF /* RenderState.swift */; };
|
|
202 | 202 | 04ED07DC292284A100DD55AB /* shadow_shading.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shadow_shading.h; sourceTree = "<group>"; };
|
203 | 203 | 04ED07DD292284FD00DD55AB /* shadow_shading.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = shadow_shading.metal; sourceTree = "<group>"; };
|
204 | 204 | 3E0F7B0A2921E3CE00C4A843 /* shader_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shader_common.h; sourceTree = "<group>"; };
|
205 |
| - 3E0F7B0B2921F63B00C4A843 /* skybox.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = skybox.metal; sourceTree = "<group>"; }; |
| 205 | + 3E0F7B0B2921F63B00C4A843 /* skybox_shading.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = skybox_shading.metal; sourceTree = "<group>"; }; |
206 | 206 | 3E0F7B1329220F8C00C4A843 /* shadowmap.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = shadowmap.metal; sourceTree = "<group>"; };
|
207 | 207 | 3E0F7B1B2922374400C4A843 /* pbr_shading.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = pbr_shading.metal; sourceTree = "<group>"; };
|
208 | 208 | 3E0F7B1D2922375800C4A843 /* pbr_shading.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pbr_shading.h; sourceTree = "<group>"; };
|
|
286 | 286 | 3E67EEAD291CEC9D00ED60C8 /* UpdateFlagManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateFlagManager.swift; sourceTree = "<group>"; };
|
287 | 287 | 3E67EEAF291CECA500ED60C8 /* UpdateFlag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateFlag.swift; sourceTree = "<group>"; };
|
288 | 288 | 3E67EEC7291F978900ED60C8 /* function_constant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = function_constant.h; sourceTree = "<group>"; };
|
289 |
| - 3E67EED02921D9C800ED60C8 /* unlit.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = unlit.metal; sourceTree = "<group>"; }; |
| 289 | + 3E67EED02921D9C800ED60C8 /* unlit_shading.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = unlit_shading.metal; sourceTree = "<group>"; }; |
290 | 290 | 3E67EED22921DB3F00ED60C8 /* function_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = function_common.h; sourceTree = "<group>"; };
|
291 | 291 | 3E67EED32921DB4A00ED60C8 /* function_common.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = function_common.metal; sourceTree = "<group>"; };
|
292 | 292 | 43D8C050955DD1855EEBFE8E /* BlendState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlendState.swift; sourceTree = "<group>"; };
|
|
536 | 536 | 3E67EED22921DB3F00ED60C8 /* function_common.h */,
|
537 | 537 | 3E67EED32921DB4A00ED60C8 /* function_common.metal */,
|
538 | 538 | 3E0F7B0A2921E3CE00C4A843 /* shader_common.h */,
|
539 |
| - 3E67EED02921D9C800ED60C8 /* unlit.metal */, |
540 |
| - 3E0F7B0B2921F63B00C4A843 /* skybox.metal */, |
| 539 | + 3E67EED02921D9C800ED60C8 /* unlit_shading.metal */, |
| 540 | + 3E0F7B0B2921F63B00C4A843 /* skybox_shading.metal */, |
541 | 541 | 04ED07DB29226EA800DD55AB /* normal_shading.h */,
|
542 | 542 | 04ED07D929226E9C00DD55AB /* normal_shading.metal */,
|
543 | 543 | 3E0F7B1D2922375800C4A843 /* pbr_shading.h */,
|
|
1079 | 1079 | 3E0F7B1429220F8C00C4A843 /* shadowmap.metal in Sources */,
|
1080 | 1080 | 04ED07DA29226E9C00DD55AB /* normal_shading.metal in Sources */,
|
1081 | 1081 | 04ED07DE292284FD00DD55AB /* shadow_shading.metal in Sources */,
|
1082 |
| - 3E67EED12921D9C800ED60C8 /* unlit.metal in Sources */, |
| 1082 | + 3E67EED12921D9C800ED60C8 /* unlit_shading.metal in Sources */, |
1083 | 1083 | 3E0F7B1C2922374400C4A843 /* pbr_shading.metal in Sources */,
|
1084 |
| - 3E0F7B0C2921F63B00C4A843 /* skybox.metal in Sources */, |
| 1084 | + 3E0F7B0C2921F63B00C4A843 /* skybox_shading.metal in Sources */, |
1085 | 1085 | );
|
1086 | 1086 | runOnlyForDeploymentPostprocessing = 0;
|
1087 | 1087 | };
|
|
0 commit comments