wined3d: Check the d3d buffer to find converted attributes.
commitda5041eb4b3fc4bab7f6aef2a4b091a58c39f36a
authorStefan Dösinger <stefan@codeweavers.com>
Fri, 6 Feb 2015 09:46:48 +0000 (6 10:46 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 6 Feb 2015 13:20:26 +0000 (6 22:20 +0900)
tree2650e102bfd001253a24ca5d428821ff80525edc
parent2f2e1b98fd285e76352a4d9b922d1eeb17535fcb
wined3d: Check the d3d buffer to find converted attributes.

This fixes some tests with ARB shaders that were broken since
1360af6adcbc5c77a7b3c5e32f3c886e450456f5. When buffer_internal_preload
is called by context_update_stream_info, si->elements[i].data is not yet
set.
dlls/wined3d/buffer.c