Skip to content

Commit 07d5cc2

Browse files
committed
Improved display of tight alignment support on website
1 parent 787d25c commit 07d5cc2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

source/frontend/assets/js/constants.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,11 @@ export const EnumMappingsShort =
10011001
"10": "Tier 1.0",
10021002
"11": "Tier 1.1"
10031003
},
1004+
"D3D12_FEATURE_DATA_TIGHT_ALIGNMENT.SupportTier":
1005+
{
1006+
"0": "❌",
1007+
"1": "✅"
1008+
},
10041009

10051010
"D3D12_FEATURE_DATA_D3D12_OPTIONS.DoublePrecisionFloatShaderOps": TrueFalseMappingShort,
10061011
"D3D12_FEATURE_DATA_D3D12_OPTIONS.OutputMergerLogicOp": TrueFalseMappingShort,

source/website/shared.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)