Added glsl 100 and 120 shaders to lightmap example. (#3543)

* Added glsl 100 and 120 shaders to lightmap example.

* Fixed lightmap example resource loading on web.
This commit is contained in:
Jussi Viitala
2023-11-18 21:02:33 +02:00
committed by GitHub
parent f607cac267
commit 25c6c12150
6 changed files with 108 additions and 5 deletions

View File

@@ -170,4 +170,3 @@ int main(void)
return 0;
}