summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-09-30 08:49:27 +0300
committerBoredGuy <osome3717@gmail.com>2025-09-30 08:49:27 +0300
commit5d97021d0ea00ccf2851452da8ab3cc465519c67 (patch)
tree1017939395c23f4d1afa2669677a2f1a7ceabf72 /include
parent3394a279b34c81d411abe010a2f45ca60370a1eb (diff)
Working on initialization
Diffstat (limited to 'include')
-rw-r--r--include/renderwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/renderwindow.h b/include/renderwindow.h
index 87d89b9..2d3ffbe 100644
--- a/include/renderwindow.h
+++ b/include/renderwindow.h
@@ -13,6 +13,8 @@ typedef struct {
WGPUDevice wgpuDevice;
WGPUSurfaceConfiguration configs;
WGPUQueue queue;
+
+ WGPUTexture screenTexture;
} RenderWindow;
RenderWindow InitRenderWindow(int width, int height, const char* title);