stubbed out shaders

This commit is contained in:
2026-07-07 07:46:27 -07:00
parent aa49a32ace
commit 1fce028eea
8 changed files with 47 additions and 172 deletions
+1
View File
@@ -12,6 +12,7 @@
namespace UwU {
class Surface {
// should probably be a child of buffer
public:
Surface(uint16_t width, uint16_t height, waymini_key_cb onKey) {
this->wm = waymini_create((uint32_t)width, (uint32_t)height, onKey, NULL);