VideoCore: Rename some types to more accurate names

This commit is contained in:
Yuri Kunde Schlesner 2016-12-18 16:42:19 -08:00
parent bbc7844021
commit ab6954e942
10 changed files with 21 additions and 21 deletions

View file

@ -11,7 +11,7 @@ class MemoryAccessTracker;
}
namespace Shader {
struct InputVertex;
struct AttributeBuffer;
}
class VertexLoader {
@ -22,7 +22,7 @@ public:
}
void Setup(const Pica::Regs& regs);
void LoadVertex(u32 base_address, int index, int vertex, Shader::InputVertex& input,
void LoadVertex(u32 base_address, int index, int vertex, Shader::AttributeBuffer& input,
DebugUtils::MemoryAccessTracker& memory_accesses);
int GetNumTotalAttributes() const {