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 3d9b5e6 commit 651107fCopy full SHA for 651107f
src/Blazor.Extensions.Canvas/WebGL/WebGLEnums.cs
@@ -14,7 +14,7 @@ public enum Primitive
14
LINE_LOOP = 2,
15
LINE_STRIP = 3,
16
TRIANGLES = 4,
17
- TRINAGLE_STRIP = 5,
+ TRIANGLE_STRIP = 5,
18
TRIANGLE_FAN = 6
19
}
20
0 commit comments