From 4233d69cf88f1623cb573c8edb61456b24dc5339 Mon Sep 17 00:00:00 2001 From: "Harsh Aggarwal (NVIDIA)" Date: Fri, 4 Apr 2025 12:27:08 +0530 Subject: fix(d3d11): correct parameter in VSSetConstantBuffers1 from uavCount … (#6690) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(d3d11): correct parameter in VSSetConstantBuffers1 from uavCount to cbvCount (fixes #6531) Root cause - Incorrect parameter passing in slang-rhi 1. slang-rhi #281 - Add the correct cbvCount for setting Constant Buffer 2. Prevent render tests from overwriting reference images * Add missing tests/render/multiple-stage-io-locations.slang.3.expected.png * Add more expected images from texture2d-gather * Add new option: skipReferenceImageGeneration For Github CI we set this to true - So we don't overwrite the expected images --------- Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> --- .../multiple-stage-io-locations.slang.3.expected.png | Bin 0 -> 36676 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/render/multiple-stage-io-locations.slang.3.expected.png (limited to 'tests/render') diff --git a/tests/render/multiple-stage-io-locations.slang.3.expected.png b/tests/render/multiple-stage-io-locations.slang.3.expected.png new file mode 100644 index 000000000..3333a12d7 Binary files /dev/null and b/tests/render/multiple-stage-io-locations.slang.3.expected.png differ -- cgit v1.2.3