Benjamin Rosseaux
Benjamin Rosseaux
It's very simple to do it. It requires only few code changes for raising ENET_PROTOCOL_MAXIMUM_PEER_ID from 0xFFF to 0xFFFF (which should be then enough in my opinion), but it breaks...
Sadly still 
I've already tried that. Then fpcupdeluxe fails to start with a error message to the console that libQt5Pas.so.1 isn't found. So there is 100% no system-wide libQt5Pas .
See  And just as an info, I'm working with Linux since about 1996, and I do quite a lot of extreme low level projects, including compiler construction, linker construction,...
Rather no, because I had to install SteamOS again afterwards then, and set everything up again from scratch. Because only under SteamOS the SteamDeck hardware is used optimally. Even Windows...
The older SteamOS 1 and 2 versions were Debian-based, but from SteamOS 3 on it is based on ArchLinux, see https://en.wikipedia.org/wiki/SteamOS and https://www.reddit.com/r/SteamDeck/comments/olgd8s/why_the_change_from_debian_to_arch_linux_for/ . So the store version from SteamOS...
I have now added `TpvVulkanDevice.OnBeforeDeviceCreate` as `TpvVulkanDeviceOnBeforeDeviceCreate=procedure(const aDevice:TpvVulkanDevice;const aDeviceCreateInfo:PVkDeviceCreateInfo) of object;`. This means that one can now modify the pNext chain oneself. But by default, PasVulkan has the idea that...
> I note in the latest version of PasVulkan.Framework.pas that you test for version using the Instance API Version using the following code : "(fInstance.APIVersion and VK_API_VERSION_WITHOUT_PATCH_MASK)>=VK_API_VERSION_1_3". I use a...
Thanks for asking about ray tracing capabilities in PasVulkan. I am still actively working on integrating this feature. It's a complex task that requires careful implementation to meet the performance...
At least, PasVulkan has its own quite feature-complete GUI framework, but it's a retained-mode GUI and not an immediate-mode GUI, because I personally don't like the idea behind ImGUIs. In...