DOWNLOADS |
Full changelog |
Reference Guide
I just uploaded GeeXLab 0.24.1.0 for Windows and Linux platforms. This new version fixes several bugs in the Vulkan plugin including one rather annoying: the Vulkan plugin was not loaded for a Vulkan demo
I added some missing functions to the
gh_sqlite3 library like db_get_column_name().
And did you notice the new
newsletter section on GeeXLab website ?
The changelog:
Version 0.24.1.0 - 2018.05.11
-----------------------------
+ added vk_get_feature_state(), vk_gpu_get_limit_ui32(), vk_gpu_get_limit_f32(),
vk_gpu_get_limit_4ui32() and vk_gpu_get_limit_4f32() to gh_renderer lib (lua, python).
* Vulkan plugin: fixed swapchain resizing + other minor bugs.
* [WINDOWS / LINUX] bugfix: the Vulkan plugin was not loaded for a Vulkan demo.
+ added get_face_normal() to gh_mesh lib (lua, python).
+ SQLite3 plugin: added db_open_v2(), db_enable_extended_result_codes(), db_get_extended_errcode(),
db_get_errcode(), db_get_last_insert_rowid(), db_get_column_name()
and db_column_get_text() to gh_sqlite3 lib (lua, python).