Have the first geom shader working that will explode the box.

This commit is contained in:
Zed A. Shaw 2026-09-06 13:17:04 -04:00
parent c4c808f3c5
commit 22c2b78fca
13 changed files with 153 additions and 20 deletions

View file

@ -11,7 +11,7 @@ using namespace fuc2;
*/
namespace model_tests {
void test_load_textures() {
Shader shader{"shaders/14-vert.glsl", "shaders/14-frag.glsl"};
Shader shader({"shaders/14-vert.glsl", "shaders/14-frag.glsl", ""});
Model popcorn{"assets", "popcorn_model_a.glb"};
popcorn.draw(shader);