Skip to content

vkd3d-shader/msl: Implement VKD3DSIH_RET.

Feifan He requested to merge Feifan/vkd3d:msl-ret into master

It is directly mapped to a return statement, because all the instructions are printed inside a void function that is invoked by the real entrypoint and could be inlined by metal compiler. So we only need to deal with epilogue in one place.

Edited by Feifan He

Merge request reports

Loading