Wersja
4.0-699
Gałąź
master
Data
10 lat, 2 miesiące temu
Windows x64 Windows x86 Mac OS X Android Ubuntu 13.04
Commit
bfd0b7275e8dee8a72563a1b897e7e53b09c9076
Autor zmiany
degasus
Opis zmiany
Merge branch 'StreamBuffers'

This branch drops our temporary buffer in VertexLoaderBase.
Instead, every backend now must provide a buffer to convert vertices and indices.
D3D just uses a temporary buffer like before.
OGL maps the gpu based buffer and stream to them directly.
So this will avoid an unneeded memcpy on OGL backend.