mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
VertexLoader: Remove unnecessary calls to VertexLoader_TextCoord::GetDummyFunction
This commit is contained in:
@ -22,7 +22,7 @@ public:
|
||||
static TPipelineFunction GetFunction(VertexComponentFormat type, ComponentFormat format,
|
||||
TexComponentCount elements);
|
||||
|
||||
// It is important to synchronize tcIndex.
|
||||
// It is important to synchronize tcIndex, or else the wrong texture coordinate array will be used
|
||||
static TPipelineFunction GetDummyFunction();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user