diff options
author | Dylan Baker <[email protected]> | 2019-10-17 10:09:59 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-10-18 13:02:58 -0700 |
commit | 1ce23b56530af4792f6a62087372bf085a32559f (patch) | |
tree | 52516a4e554b998e8dc44265034afdc3e1a616ff | |
parent | 0b6b7ff3ca9628c2e38f592f768664e39b303017 (diff) |
docs: Add new feature for compiling for windows with meson
Reviewed-by: Adam Jackson <[email protected]>
-rw-r--r-- | docs/relnotes/new_features.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 1e146b4b06a..608fa748a9f 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -9,3 +9,4 @@ VK_KHR_spirv_1_4 on Intel. VK_EXT_shader_subgroup_ballot on Intel. VK_EXT_shader_subgroup_vote on Intel. VK_EXT_texel_buffer_alignment on RADV. +Meson support for windows using MSVC and MinGW |