Skip to content

Commit 39758ca

Browse files
feat: move additional staging helpers to stage extension
1 parent 8933ea0 commit 39758ca

11 files changed

Lines changed: 621 additions & 653 deletions

docs/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Below is the change log for typical users. Minor and older changes stripped
66
away, please see git history for details.
77

8+
- v0.10.1 (XXXX-XX-XX)
89
- v0.10.0 (2026-06-16)(graphics v2.0.0) -major version update requires Metal 4.0 & Vulkan 1.4 support
910
-moved from renderpasses to dynamic rendering
1011
-removed explicit image layouts

docs/version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.10.0
1+
v0.10.1 WIP
22

33
-----------------------------------------------------------------------------
44
Versioning
@@ -105,7 +105,7 @@ the API is complete. It just means we won't break what currently exists.
105105
* Material v0.1.0 (pl_material_ext.h)
106106
* Terrain v0.1.0 (pl_terrain_ext.h)
107107
* Free List v0.1.0 (pl_freelist_ext.h)
108-
* Image Ops v0.1.0 (pl_image_ops_ext.h)
108+
* Image Ops v0.2.0 (pl_image_ops_ext.h)
109109
* Stage v0.2.0 (pl_stage_ext.h)
110110
* Renderer v0.3.0 (pl_renderer_ext.h)
111111
* Renderer Terrain v0.1.0 (pl_renderer_ext.h)

extensions/pl_graphics_ext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ typedef enum VkFormat VkFormat;
302302
#endif
303303

304304
//-----------------------------------------------------------------------------
305-
// [SECTION] declared structs (for C++)
305+
// [SECTION] pre-declared structs (for C++)
306306
//-----------------------------------------------------------------------------
307307

308308
typedef struct _plDynamicDataBlock

0 commit comments

Comments
 (0)