Commit 7311e9fc authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

wined3d: Fix a comment.

parent d6f8284c
......@@ -184,7 +184,7 @@ inline BOOL WINAPI IWineD3DVertexBufferImpl_FindDecl(IWineD3DVertexBufferImpl *T
* -> New semantics that have to be converted appear
* -> The position of semantics that have to be converted changes
* -> The stride of the vertex changed AND there is stuff that needs conversion
* -> (If a vertex buffer is bound and in use assume that nothing that needs conversion is there)
* -> (If a vertex shader is bound and in use assume that nothing that needs conversion is there)
*
* Return values:
* TRUE: Reload is needed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment