mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
12 lines
184 B
TypeScript
12 lines
184 B
TypeScript
import {
|
|
Uniform
|
|
} from '../../../src/Three';
|
|
|
|
export const SepiaShader: {
|
|
uniforms: {
|
|
tDiffuse: Uniform;
|
|
amount: Uniform;
|
|
};
|
|
vertexShader: string;
|
|
fragmentShader: string;
|
|
};
|