Comment on CSS Houdini Interactive IntroductionparentComments−mmastrac7yHoudini is not that much different from CSS Shaders.CSS shaders, like GL shaders, are declarative programs that look somewhat imperative. The GPU makes the decisions on how to shard/distribute those.As for your second point, I agree to some degree. I don't necessarily see an issue with it - the two different models make sense in different places.
Comments
CSS shaders, like GL shaders, are declarative programs that look somewhat imperative. The GPU makes the decisions on how to shard/distribute those.
As for your second point, I agree to some degree. I don't necessarily see an issue with it - the two different models make sense in different places.