shader-slang / slang

Making it easier to work with shaders
MIT License
2.06k stars 177 forks source link

Fix Texture2DMSArray #4485

Closed jkwak-work closed 3 months ago

jkwak-work commented 3 months ago

Close #4427

We had the postfix order wrong for the keyword MS. This commit changes the incorrect name Texture2DArrayMS to Texture2DMSArray.