Skip to content

Commit

Permalink
[d3d12-transition-layer] update to 2024-09-14 (#283)
Browse files Browse the repository at this point in the history
* [d3d12-transition-layer] update to 2024-09-14

* microsoft/D3D12TranslationLayer@36a736f

* [d3d12-transition-layer] update baseline
luncliff authored Oct 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e374835 commit 9435d74
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/d3d12-transition-layer/portfile.cmake
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/D3D12TranslationLayer
REF 315ca769aeed49bb84f72a8d5551951ba092ccd8
SHA512 960c1eaa6f497555c4655e03fc930d85dcf32557a412e4921d10018232a4cff660a3943afac18e6d4d0509956a06ff55f8bfeadc496e4219a3f1b70f983a7b57
REF 36a736f3776b2a886599f1dd17b868cafdac5d7b
SHA512 ded991cedcd001992bd9e61b4c36d3e5b9c576231b9c90c79dc7fdff4508d4ad68d68b4715301f4512dee0d7d5dcfad15946fc87919ba6466f039891eafda49d
PATCHES
fix-vcpkg.patch
HEAD_REF master
2 changes: 1 addition & 1 deletion ports/d3d12-transition-layer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3d12-transition-layer",
"version-date": "2024-07-25",
"version-date": "2024-09-14",
"description": "A library containing utilities for mapping higher-level graphics work to D3D12",
"homepage": "https://github.com/microsoft/D3D12TranslationLayer",
"license": "MIT",
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"port-version": 0
},
"d3d12-transition-layer": {
"baseline": "2024-07-25",
"baseline": "2024-09-14",
"port-version": 0
},
"directml": {
5 changes: 5 additions & 0 deletions versions/d-/d3d12-transition-layer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4c912054be25cd3bd10b80248f06a653f9479441",
"version-date": "2024-09-14",
"port-version": 0
},
{
"git-tree": "197a2c600df084d53f8d2d0068ec1e23930474bf",
"version-date": "2024-07-25",

0 comments on commit 9435d74

Please sign in to comment.