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.
2 parents 3d9b5e6 + 651107f commit 4c70b86Copy full SHA for 4c70b86
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