UNPKG
vue-cesium-jyt
Version:
latest (3.0.10-fix2)
3.0.10
3.0.10-fix2
3.0.10-fix1
Vue 3.x components for CesiumJS.
github.com/brantroy/vue-cesium
brantroy/vue-cesium
vue-cesium-jyt
/
lib
/
components
/
overlays
/
wind
/
glsl
/
segmentDraw.frag.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
declare const text
=
"
\n
void main() {
\n
const vec4 white = vec4(1.0);
\n
gl_FragColor = white;
\n
}
\n
"
; export
default
text;