?/TD>
Microsoft DirectX 9.0

Programmable Vertex Processing


When using a programmed vertex shader, the elements updated in the destination vertex buffer are controlled by the shader function program. When the application writes to one of the destination vertex registers, the corresponding element within each vertex of the destination vertex buffer is updated. Elements in the destination vertex buffer that are not written to by the application are not modified. IDirect3DDevice9::ProcessVertices will fail if the application writes to elements that are not present in the destination vertex buffer.



© 2002 Microsoft Corporation. All rights reserved.