Simon Hausmann

Results 647 comments of Simon Hausmann

Some additional suggestions on the behaviour of reload on save after Tobias, Auri and I discussed this a bit further in person. In the following, suppose that reload on save...

I think the OP's proposal as well as @szecket 's suggestion are implemented with #7015 , in what seems very satisfactory.

If you all are also satisfied with the current solution (see nightly snapshot), then I suggest we close this issue and I'll open a new one for tracking the ability...

I like this suggestion :)

I'm not familiar with this particular error, but it sounds like to me that by the time draw() is called, the color attachment (here: swapchain image) has an undefined layout....

I haven't tried it yet - it aborts for me on the use of an srgb surface format (which after adding, causes skia to panic). But could you try the...

Thanks, that worked. And spoiler alert: The `UNDEFINED` trick doesn't work to fix the validation errors :-(

I suspect that for IO surfaces one should create a metal texture and then render into it with Skia: https://developer.apple.com/documentation/metal/mtltexture#overview . Not sure anything is needed from the Skia side....

Thanks for the patch. I'm a little torn about this :-) On the one hand, I think it's in everyone's interest to be able to use Slint with muda. Yes,...