Commit Graph

46 Commits

Author SHA1 Message Date
Georg Hagen
33c8b74342 Use RenderResource for uniform buffers 2024-08-21 10:17:45 +02:00
Georg Hagen
25a0978a57 Add render resouce 2024-08-20 23:44:17 +02:00
Georg Hagen
2ed7f7689e Add samplerconfig 2024-07-28 17:42:05 +02:00
Georg Hagen
6a1a76f4d1 Merge pull request 'Geometry & GeometryFactory memory leaks' (#85) from geometry_mem_leaks into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/85
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-07-24 20:44:27 +02:00
ohyzha
abf1b72990 extend geometry API 2024-07-24 17:36:56 +03:00
Georg Hagen
5bb046c73d Merge pull request 'Enhancements & Fixes' (#78) from enhancements into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/78
2024-07-24 16:06:01 +02:00
ohyzha
fd9697aac6 fix 0 size vulkan index buffers 2024-07-23 12:57:19 +03:00
Georg Hagen
75aa36c024 Experimental shared memory texture handling 2024-07-23 01:21:27 +02:00
Georg Hagen
53410bb8db Allow shared memory uniform buffer creation 2024-07-22 21:08:08 +02:00
Georg Hagen
1e400a4030 Fix some warnings 2024-07-21 12:48:20 +02:00
Georg Hagen
515b3a6c73 Fix some issues with freeing resources 2024-07-12 19:14:37 +02:00
Georg Hagen
888e30193b Cleanup memory pool data on close 2024-07-11 16:56:26 +02:00
Georg Hagen
313b01db1b Fix issue with freeing resources 2024-07-11 13:22:01 +02:00
Georg Hagen
b1081bd26c Cleanup ResourceManager 2024-07-10 17:03:45 +02:00
Georg Hagen
ba7f0e6d62 Restructure some files regarding resource management 2024-07-10 16:11:36 +02:00
Georg Hagen
d9a22236b4 Move sampler creation from image to resource manager and cache created samplers 2024-07-09 12:31:52 +02:00
Georg Hagen
aabc24616d Add handling for camera intrinsics 2024-07-07 16:53:48 +02:00
Georg Hagen
2b05518c61 Add VulkanTextureDynamic 2024-07-07 00:24:51 +02:00
86e7681a8d Improve texture binding handling 2024-07-05 09:50:19 +02:00
3e73672538 Texture implementation basics 2024-07-04 17:00:46 +02:00
Georg Hagen
5b6fde2aaf Fix issue with freeing geometries 2024-07-03 15:54:05 +02:00
Georg Hagen
002206e9d6 Fix some shader issues 2024-07-03 15:43:15 +02:00
Georg Hagen
6962ce0bcf Some more TexturePreparations #11 2024-06-11 10:25:06 +02:00
Georg Hagen
9f05b3e3a2 Slight cleanup of VulkanDrawContext and binding the node 2024-06-05 21:26:46 +02:00
Georg Hagen
266b0321d9 Resize buffer if size does not match required size 2024-06-04 11:43:19 +02:00
Georg Hagen
dc503acb73 Fix descriptor buffer size discrapency 2024-06-04 11:31:09 +02:00
Georg Hagen
bc0e117d83 Fix memory alignment on Nvidia cards 2024-05-28 22:20:02 +02:00
Georg Hagen
7dd16c66b9 Fix multithreaded rendering 2024-05-28 22:18:33 +02:00
e0f24153d3 Change namespace name 2023-10-03 19:52:23 +02:00
1d8a7d7755 Free vulkan surface 2023-09-27 03:12:11 +02:00
5b5f18b9a8 Fix release of Vulkan resources 2023-09-23 17:52:11 +02:00
2b90b5d84e Cleanup code 2023-09-09 23:18:27 +02:00
446e11e3b8 Cleanup descriptor layout handling 2023-09-03 17:07:23 +02:00
be7a48dc09 Allow custom input descriptors 2023-09-01 14:59:11 +02:00
df4194be51 Update how camera data is communicated to shader 2023-08-31 21:16:11 +02:00
93c75763c7 [WIP] Refactor creation of descriptorsets 2023-08-30 23:11:11 +02:00
da1782c4a9 Cleanup shader handling 2023-08-05 21:01:11 +02:00
d340d91f52 [WIP] Texture support 2023-08-02 16:17:18 +02:00
5dd56847d8 Fix some issues with resource management 2021-02-20 20:29:11 +01:00
d9f233c10c Split Geometry definition and implementation and handle missing assimp at compile time 2021-02-05 18:37:56 +01:00
5afb752fca Free resources when VulkanGeometry is freed 2021-01-09 22:56:17 +01:00
412613c757 Improve resource handling 2021-01-08 22:11:00 +01:00
876f25784e Cleanup includes 2020-10-28 01:13:11 +01:00
78d24fbe41 Introduce Math.hpp and use typedef to make replacing glm with something else in the future simpler 2020-10-27 23:25:26 +01:00
ac09635fd7 Fix crash when deinitializing renderer 2020-10-22 22:53:11 +02:00
0790e40294 More code cleanup 2020-10-18 21:56:30 +02:00