How can I sample vertex animation displacement texture by vertex id?

Hi,
I have vertex animation shader with displacement texture (exr) I’ve created, which is a matrix of rows for each frame and the columns contains the vertex diff local position from previous frame
I would like to access the vertex so they used by vertex id (this custom matrix) and not according to UV…not using morph targets…