mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-02 06:03:05 +00:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -12,8 +12,7 @@ namespace Pica {
|
||||
|
||||
template <typename VertexType>
|
||||
PrimitiveAssembler<VertexType>::PrimitiveAssembler(Regs::TriangleTopology topology)
|
||||
: topology(topology), buffer_index(0) {
|
||||
}
|
||||
: topology(topology), buffer_index(0) {}
|
||||
|
||||
template <typename VertexType>
|
||||
void PrimitiveAssembler<VertexType>::SubmitVertex(VertexType& vtx,
|
||||
|
||||
Reference in New Issue
Block a user