Skip to content

Commit 0826102

Browse files
committed
sokol: enable VALIDATE_NON_FATAL
1 parent d60ceb4 commit 0826102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vlib/sokol/sapp/sapp_v.c.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ module sapp
33
import os
44
import stbi
55

6+
#define SOKOL_VALIDATE_NON_FATAL 1
7+
68
// v_sapp_gl_read_rgba_pixels reads pixles from the OpenGL buffer into `pixels`.
79
fn C.v_sapp_gl_read_rgba_pixels(x int, y int, width int, height int, pixels charptr)
810

0 commit comments

Comments
 (0)