Converts coordinates from Object Space (mesh origin) →right arrow World Space →right arrow View Space (camera) →right arrow Clip Space (screen).
This is where you apply custom effects like waves, grass bending, or character skinning.
Passes transformed data (and any extra attributes like interpolated colors) to the fragment/pixel shader. Shader model 3 (HLSL reference) - Win32 apps