molstar
Version:
A comprehensive macromolecular library.
9 lines (8 loc) • 364 B
TypeScript
/**
* Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import { TextureImage } from '../../../mol-gl/renderable/util';
export declare function getTriCount(): TextureImage<Uint8Array>;
export declare function getTriIndices(): TextureImage<Uint8Array>;