Skip to content

Commit 165dc60

Browse files
committed
Update to alpha.8
1 parent 0f913ee commit 165dc60

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,18 @@ will be generated in that file.
2020

2121
## Version
2222

23+
alpha.8
24+
25+
Alpha.8 adds a host preinitialization state for linear images, as well as a number of new access sets for extensions released since the last update.
26+
27+
## Version History
28+
2329
alpha.7
2430

2531
Alpha.7 incorporates a number of fixes from @gwihlidal, and fixes
2632
handling of pipeline stages in the presence of multiple access types or
2733
barriers in light of other recent changes.
2834

29-
## Version History
30-
3135
alpha.6
3236

3337
Alpha.6 fixes a typo (VK_ACCESS_TYPE_MEMORY_READ|WRITE_BIT should have been VK_ACCESS_MEMORY_READ|WRITE_BIT), and sets the pipeline stage src and dst flag bits to VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT and VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT during initialization, not 0 as per alpha.5

thsvs_simpler_vulkan_synchronization.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,19 @@ USAGE
4040
4141
VERSION
4242
43+
alpha.8
44+
45+
Alpha.8 adds a host preinitialization state for linear images, as well as a number of new access sets for extensions released since the last update.
46+
47+
48+
VERSION HISTORY
49+
4350
alpha.7
4451
4552
Alpha.7 incorporates a number of fixes from @gwihlidal, and fixes
4653
handling of pipeline stages in the presence of multiple access types or
4754
barriers in light of other recent changes.
4855
49-
VERSION HISTORY
50-
5156
alpha.6
5257
5358
Alpha.6 fixes a typo (VK_ACCESS_TYPE_MEMORY_READ|WRITE_BIT should have been VK_ACCESS_MEMORY_READ|WRITE_BIT), and sets the pipeline stage src and dst flag bits to VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT and VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT during initialization, not 0 as per alpha.5

0 commit comments

Comments
 (0)