There is an example of shader_material_glsl. https://bevyengine.org/examples/shader/shader-material-glsl/
I want to change the value of custom_material.vert at runtime during every game tick. https://github.com/bevyengine/bevy/blob/latest/assets/shaders/custom_material.vert
Is that possible?