summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-09-07 22:43:29 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-09-07 22:43:29 -0400
commitccc2759ad777c9b289d4ae4f48bb25890296e8ae (patch)
tree9d0db6efca3df2ea7df2804bcd989bbb4d5d38d1 /src/window.hpp
parent8f4ccd91072415aa56ab609d1eeafe416b00e0a3 (diff)
window add and expose FindMemoryTypeIndex function
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 05a5ae9..423dd14 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -35,4 +35,6 @@ void DestroyWindow();
VkShaderModule UploadShader(AssetHandle handle);
void Render();
+unsigned int FindMemoryTypeIndex(uint32_t typeFilter, VkMemoryPropertyFlags memPropertyFlags);
+
#endif /* PKE_WINDOW_HPP */