From d5fd02d8eb387b477678ffbfb44303a38c105607 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 24 Apr 2025 12:25:33 -0700 Subject: Some draft ideas on simulation --- src/ogl.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/ogl.hpp (limited to 'src/ogl.hpp') diff --git a/src/ogl.hpp b/src/ogl.hpp new file mode 100644 index 0000000..126b21f --- /dev/null +++ b/src/ogl.hpp @@ -0,0 +1,10 @@ +#pragma once + +#include + +struct OglImage { + uint32_t glHandle; + OglImage(); + ~OglImage(); + void upload(const char* data, int w, int h); +}; -- cgit v1.2.3-70-g09d2