We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca273f4 commit 3905cb1Copy full SHA for 3905cb1
1 file changed
impeller/entity/geometry.h
@@ -86,9 +86,9 @@ class VerticesGeometry : public Geometry {
86
const Entity& entity,
87
RenderPass& pass) = 0;
88
89
- virtual bool HasTextureCoordinates() const;
+ virtual bool HasTextureCoordinates() const = 0;
90
91
- virtual bool HasVertexColors() const;
+ virtual bool HasVertexColors() const = 0;
92
};
93
94
/// @brief A geometry that is created from a filled path object.
0 commit comments