aconstlink / motor

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

msl const variables #63

Open aconstlink opened 3 months ago

aconstlink commented 3 months ago

It would be nice to have const variables in msl code which could be replaced during compilation.

Example:

const vec3_t my_value = vec3_t( 1.0f, 1.0f, 0.4f ) ;

This requires item #62 to work.