Skip to content

Conversation

@yuanyanji
Copy link

@yuanyanji yuanyanji commented Jul 4, 2025

fix asr compilation error on macos & ios

remove vulkan dependency on mscos & ios builds.

fix ios metal shader compilation error

LogShaders: Error: Archiving failed: metallib failed with code 1:  LLVM ERROR: multiple symbols ('main0')!

avoid using "main" as shader entry function name.

fix metal pso compilation error

LogMetal: Error: Pixel shader has no outputs which is not permitted. No Discards, In-Out Mask: 0 Number UAVs: 0 Source Code: Hash: *, Name: Main_*_*

this is because unreal engine's shader cross compiler does not recognize fully uppercase SV_TARGET.
use SV_Target instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant