jwinarske / meta-vulkan

Yocto Vulkan Layer
MIT License
10 stars 4 forks source link

32 bit filament-sample-vk builds #8

Open jwinarske opened 2 years ago

jwinarske commented 2 years ago
| /__w/meta-flutter/rpi4-32-drm-honister-latest/raspberrypi4/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/filament-vk/git+AUTOINC+a4b3bc992d-r0/git/filament/backend/src/vulkan/PlatformVkLinuxWayland.cpp:50:18: error: cannot initialize a variable of type 'VkSurfaceKHR' (aka 'unsigned long long') with an rvalue of type 'nullptr_t'
|     VkSurfaceKHR surface = nullptr;
|                  ^         ~~~~~~~
| /__w/meta-flutter/rpi4-32-drm-honister-latest/raspberrypi4/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/filament-vk/git+AUTOINC+a4b3bc992d-r0/git/filament/backend/src/vulkan/PlatformVkLinuxWayland.cpp:66:12: error: cannot initialize return object of type 'void *' with an lvalue of type 'VkSurfaceKHR' (aka 'unsigned long long')
|     return surface;
|            ^~~~~~~
| 2 errors generated.

https://github.com/meta-flutter/meta-flutter/actions/runs/1511227668