mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-21 05:02:53 +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