Shader working.

This commit is contained in:
2025-02-25 11:20:05 -06:00
parent 1f83690334
commit 4ff3cf6c5c
15 changed files with 154 additions and 78 deletions

View File

@ -6,7 +6,10 @@
*/
#include "overworld/overworld.h"
#include "display/quad.h"
#include "display/shader/entityshader/entityshader.h"
void overworldRender() {
entityShaderUse();
quadRender(1);
}