UNPKG
regl-shape
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
2D shape shader for regl
github.com/paulkre/regl-shape
paulkre/regl-shape
regl-shape
/
lib
/
update-dash-texture.d.ts
3 lines
(2 loc)
•
135 B
TypeScript
View Raw
1
2
3
import
{
Texture2D
}
from
"regl"
;
export
declare
function
updateDashTextureAndGetLength
(
texture
:
Texture2D
,
dashes
:
number
[]
):
number
;