dolphin/Source/UnitTests/VideoCommon
Pokechu22 0bcd3c79bb VertexLoader: Eliminate use of DataReader
DataReader is generally jank - it has a start and end pointer, but the end pointer is generally not used, and all of the vertex loaders mostly bypassed it anyways.

Wrapper code (the vertex loaer test, as well as Fifo.cpp and OpcodeDecoding.cpp) still uses it, as does the software vertex loader (which is not a subclass of VertexLoader). These can probably be eliminated later.
2022-11-22 17:17:11 -08:00
..
CMakeLists.txt [Android] Fix building unit tests. 2015-02-18 16:24:30 -06:00
VertexLoaderTest.cpp VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00