minifb-zig-port/src
Shotaro Uchida 219e7d0c20
Fix shader warning for macOS Catalina (#30)
In Catalina, shader creation will fail because of the following issue:

```
Compilation succeeded with:

program_source:22:21: warning: writable resources in non-void vertex function
vertex VertexOutput vertFunc2(unsigned int vID[[vertex_id]], device Vertex *pos [[buffer(0)]])
                    ^
program_source:22:77: note: writable buffer defined here
vertex VertexOutput vertFunc2(unsigned int vID[[vertex_id]], device Vertex *pos [[buffer(0)]])
                                                                            ^
```

Adding const to ensure the buffer is read-only.
2020-02-26 07:57:25 +01:00
..
macosx Fix shader warning for macOS Catalina (#30) 2020-02-26 07:57:25 +01:00
wayland mfb_update_events (#27) 2019-12-14 11:20:59 +01:00
windows mfb_update_events (#27) 2019-12-14 11:20:59 +01:00
x11 mfb_update_events (#27) 2019-12-14 11:20:59 +01:00
MiniFB_common.c Direct mode (#23) 2019-11-14 16:18:42 +01:00
MiniFB_cpp.cpp Add multiple windows2 (#19) 2019-06-08 20:34:05 +02:00
MiniFB_internal.c Add multiple windows2 (#19) 2019-06-08 20:34:05 +02:00
MiniFB_internal.h Direct mode (#23) 2019-11-14 16:18:42 +01:00
WindowData.h Direct mode (#23) 2019-11-14 16:18:42 +01:00