Why not support vertex shaders in SKWarpGeometry?

SKWarpGeometryGrid subdivides a sprite into (what I assume is) triangle mesh grid, allowing the individual vertices to be moved. This would be the absolutely ideal place to support vertex shaders.


Using a vertex shader to displace the vertices of a triangle mesh is quite often the handiest and especially most efficient way to do so.