mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Style: Set clang-format Standard to c++14
This commit is contained in:
parent
7e61be3cb0
commit
6e600cb3f0
248 changed files with 841 additions and 842 deletions
|
@ -150,7 +150,7 @@ public:
|
|||
|
||||
FUNCRID(mesh)
|
||||
|
||||
FUNC10(mesh_add_surface, RID, uint32_t, PrimitiveType, const PoolVector<uint8_t> &, int, const PoolVector<uint8_t> &, int, const AABB &, const Vector<PoolVector<uint8_t> > &, const Vector<AABB> &)
|
||||
FUNC10(mesh_add_surface, RID, uint32_t, PrimitiveType, const PoolVector<uint8_t> &, int, const PoolVector<uint8_t> &, int, const AABB &, const Vector<PoolVector<uint8_t>> &, const Vector<AABB> &)
|
||||
|
||||
FUNC2(mesh_set_blend_shape_count, RID, int)
|
||||
FUNC1RC(int, mesh_get_blend_shape_count, RID)
|
||||
|
@ -173,7 +173,7 @@ public:
|
|||
FUNC2RC(PrimitiveType, mesh_surface_get_primitive_type, RID, int)
|
||||
|
||||
FUNC2RC(AABB, mesh_surface_get_aabb, RID, int)
|
||||
FUNC2RC(Vector<PoolVector<uint8_t> >, mesh_surface_get_blend_shapes, RID, int)
|
||||
FUNC2RC(Vector<PoolVector<uint8_t>>, mesh_surface_get_blend_shapes, RID, int)
|
||||
FUNC2RC(Vector<AABB>, mesh_surface_get_skeleton_aabb, RID, int)
|
||||
|
||||
FUNC2(mesh_remove_surface, RID, int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue