Files
LumonMDR/libs/Image/Image.h
andrewchilicki 71bd81f2b9 Init
2025-02-08 15:12:24 -05:00

8 lines
95 B
C

#pragma once
#include <GL/glew.h>
struct Image
{
GLuint texture;
int width, height;
};