Notable Auto-Vk-Toolkit versions in date-wise decending order:
Date: 03.06.2023
Major changes:
- Gone is the overly huge precompiled header (PCH) configuration.
- A much smaller PCH project configuration is now used, mostly containing the externals.
- This should get rid of some bad compile/build experiences.
- Ported
static_meshlets
andskinned_meshlets
examples to using bothVK_EXT_mesh_shader
andVK_NV_mesh_shader
. - Added a new camera:
orbit_camera
- It is used in several example applications:
model_loader
,orca_loader
,static_meshlets
, andskinned_meshlets
.
- It is used in several example applications:
Date: 27.07.2022
First version number.
Renamed repository from Gears-Vk to Auto-Vk-Toolkit.
Major changes:
- Ported all examples to new synchronization and commands usage provided by Auto-Vk
- Added new example:
multiple_queues
- Added new example:
present_from_compute