mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-04 06:40:41 +08:00
Remove useless semicolons after macros (#473)
This commit is contained in:
parent
8833cf878e
commit
d1329465fc
@ -28,11 +28,11 @@ DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, AttributeValueIndex)
|
|||||||
// Index of a point in a PointCloud.
|
// Index of a point in a PointCloud.
|
||||||
DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, PointIndex)
|
DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, PointIndex)
|
||||||
// Vertex index in a Mesh or CornerTable.
|
// Vertex index in a Mesh or CornerTable.
|
||||||
DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, VertexIndex);
|
DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, VertexIndex)
|
||||||
// Corner index that identifies a corner in a Mesh or CornerTable.
|
// Corner index that identifies a corner in a Mesh or CornerTable.
|
||||||
DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, CornerIndex);
|
DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, CornerIndex)
|
||||||
// Face index for Mesh and CornerTable.
|
// Face index for Mesh and CornerTable.
|
||||||
DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, FaceIndex);
|
DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, FaceIndex)
|
||||||
|
|
||||||
// Constants denoting invalid indices.
|
// Constants denoting invalid indices.
|
||||||
static constexpr AttributeValueIndex kInvalidAttributeValueIndex(
|
static constexpr AttributeValueIndex kInvalidAttributeValueIndex(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user