#include "gfx.h" #include "rectangle.h" namespace gfx { void Rectangle::draw() { vaos::standard().use(); shaders.standard()->use(); } }