Open 0x7CFE opened 4 years ago
Right now it just crashes with the following message:
Warning: Unrecognized CreateInstance->pCreateInfo->pApplicationInfo.apiVersion number -- (0x 402083) assuming VK_API_VERSION_1_1.
Segmentation fault (core dumped)
Only with the OpenGL (glow) backend.
I'd like to run my iced app on a desktop and access it from another machine via
ssh -X
. Is it possible to do indirect rendering like this?