From 57b016af6d89a03faa439ab905aef56b5a21a93d Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 Sep 2024 14:27:37 -0700 Subject: [PATCH] Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097) https://github.com/shader-slang/slang/commit/2d83875f4b376f047c4541a6f6c13d36e5aa228b --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index 620bad6..813a8a3 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1789.4375 + "value": 1807.3125 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 479.125 + "value": 490.4375 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 478.875 + "value": 489.8125 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1783.375 + "value": 1791.75 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 479.25 + "value": 486.0 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 478.9375 + "value": 486.75 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 572.3125 + "value": 590.25 } ] \ No newline at end of file diff --git a/current b/current index 204742f..d570859 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Add WGSL pack/unpack, constructor, derivatives & misc intrinsics (#5102) -85b996a75683b5364456d731a9cb4aee5c3fada2 +Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097) +2d83875f4b376f047c4541a6f6c13d36e5aa228b