Came up with some performance improvements. Hopefully this will help it run better on more machines leading up to the sequel coming out.

This commit is contained in:
Rezmason
2021-07-11 18:18:13 -07:00
parent d094f7e0b7
commit 6708ab03a7
8 changed files with 40 additions and 24 deletions

View File

@@ -19,7 +19,7 @@ const prideStripeColors = [
].flat();
export default (regl, config, inputs) => {
const output = makePassFBO(regl);
const output = makePassFBO(regl, config.useHalfFloat);
const stripeColors =
"stripeColors" in config