inferrna

Results 8 comments of inferrna

Failures ```Cargo failures: ---- image::attachment::tests::create_regular stdout ---- thread 'image::attachment::tests::create_regular' panicked at 'assertion failed: size != 0', vulkano/src/memory/pool/host_visible.rs:76:9 ---- image::attachment::tests::create_transient stdout ---- thread 'image::attachment::tests::create_transient' panicked at 'assertion failed: size != 0',...

There is another error running windowed examples. I already reported one similar https://gitlab.freedesktop.org/mesa/mesa/-/issues/7049 gdb Thread 1 "image" received signal SIGSEGV, Segmentation fault. lvp_BindImageMemory2 (_device=0x5555568fe650, bindInfoCount=, pBindInfos=) at ../src/gallium/frontends/lavapipe/lvp_device.c:2027 2027 mem->pmem,...

https://github.com/inferrna/conrod-android-skeleton it's my tries to actualise this https://github.com/jbg/conrod-android-skeleton

It's meant to provide full support for boolean type, but for now it isn't my target and is bit more difficult thing than I have done. Have you a plan...

I tried to use this for code generation via build.rs and was disappoint of escaping. I'd suggest you to add new macro, called `define_raw!` for example, to make it usable...

Patch to just ignore this option ```diff diff --git a/elf/cmdline.cc b/elf/cmdline.cc index b97ca74f..b6017b17 100644 --- a/elf/cmdline.cc +++ b/elf/cmdline.cc @@ -1114,6 +1114,7 @@ std::vector parse_nonpositional_args(Context &ctx) { } else if (read_z_flag("combreloc"))...

I have created a working example https://github.com/inferrna/hello_world_android_egui which can be used as a boilerplate.

Same error on CPU: Intel Xeon 2680V2 GPU: AMD RX560 Diver: Mesa 23.2 OS: Clear Linux