wined3d: Drop the "vbo" check in wined3d_device_process_vertices().
commitc7d3a8a478238097842e8c74d42888be2ffd586e
authorHenri Verbeet <hverbeet@codeweavers.com>
Wed, 28 Mar 2012 18:22:36 +0000 (28 20:22 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 29 Mar 2012 18:49:13 +0000 (29 20:49 +0200)
tree12a162737b615f07686ff9cb996361349d6821c0
parent8e88a5a6fab162913a204638bd62953e6fb10445
wined3d: Drop the "vbo" check in wined3d_device_process_vertices().

We care about individual streams having a VBO or not, and there's no way for
device_stream_info_from_declaration() to properly express that, so just check
the individual streams.
dlls/wined3d/device.c