Added Texture class
This commit is contained in:
parent
1b2ed0cdf5
commit
e2e15dd98f
13 changed files with 8005 additions and 35 deletions
|
@ -1,12 +1,10 @@
|
|||
#ifndef OPENGLU_HPP
|
||||
#define OPENGLU_HPP
|
||||
|
||||
#include "core.hpp"
|
||||
#include <glad/glad.h>
|
||||
|
||||
#include "color.hpp"
|
||||
#include "object.hpp"
|
||||
#include "shader.hpp"
|
||||
#include <color.hpp>
|
||||
#include <object.hpp>
|
||||
#include <shader.hpp>
|
||||
#include <texture.hpp>
|
||||
|
||||
namespace oglu
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue