blasphemy
This commit is contained in:
parent
923213a650
commit
711d18e718
11 changed files with 74 additions and 35 deletions
11
src/Texture.cpp
Normal file
11
src/Texture.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include <lol/Texture.hpp>
|
||||
|
||||
#include <glad/glad.h>
|
||||
|
||||
namespace lol
|
||||
{
|
||||
Texture2D::Texture2D()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue