Simdify 24.8 — 3/3/2024

Release details are described below.

Simdify Platform

Fixed a bug in the <Program> property sheet. GLSL 100 is an OpenGL ES version, but it does not use the 'es' qualifier in the version declaration. For example: #version 310 es is correct. #version 100 es is not correct. GLSL 100 does not use a profile specifier.