Have the first geom shader working that will explode the box.
This commit is contained in:
parent
c4c808f3c5
commit
22c2b78fca
13 changed files with 153 additions and 20 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue