Type Alias ShaderSources

ShaderSources: {
    pixel: string;
    vertex: string;
}