Re: [css-shaders] CSS shaders for custom filters (ACTION-3072)

Up until now filters haven't affected the processing of input events, mainly
because filters weren't really designed to modify geometry, but now it seems
to me that input events should be affected by the vertex shader so that the
event is delivered to the element it appears to be over. In most of your
demos, I think this behavior would be expected and any other behavior would
be wrong.

This would add to the desire that we be able to run the vertex shaders
easily on the CPU.

A related question is whether and how filters with vertex shaders should
affect any proposed APIs for converting points and quads from the coordinate
system of one element to another. Should those APIs take into account the
effects of vertex shaders?

Rob
-- 
"If we claim to be without sin, we deceive ourselves and the truth is not in
us. If we confess our sins, he is faithful and just and will forgive us our
sins and purify us from all unrighteousness. If we claim we have not sinned,
we make him out to be a liar and his word is not in us." [1 John 1:8-10]

Received on Wednesday, 5 October 2011 01:49:22 UTC