Sources: Run clang-format on everything.
This commit is contained in:
parent
fe948af095
commit
dc8479928c
386 changed files with 19560 additions and 18080 deletions
|
@ -23,9 +23,12 @@ public:
|
|||
}
|
||||
|
||||
void Setup(const Pica::Regs& regs);
|
||||
void LoadVertex(u32 base_address, int index, int vertex, Shader::InputVertex& input, DebugUtils::MemoryAccessTracker& memory_accesses);
|
||||
void LoadVertex(u32 base_address, int index, int vertex, Shader::InputVertex& input,
|
||||
DebugUtils::MemoryAccessTracker& memory_accesses);
|
||||
|
||||
int GetNumTotalAttributes() const { return num_total_attributes; }
|
||||
int GetNumTotalAttributes() const {
|
||||
return num_total_attributes;
|
||||
}
|
||||
|
||||
private:
|
||||
std::array<u32, 16> vertex_attribute_sources;
|
||||
|
@ -37,4 +40,4 @@ private:
|
|||
bool is_setup = false;
|
||||
};
|
||||
|
||||
} // namespace Pica
|
||||
} // namespace Pica
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue