]> zoso.dev Git - libnemo.git/commitdiff
Increase default GPU usage for pow.
authorChris Duncan <chris@zoso.dev>
Wed, 4 Dec 2024 00:27:20 +0000 (16:27 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 4 Dec 2024 00:27:20 +0000 (16:27 -0800)
src/lib/pow.ts

index f7b975f50844b74fe773c8a26eb2136c2dd578de..94cc3dcef53831337299d83b2ccf09b68116ed30 100644 (file)
@@ -48,8 +48,8 @@ const p = () => {
        // Both width and height must be multiple of 256, (one byte)
        // but do not need to be the same,
        // matching GPU capabilities is the aim
-       const webglWidth = 256 * 2
-       const webglHeight = 256 * 2
+       const webglWidth = 256 * 4
+       const webglHeight = 256 * 4
 
        function hexify (arr: number[] | Uint8Array): string {
                let out = ''