UNPKG

three

Version:

JavaScript 3D library

14 lines (7 loc) 130 B
class Pipeline { constructor( cacheKey ) { this.cacheKey = cacheKey; this.usedTimes = 0; } } export default Pipeline;