Use newly converted buffer after conversion

This commit is contained in:
Jannik Vogel 2015-07-13 12:16:03 +02:00
parent 23c9ee9517
commit f34954e6e8
1 changed files with 1 additions and 1 deletions

View File

@ -1835,7 +1835,7 @@ static void pgraph_bind_vertex_attributes(NV2AState *d,
glBindBuffer(GL_ARRAY_BUFFER, attribute->gl_converted_buffer);
glBufferData(GL_ARRAY_BUFFER,
num_elements * out_stride,
data,
attribute->converted_buffer,
GL_DYNAMIC_DRAW);
glVertexAttribPointer(i,