UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
webgl-engine
/
collections
/
Component
/
RenderGeometry.js
3 lines
(1 loc)
•
154 B
JavaScript
View Raw
1
2
3
class
s
{
constructor
(s,i,t,e){
this
.vao=s,
this
.primitiveType=i,
this
.parameters=t,
this
.indexed=e}dispose(){
this
.vao.dispose()}}export{s
as
RenderGeometry};