UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
webgl
/
VertexElementDescriptor.js
3 lines
(1 loc)
•
178 B
JavaScript
View Raw
1
2
3
class
t
{
constructor
(t,s,i,h,o,e=!
1
,r=
0
){
this
.name=t,
this
.count=s,
this
.type=i,
this
.offset=h,
this
.stride=o,
this
.normalized=e,
this
.divisor=r}}export{t
as
VertexElementDescriptor};