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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 108 additions and 5 deletions

View file

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