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 07b51a7da0
commit a4a4b6408c
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 {