aconstlink / motor

Software Framework for Audio/Visual/Interactive Real-Time Applications
MIT License
1 stars 0 forks source link

AMD shader compiler complains about __ in code #81

Closed aconstlink closed 2 months ago

aconstlink commented 3 months ago

msl generated code uses __ (two underscore) for internal/generated variables, which is not allowed by AMD compilers, so this needs to be replaced by some other prefix.

Maybe _msl_* might be an alternative.