-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: falkTX <falktx@falktx.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pugl-upstream
updated
13 files
+2 −2 | examples/pugl_vulkan_cpp_demo.cpp | |
+1 −0 | include/pugl/cairo.h | |
+1 −0 | include/pugl/gl.h | |
+1 −0 | include/pugl/stub.h | |
+1 −0 | include/pugl/vulkan.h | |
+4 −0 | meson/suppressions/meson.build | |
+23 −0 | src/internal.c | |
+4 −0 | src/internal.h | |
+4 −4 | src/mac.m | |
+8 −7 | src/win.c | |
+5 −38 | src/x11.c | |
+0 −1 | src/x11_cairo.c | |
+12 −10 | test/test_utils.h |