Riccardo Canalicchio
Riccardo Canalicchio
custom element positioning it is supported through wlr layer shell protocol that many compositors support but not all of them you can check here: https://wayland.app/protocols/wlr-layer-shell-unstable-v1
@tronical i can take care of the linting problems later today, on a different note, if you have time to test it, i have a doubt on the: ``` impl...
I did not find another way of implementing it using SkRuntimeEffect, there is some logic about the uniforms attached to the builder and therefore it is required at the moment
i will double check later, from what i remember the problem is that an image filter will have 1 uniform about the incoming image that is automatically populated, i suppose...
I fixed the segfault problem and cargo fmt. Now the ownership of the RuntimeEffect is moved when passed to the Builder constructor, regarding your comment on creating the RuntimeEffect by...
@pragmatrix is there anything i can do to fix the windows builds?
alright thanks, i added a method in bindings.cpp
this PR should be good for merging, is there anything else that you think i should do?