Skip to content
Snippets Groups Projects
Commit 926fb38c authored by AronKovacs's avatar AronKovacs
Browse files

added contributors

parent 5a14fcab
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
* *
* @author Alexander Rose <alexander.rose@weirdbyte.de> * @author Alexander Rose <alexander.rose@weirdbyte.de>
* @author Áron Samuel Kovács <aron.kovacs@mail.muni.cz>
*/ */
import { QuadSchema, QuadValues } from '../../mol-gl/compute/util'; import { QuadSchema, QuadValues } from '../../mol-gl/compute/util';
......
/**
* Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
* @author Áron Samuel Kovács <aron.kovacs@mail.muni.cz>
*/
export default ` export default `
#if defined(dRenderVariant_colorWboit) #if defined(dRenderVariant_colorWboit)
if (!uRenderWboit) { if (!uRenderWboit) {
......
/**
* Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Áron Samuel Kovács <aron.kovacs@mail.muni.cz>
*/
export default ` export default `
precision highp float; precision highp float;
precision highp int; precision highp int;
......
/**
* Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
* @author Áron Samuel Kovács <aron.kovacs@mail.muni.cz>
*/
export default ` export default `
precision highp float; precision highp float;
precision highp int; precision highp int;
......
/**
* Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Áron Samuel Kovács <aron.kovacs@mail.muni.cz>
*/
export default ` export default `
precision highp float; precision highp float;
precision highp int; precision highp int;
......
/**
* Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
* @author Áron Samuel Kovács <aron.kovacs@mail.muni.cz>
*/
export default ` export default `
precision highp float; precision highp float;
precision highp int; precision highp int;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment