Skip to content

Commit

Permalink
Fix documentation on DescriptorHandle. (#6062)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 14, 2025
1 parent 6e0540a commit 2f315ef
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": 1877.5
"value": 1880.4375
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 492.8125
"value": 493.75
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 490.625
"value": 494.4375
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1857.8125
"value": 1876.625
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 488.375
"value": 491.625
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 490.5625
"value": 491.875
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 582.0625
"value": 581.5625
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix #5354, change diagnostic definition error message and expect output in test (#6067)
971996b397711016d47fe961890d7001338c6f23
Fix documentation on DescriptorHandle. (#6062)
4e62f98f3abfa1b1e125c371160ed309ca5b6c04

0 comments on commit 2f315ef

Please sign in to comment.