We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbcee2 commit 534c845Copy full SHA for 534c845
engine/src/flutter/impeller/renderer/vertex_descriptor.h
@@ -28,7 +28,7 @@ class VertexDescriptor final : public Comparable<VertexDescriptor> {
28
VertexDescriptor();
29
30
// |Comparable<PipelineVertexDescriptor>|
31
- virtual ~VertexDescriptor();
+ ~VertexDescriptor();
32
33
template <size_t Size, size_t LayoutSize>
34
void SetStageInputs(
0 commit comments