Hi all,

I want to know how I can perform vertex transformation and readback result.

(I know I can copy vertex attributes into a texture, transform them by a pixel shader and readback the result via a render to texture)

But doesn't it have a best solution like :

1 -Draw normally polygon ...

2- Set a vertex transformation shader,

3- Read back the result into CPU memory.


Thanks in advance