From d41f3f2cb11be6a73c51a42370d444a988a728eb Mon Sep 17 00:00:00 2001 From: Mid <> Date: Mon, 28 Oct 2024 12:37:42 +0200 Subject: [PATCH] test4 error is not reproduced --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index fda77c0..c8edc38 100644 --- a/main.c +++ b/main.c @@ -57,6 +57,7 @@ int main() { // (TEST == 4) // Any GLSL image function will also cause a crash in its draw call, // even if the return value is unused. Here I try imageLoad. + // **Low-priority since I cannot reproduce this error yet** int status;