Jay Liu
Jay Liu
Hi @mathieudutour, is there any update on this? Or is there any other similar way to synchronously get a flattened image? I'm curious because I just want to name the...
I would... if I knew how! Any resources to get me started? My apologies if I'm missing something obvious. @HackbrettXXX
```javascript /* doesn't work... but it's the best I could come up with */ var doc = new jsPDF(); doc.compatAPI(function (compat) { var pattern = new TilingPattern([0, 0, 1, 1],...
Still would be useful. Keep this open On Sun, Mar 6, 2022, 8:57 PM github-actions[bot] ***@***.***> wrote: > This issue is stale because it has been open 90 days with...
I agree there is a discrepancy. I don't think that what you are pointing out can be achieved with the toolset. However, I would be happy to be proven wrong.
This would be huge. Either shader graph support or break out functionality to separate hlsl files. Right now I don't see a clean way of extending upon existing functionality. (example,...
What exactly is the problem you are experiencing? Also I might need your help with testing since I don't have an ISO keyboard and cannot validate the fix
~~I see, but I don't have any idea how to implement this with the current toolset.~~ Okay, actually I think I know what to do. I'll send you a branch...