From ccc2759ad777c9b289d4ae4f48bb25890296e8ae Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 7 Sep 2023 22:43:29 -0400 Subject: window add and expose FindMemoryTypeIndex function --- src/window.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/window.hpp') 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 */ -- cgit v1.2.3