summaryrefslogtreecommitdiff
path: root/tools/render-test/png-serialize-util.h
diff options
context:
space:
mode:
authorSimon Kallweit <64953474+skallweitNV@users.noreply.github.com>2025-06-06 16:39:14 +0200
committerGitHub <noreply@github.com>2025-06-06 16:39:14 +0200
commit8abaec701f0637f082e081caa0dd4fa049a00430 (patch)
tree79cb7d6257ecd4fe4f2ace21068d934fd9cff553 /tools/render-test/png-serialize-util.h
parent4cfc0f1fd67499847f2fa745cd083ebf0edd8188 (diff)
Update slang-rhi (#7303)
* update slang-rhi * adapt to new slang-rhi API * enable slang-rhi agility sdk * fix handling empty list * disable failing slang-rhi tests * format code * fix slang-rhi-tests ci step * skip running slang-rhi-tests --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'tools/render-test/png-serialize-util.h')
-rw-r--r--tools/render-test/png-serialize-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/render-test/png-serialize-util.h b/tools/render-test/png-serialize-util.h
index 4eb119b30..38e796c3c 100644
--- a/tools/render-test/png-serialize-util.h
+++ b/tools/render-test/png-serialize-util.h
@@ -12,7 +12,8 @@ struct PngSerializeUtil
const char* filename,
ISlangBlob* pixels,
uint32_t width,
- uint32_t height);
+ uint32_t height,
+ uint32_t rowPitch);
};
} // namespace renderer_test