Search found 4 matches

by Philerenz
11 Mar 2024, 13:00
Forum: General Discussion
Replies: 1
Views: 174

Linux ARM64, Vulkan, Supported?

Hi, I try to get noesis running for a project on a raspberry pi 5. The project uses vulkan and it works on windows. On the raspberry pi, however, I get linker errors: ( undefined reference to ) The ones in question are: NoesisApp::VKFactory::CreateDevice(bool, NoesisApp::VKFactory::InstanceInfo cons...
by Philerenz
09 Aug 2023, 13:01
Forum: General Discussion
Replies: 5
Views: 642

Re: Vulkan: Profiling crashes randomly with TextBox

This was actually the issue, thank you very much! I misinterpreted safeFrameNumber as frame in flight index , which I wrap around, because it is used to address the current frame in flight to be drawn. After reviewing the example implementation I see that this is just counted up, indicating these ar...
by Philerenz
08 Aug 2023, 09:12
Forum: General Discussion
Replies: 5
Views: 642

Re: Vulkan: Profiling crashes randomly with TextBox

Since it also crashes in Release mode I assume it is somewhat linked. Maybe in Debug it just crashes earlier due to profiling? I provoke the error usually by interacting rapidly with the TextBox (selecting text, inserting, deleting, ..). If the UI is not shown, I have yet to see a crash to occur. Re...
by Philerenz
05 Aug 2023, 13:49
Forum: General Discussion
Replies: 5
Views: 642

Vulkan: Profiling crashes randomly with TextBox

Hi! I am using noesisgui in a vulkan project. The UI works fine so far, but since I added a TextBox element I encounter an error randomly within seconds of interacting with the TextBox (see validation layer errors below). I could not observe the issue so far on capped framerates (<=120), but the poi...