particle test

This commit is contained in:
biglyderv 2025-03-05 01:00:00 -05:00
parent 6be7f85b93
commit 659274b087
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
4 changed files with 54 additions and 21 deletions

View file

@ -13,7 +13,7 @@
uniform mat4 mvp_thing;
// all shaders have a main function
void main() {
void main() {
// gl_Position is a special variable a vertex shader
// is responsible for setting