From: Chris Duncan Date: Mon, 16 Dec 2024 22:18:19 +0000 (-0800) Subject: Remove unneeded comment. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=6fa650ac4bc6d573178016358af9d8ebc675b6e6;p=libnemo.git Remove unneeded comment. --- diff --git a/src/lib/workers/pow.ts b/src/lib/workers/pow.ts index 5394dc3..4c4204f 100644 --- a/src/lib/workers/pow.ts +++ b/src/lib/workers/pow.ts @@ -211,13 +211,6 @@ void main() { return out } - /* - for (i = 0; i<12; i++) { - B2B_G(0, 8, 16, 24, SIGMA82[i * 16 + 0], SIGMA82[i * 16 + 1]); - -> - B2B_G(0, 8, 16, 24, SIGMA82[i * 16 + 0], SIGMA82[i * 16 + 1]); - */ - static #gl: WebGL2RenderingContext | null static #program: WebGLProgram | null static #work0Location: WebGLUniformLocation | null