We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d313ac commit 85a32d5Copy full SHA for 85a32d5
1 file changed
src/renderer/webgl/pipelines/TextureTintPipeline.js
@@ -22,7 +22,7 @@ var WebGLPipeline = require('../WebGLPipeline');
22
* - renderer: Current WebGL renderer.
23
* - topology: This indicates how the primitives are rendered. The default value is GL_TRIANGLES.
24
* Here is the full list of rendering primitives (https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Constants).
25
- * - vertShader: Source for vertex shader as a string.
+ * - vertShader: Source for vertex shaóder as a string.
26
* - fragShader: Source for fragment shader as a string.
27
* - vertexCapacity: The amount of vertices that shall be allocated
28
* - vertexSize: The size of a single vertex in bytes.
0 commit comments