Skip to content

Commit

Permalink
Fix incorrect setting of array information for 1d texture arrays in D…
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 21, 2024
1 parent c278142 commit 3d4b79f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions benchmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
{
"name": "closesthit : mono : dxil",
"unit": "milliseconds",
"value": 1806.9375
"value": 1816.5
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 501.125
"value": 498.875
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 497.9375
"value": 500.4375
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1807.6875
"value": 1803.3125
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 500.0
"value": 498.1875
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 498.125
"value": 495.25
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 618.125
"value": 616.6875
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Mark SPIRV artifact as non-executable. (#5356)
6f9c6087ed905bcdf6f923887017559b26eff2e8
Fix incorrect setting of array information for 1d texture arrays in D3D12 (#5361)
3b8efefb184691acf2a1786810bb67cf0ff9d764

0 comments on commit 3d4b79f

Please sign in to comment.