test4 error is not reproduced

This commit is contained in:
Mid 2024-10-28 12:37:42 +02:00
parent e4c4d02e26
commit d41f3f2cb1

1
main.c
View File

@ -57,6 +57,7 @@ int main() {
// (TEST == 4) // (TEST == 4)
// Any GLSL image function will also cause a crash in its draw call, // Any GLSL image function will also cause a crash in its draw call,
// even if the return value is unused. Here I try imageLoad. // even if the return value is unused. Here I try imageLoad.
// **Low-priority since I cannot reproduce this error yet**
int status; int status;