diff options
Diffstat (limited to 'src/window.hpp')
| -rw-r--r-- | src/window.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp index 1df25b7..90793ed 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -96,6 +96,7 @@ extern ImplementedPKVK pkePipelines; void CreateWindow(PKEWindowProperties wp); void DestroyWindow(); VkShaderModule UploadShader(AssetHandle handle); +void window_tick_late(double delta); void Render(); unsigned int FindMemoryTypeIndex(uint32_t typeFilter, VkMemoryPropertyFlags memPropertyFlags); @@ -150,4 +151,7 @@ struct pkvk_texture_upload_data_out { }; void pkvk_texture_upload(pkvk_texture_upload_data *data, pkvk_texture_upload_data_out *out); +void pkvk_queue_vk_buffer_destroy(VkBuffer buffer); +void pkvk_queue_vk_memory_free(VkDeviceMemory memory); + #endif /* PKE_WINDOW_HPP */ |
