mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-21 07:19:30 -07:00
Renaming the shaders again, because the extensions I gave them were confusing GitHub's syntax highlighting.
This commit is contained in:
@@ -67,7 +67,7 @@ export default (regl, config, inputs) => {
|
||||
const palette = makePalette(regl, config.paletteEntries);
|
||||
const { backgroundColor } = config;
|
||||
|
||||
const palettePassFrag = loadText("shaders/palettePass.frag");
|
||||
const palettePassFrag = loadText("shaders/palettePass.frag.glsl");
|
||||
|
||||
const render = regl({
|
||||
frag: regl.prop("frag"),
|
||||
|
||||
Reference in New Issue
Block a user