3#include "resources/Texture.hpp"
4#include "resources/Mesh.hpp"
31 void resize(uint width, uint height);
Represents a group of shaders used for rendering.
Definition: Program.hpp:31
Represents a texture containing one or more images, stored on the CPU and/or GPU.
Definition: Texture.hpp:12