mirror of
https://github.com/andrewchilicki/LumonMDR.git
synced 2025-07-01 18:17:27 -04:00
Init
This commit is contained in:
8
libs/Image/Image.h
Normal file
8
libs/Image/Image.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <GL/glew.h>
|
||||
|
||||
struct Image
|
||||
{
|
||||
GLuint texture;
|
||||
int width, height;
|
||||
};
|
Reference in New Issue
Block a user