You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In theory HLSL does support enums, so I'm thinking I could also just map the type directly and use it just like in C#, except that you'd access it as Foo::Bar in HLSL and not as Foo.Bar.
As we discussed on Discord :) I assume these would just map to
int
orlong
.The text was updated successfully, but these errors were encountered: