UNPKG

three

Version:

JavaScript 3D library

12 lines (10 loc) 175 B
import { Uniform } from '../../../src/Three'; export const GammaCorrectionShader: { uniforms: { tDiffuse: Uniform; }; vertexShader: string; fragmentShader: string; };