Thu, 27 Apr 2023 20:48:48 +0700 |
Sam |
fix: wrong layers activated
|
Wed, 26 Apr 2023 02:15:43 +0700 |
Sam |
add: upgrade all simple examples to new engine version
|
Tue, 25 Apr 2023 18:32:23 +0700 |
Sam |
add: window-resize check
|
Tue, 25 Apr 2023 18:23:57 +0700 |
Sam |
add: correct mesh buffer data updates to GPU
|
Sat, 22 Apr 2023 17:34:42 +0700 |
Sam |
add: some helper functions
|
Thu, 20 Apr 2023 23:45:36 +0700 |
Sam |
add: remove a few warning, improve a few things
|
Thu, 20 Apr 2023 21:59:52 +0700 |
Sam |
add: correct swapchain destruction, update 1st example to be working
|
Wed, 19 Apr 2023 01:45:16 +0700 |
Sam |
add: recreation of swapchain (at least on linux, windows will likely fail, needs testing
|
Tue, 18 Apr 2023 03:04:37 +0700 |
Sam |
add: input handling, small refactoring for renderer
|
Wed, 12 Apr 2023 01:20:53 +0700 |
Sam |
did: big refactoring
|
Sun, 26 Mar 2023 01:56:19 +0700 |
Sam |
add: render main loop structure
|
Fri, 24 Mar 2023 00:11:42 +0700 |
Sam |
add: descriptors, better swapchain implementation
|
Mon, 20 Mar 2023 23:48:46 +0700 |
Sam |
did: some refactoring
|
Tue, 14 Mar 2023 13:21:40 +0700 |
Sam |
add: vertex and (initial) shader types and methods
|
Mon, 06 Mar 2023 23:50:21 +0700 |
Sam |
add: more vulkan objects
|
Thu, 02 Mar 2023 23:16:45 +0700 |
Sam |
add: swapchain, images, fix some destroctors
|
Tue, 28 Feb 2023 23:51:07 +0700 |
Sam |
add: device, surface and refactoring
|
Tue, 28 Feb 2023 00:08:28 +0700 |
Sam |
add: more stuff for the vulkan API wrappers
|
Mon, 27 Feb 2023 00:04:57 +0700 |
Sam |
add: better vulkan wrappers
|
Sat, 25 Feb 2023 00:44:05 +0700 |
Sam |
did: a few fixes for new API
|
Fri, 24 Feb 2023 01:32:45 +0700 |
Sam |
fix: tons of errors in wrapper generator, can now compile, extension function not loaded yet it seems
|
Tue, 07 Feb 2023 12:20:04 +0700 |
Sam |
add: color functions + gamma correction
|
Sun, 05 Feb 2023 21:57:07 +0700 |
Sam |
did: some minor fixes, add optinal FPS limit
|
Sat, 04 Feb 2023 02:24:15 +0700 |
Sam |
fix: scene graph, input
|