Results 560 comments of Try

Hi! It seems patch requires more work: with slightly updated example, now it's crashes in `HlslParseContext::flatten`, when processing `gl_InvocationID` member of `stage_input`.

> phoenix uses at least one C++20 feature, std::span. This leads to phoenix not properly compiling with C++17 (which you are using). A solution would be to update to C++20....

@lmichaelis ok, if this is major part of VM - than it's fine. Basically I'm lazy on doing followup work to C++ version bump (like rewriting stuff, like `(T*,size)` to...

> script::find_symbol_by_name needs a std::string to index into a std::unordered_map This was actually fixed in C++20: now there is 2 new overload to [`::find`](https://en.cppreference.com/w/cpp/container/unordered_map/find), so it can take else type,...

> OpenGothic sounds differently for some reason There is more than "some" reason :D Most likely there is more than one issue in my implementation of DirectX music. Original uses...

VR is relatively straightforward but it will require Oculus or something to test against. Apart from it, second camera is not the best way to implement this feature - better...

Hi, @Viradie and thanks for report! That looks like a driver bug, since chunked commands are rarely used.. Can you try following patch: ```c++ diff --git a/Engine/gapi/vulkan/vcommandbuffer.cpp b/Engine/gapi/vulkan/vcommandbuffer.cpp index d8dc743..a66cda3...

I've been to reproduce issue locally - so far no luck. Meanwhile got to say - bisected commit is a bit suspicious: for the most part it's code removal for...

While still I have no great ideas of exact root cause of this issue: on Ubuntu VM with lavapipe manage to hit a clean synchronization issue, hopefully #421889e will help...

Hi, @czarnyafgan ! Campfire, you mean campfire with frying pan or with scavenger-grill? Both working for me in vanilla, possibly yet another issue related to mods?