Metal: Fix possible uniform lookup issue. #105239

Merged
Clément Foucault merged 2 commits from Jason-Fielder/blender:FixMetalUniformlookup into blender-v3.5-release 2023-02-27 12:33:39 +01:00

2 Commits

Author SHA1 Message Date
Clément Foucault 52ff947488 Merge branch 'blender-v3.5-release' into FixMetalUniformlookup 2023-02-27 12:14:43 +01:00
Michael Parkin-White d2f5dac2bf Metal: Fix possible uniform lookup issue.
Similar to recent issues with gl_shader_interface,
ShaderInput lists need to be sorted to ensure correct
and efficient uniform lookup by name.

Authored by Apple: Michael Parkin-White

Ref #96261
2023-02-27 10:49:24 +00:00