UNPKG

vue-cesium

Version:
16 lines (12 loc) 245 B
"use strict"; const text = ` in vec3 position; in vec2 st; out vec2 textureCoordinate; void main() { textureCoordinate = st; gl_Position = vec4(position, 1.0); } `; export { text as default }; //# sourceMappingURL=fullscreen.vert.mjs.map