Newer
Older
HuangJiPC / public / static / three / examples / jsm / shaders / DOFMipMapShader.d.ts
@zhangdeliang zhangdeliang on 21 Jun 224 bytes update
import {
	Uniform
} from '../../../src/Three';

export const DOFMipMapShader: {
	uniforms: {
		tColor: Uniform;
		tDepth: Uniform;
		focus: Uniform;
		maxblur: Uniform;
	};
	vertexShader: string;
	fragmentShader: string;
};