import { FragmentShader } from '../fragment.shader'; /** * Built-in basic 2D Fragment Shader, shading fragments with a uniform color * * // TODO fragment shaders at this level of complexity vary less between 2D and 3D than vertex shaders * // is it worth having the split at all? */ export declare const FRAGMENT_BASIC: FragmentShader;