summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-09-20 15:10:30 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-09-20 15:10:30 -0400
commit37dd0adf200d21924d69fd3ee7f084916087ac1c (patch)
tree323e14eda2d757d65355ef3139abd399869b99d4 /src/window.hpp
parent3a5ac5ce7a039a07f775aab6e37a423ddf9294ed (diff)
present fragment shader references sampler
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index a307671..1ca4dc8 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -51,6 +51,7 @@ struct UniformBufferObject {
glm::mat4 view;
glm::mat4 proj;
};
+extern UniformBufferObject UBO;
void CreateWindow(PKEWindowProperties *wp);
void DestroyWindow();