Skip to content

Commit

Permalink
Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 25, 2024
1 parent ae475e7 commit 116d49e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions benchmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
{
"name": "closesthit : mono : dxil",
"unit": "milliseconds",
"value": 1809.6875
"value": 1819.3125
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 490.1875
"value": 490.3125
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 491.125
"value": 491.25
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1792.375
"value": 1786.3125
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 486.8125
"value": 493.1875
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 489.375
"value": 489.25
},
{
"name": "precompilation : dxil",
Expand Down
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix the incorrect use of GLSL textureGather (#5150)
cb1fc34c7dae3cb8642e150fcc189683c27859d4
Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)
f5bf5ba5170058f9a9634438f7ff06f1a02e1da6

0 comments on commit 116d49e

Please sign in to comment.