Victor Dudochkin
Victor Dudochkin
CFLAGS=-D__ANDROID_API__=$API worked for me. But there are other problem. make mkdir -p android/jni/lib CC="/mnt/data/GO/src/github.com/golang-ui/nuklear/cmd/nk-android/toolchain/bin/arm-linux-androideabi-gcc" \ CXX="/mnt/data/GO/src/github.com/golang-ui/nuklear/cmd/nk-android/toolchain/bin/arm-linux-androideabi-g++" \ CGO_CFLAGS="-march=armv7-a -std=c99 -D__ANDROID_API__=21" \ GOOS=android \ GOARCH=arm \ GOARM=7 \ CGO_ENABLED=1 \ go...
git clone https://github.com/gfx-rs/gfx.git git checkout hal-0.9 cd examples cargo r --bin quad --features=vulkan ``` Finished dev [unoptimized + debuginfo] target(s) in 0.12s Running `/home/Substrate/wgpu/gfx/target/debug/quad` AdapterInfo { name: "GeForce GTX 1050",...
OK. I resized the "quad" exmaple window to 512x512. It seems to have been a power of two problem. And there are no more warnings. Any ideas how to fix...
Vulkan sdk version 1.2.170
Maybe you have your own settings for the validation layer? I can definitely upgrade VVL to 1.2.179. I have done additional research. ``` git clone https://github.com/sotrh/learn-wgpu.git cd learn-wgpu cargo run...
Hi. I want to embed NVG directly into UX-DX because it is a UX-DX concept. UX-DX works in such a way that while the application is running, it can choose...
Hi, thanks for the reply. I would like it if you did PR. Because this is very important for the project. To increase the number of contributors. We just don't...