Fix indentation in shaderlocations.mustache
This commit is contained in:
@@ -16,7 +16,7 @@ import {DEBUG_WEBGL} from '../../../index.js';
|
|||||||
* @type {WebGLUniformLocation}
|
* @type {WebGLUniformLocation}
|
||||||
*/
|
*/
|
||||||
this.{{originalName}} = gl.getUniformLocation(
|
this.{{originalName}} = gl.getUniformLocation(
|
||||||
program, DEBUG_WEBGL ? '{{originalName}}' : '{{shortName}}');
|
program, DEBUG_WEBGL ? '{{originalName}}' : '{{shortName}}');
|
||||||
{{/uniforms}}
|
{{/uniforms}}
|
||||||
{{#attributes}}
|
{{#attributes}}
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ import {DEBUG_WEBGL} from '../../../index.js';
|
|||||||
* @type {number}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
this.{{originalName}} = gl.getAttribLocation(
|
this.{{originalName}} = gl.getAttribLocation(
|
||||||
program, DEBUG_WEBGL ? '{{originalName}}' : '{{shortName}}');
|
program, DEBUG_WEBGL ? '{{originalName}}' : '{{shortName}}');
|
||||||
{{/attributes}}
|
{{/attributes}}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user