Skip to content

Commit aaf915a

Browse files
committed
release: create v0.3.9
1 parent 058b14f commit aaf915a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.3.9:
2+
- Add clang compiler support for Linux and Windows builds
3+
- Add -Wundef warning flag and fix undefined macro usage
4+
- Fix clang compiler warnings
5+
- Fix VkSharedBaseObj re-entrancy issue in Reset()
6+
- Fix VkVideoDecoder computeFilter on resolution change
7+
- Fix correct descriptor size for each descriptor type
8+
- Fix inverted noPresent flag in InitVulkanDecoderDevice call
9+
110
v0.3.8:
211
- Fix the build when no shaderc package is available on the host system
312
- Optimize package download in FindShaderc and FindVulkanSDK

common/include/VkVSVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extern "C" {
77

88
#define VKVS_VERSION_MAJOR 0
99
#define VKVS_VERSION_MINOR 3
10-
#define VKVS_VERSION_PATCH 8
10+
#define VKVS_VERSION_PATCH 9
1111

1212
#define _STR(x) #x
1313
#define _VERSION_STRING(major,minor,patch) _STR(major) "." _STR(minor) "." _STR(patch)

0 commit comments

Comments
 (0)