• Stefan Dösinger's avatar
    wined3d: Save some memory in vertex buffers. · 014c4bfc
    Stefan Dösinger authored
    In most cases we're fine with the vbo and glMapBuffer and never use the actual
    heap memory copy. Try to stick to just the vbo copy and avoid allocating the
    extra heap memory. In case it is needed(emulation or vertex conversion), fall
    back to the old double buffering mode.
    014c4bfc
buffer.c 37.6 KB