mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
According to enygmata's findings we can comment this out
This commit is contained in:
parent
4b03bb926f
commit
3f29eed928
@ -502,7 +502,9 @@ static void gl_glsl_set_vbo(GLfloat **buffer, size_t *buffer_elems,
|
||||
*buffer = new_buffer;
|
||||
}
|
||||
|
||||
#if 0
|
||||
memcpy(*buffer, data, elems * sizeof(GLfloat));
|
||||
#endif
|
||||
glBufferData(GL_ARRAY_BUFFER, elems * sizeof(GLfloat),
|
||||
data, GL_STATIC_DRAW);
|
||||
*buffer_elems = elems;
|
||||
|
Loading…
x
Reference in New Issue
Block a user