[HTML5] Apply shader to BitmapData

There is any way to apply a shader to BitmapData, I tried using applyFrilters, but I can’t even get the filters work on html5. I tried using the draw function of BitmapData but does not work. Any ideas how to echasda this?

bitmapData.applyFilter works for software filters only, not shaders, at the moment. For right now, we support bitmap.shader as a workaround