最新代码
This commit is contained in:
13
public/sdk/three/jsm/renderers/common/Pipeline.js
Normal file
13
public/sdk/three/jsm/renderers/common/Pipeline.js
Normal file
@ -0,0 +1,13 @@
|
||||
class Pipeline {
|
||||
|
||||
constructor( cacheKey ) {
|
||||
|
||||
this.cacheKey = cacheKey;
|
||||
|
||||
this.usedTimes = 0;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default Pipeline;
|
Reference in New Issue
Block a user