summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSam Estep <sam@samestep.com>2025-08-06 17:57:23 -0400
committerGitHub <noreply@github.com>2025-08-06 21:57:23 +0000
commitb152f1bb18fdbccb17c96d7d3307ead1b14286b4 (patch)
tree58764aee983ad9834b260d3ee386df180623180b /tools
parentea600fa8f0bc29f1d6d9ef58e0b045edd5c21e0c (diff)
Add back GFX smoke test (#8030)
* Fix `tools/gfx/gfx.slang` * Add back `tests/cpu-program/gfx-smoke.slang`
Diffstat (limited to 'tools')
-rw-r--r--tools/gfx/gfx.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/gfx.slang b/tools/gfx/gfx.slang
index fded20eeb..8dae5227e 100644
--- a/tools/gfx/gfx.slang
+++ b/tools/gfx/gfx.slang
@@ -12,7 +12,7 @@ public typedef int GfxCount;
public typedef intptr_t Size;
public typedef intptr_t Offset;
-public const uint64_t kTimeoutInfinite = 0xFFFFFFFFFFFFFFFF;
+public static const uint64_t kTimeoutInfinite = 0xFFFFFFFFFFFFFFFF;
public enum class StructType
{