create-swdg-frontend 0.1.7 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -13
- package/bin/index.js +3 -244
- package/lib/argv.js +43 -0
- package/lib/cli.js +141 -0
- package/lib/constants.js +24 -0
- package/lib/gis.js +92 -0
- package/lib/manifest.js +23 -0
- package/lib/prompts.js +55 -0
- package/lib/scaffold.js +118 -0
- package/package.json +6 -2
- package/scripts/sync-template.js +120 -0
- package/scripts/validate-template.mjs +74 -0
- package/stubs/tsconfig.node.json +11 -0
- package/stubs/types-env.d.ts +9 -0
- package/stubs/vite.config.ts +64 -0
- package/template/.env.example +6 -0
- package/template/.github/workflows/ci.yml +23 -0
- package/template/.github/workflows/release.yml +69 -0
- package/template/.stylelintrc.json +7 -1
- package/template/README.md +95 -32
- package/template/auto-imports.d.ts +10 -0
- package/template/docs/MAINTAINER.md +77 -0
- package/template/docs/ONBOARDING.md +284 -0
- package/template/docs/TESTING.md +104 -0
- package/template/package.json +48 -41
- package/template/pnpm-lock.yaml +6360 -0
- package/template/scripts/gen-api.cjs +20 -7
- package/template/scripts/release.mjs +22 -28
- package/template/scripts/set-release-version.mjs +46 -0
- package/template/scripts/test-pipeline.mjs +85 -0
- package/template/scripts/test-scaffold.mjs +197 -0
- package/template/scripts/test-template.mjs +52 -0
- package/template/scripts/verify.mjs +28 -0
- package/template/scripts/vite-plugin-cesium-dev.ts +56 -0
- package/template/src/api/README.md +4 -0
- package/template/src/components/Body/index.vue +65 -35
- package/template/src/components/CesiumViewer/index.vue +36 -0
- package/template/src/components/Header/index.vue +16 -5
- package/template/src/components/OnboardingDeck/index.vue +449 -0
- package/template/src/data/onboardingSlides.ts +208 -0
- package/template/src/main.ts +1 -0
- package/template/src/router/index.ts +20 -14
- package/template/src/router/routeUtils.ts +13 -0
- package/template/src/styles/shell.css +232 -0
- package/template/src/utils/axios-middleware.js +1 -1
- package/template/src/utils/cesium/index.ts +71 -0
- package/template/src/utils/composables/useFeatureGis.ts +24 -0
- package/template/src/views/examples/cesium/index.vue +85 -0
- package/template/src/views/examples/guide/index.vue +42 -0
- package/template/src/views/examples/test/index.vue +63 -0
- package/template/src/views/index.vue +2 -3
- package/template/tests/README.md +1 -0
- package/template/tests/unit/onboardingSlides.test.ts +20 -0
- package/template/tests/unit/router.utils.test.ts +21 -0
- package/template/tests/unit/scaffold.lib.test.ts +44 -0
- package/template/tests/unit/useFeatureGis.test.ts +14 -0
- package/template/tsconfig.json +17 -17
- package/template/tsconfig.node.json +1 -1
- package/template/types/env.d.ts +13 -0
- package/template/vite.config.ts +26 -5
- package/template/vitest.config.ts +13 -0
- package/template/.env +0 -1
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_0.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_1.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_10.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_11.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_12.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_13.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_14.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_15.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_16.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_17.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_18.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_19.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_2.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_20.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_21.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_22.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_23.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_24.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_25.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_26.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_27.json +0 -438
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_3.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_4.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_5.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_6.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_7.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_8.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_9.json +0 -1012
- package/template/public/Cesium1.119/Assets/Images/bing_maps_credit.png +0 -0
- package/template/public/Cesium1.119/Assets/Images/cesium_credit.png +0 -0
- package/template/public/Cesium1.119/Assets/Images/google_earth_credit.png +0 -0
- package/template/public/Cesium1.119/Assets/Images/ion-credit.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/LensFlare/DirtMask.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/LensFlare/StarBurst.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/0/0/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/0/1/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/0/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/0/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/1/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/1/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/2/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/2/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/3/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/3/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/tilemapresource.xml +0 -14
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_my.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_px.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_py.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/airfield.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/airport.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/alcohol-shop.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/america-football.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/art-gallery.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/bakery.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/bank.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/bar.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/baseball.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/basketball.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/beer.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/bicycle.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/building.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/bus.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cafe.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/camera.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/campsite.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/car.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cemetery.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cesium.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/chemist.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cinema.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/circle-stroked.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/circle.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/city.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/clothing-store.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/college.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/commercial.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cricket.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cross.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/dam.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/danger.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/disability.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/dog-park.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/embassy.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/emergency-telephone.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/entrance.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/farm.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/fast-food.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/ferry.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/fire-station.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/fuel.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/garden.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/gift.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/golf.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/grocery.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/hairdresser.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/harbor.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/heart.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/heliport.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/hospital.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/ice-cream.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/industrial.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/land-use.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/laundry.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/library.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/lighthouse.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/lodging.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/logging.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/london-underground.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/marker-stroked.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/marker.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/minefield.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/mobilephone.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/monument.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/museum.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/music.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/oil-well.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/park.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/park2.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/parking-garage.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/parking.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/pharmacy.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/pitch.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/place-of-worship.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/playground.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/police.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/polling-place.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/post.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/prison.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rail-above.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rail-light.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rail-metro.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rail-underground.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rail.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/religious-christian.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/religious-jewish.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/religious-muslim.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/restaurant.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/roadblock.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rocket.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/school.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/scooter.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/shop.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/skiing.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/slaughterhouse.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/soccer.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/square-stroked.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/square.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/star-stroked.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/star.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/suitcase.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/swimming.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/telephone.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/tennis.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/theatre.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/toilets.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/town-hall.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/town.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/triangle-stroked.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/triangle.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/village.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/warehouse.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/waste-basket.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/water.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/wetland.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/zoo.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/moonSmall.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/pin.svg +0 -1
- package/template/public/Cesium1.119/Assets/Textures/waterNormals.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/waterNormalsSmall.jpg +0 -0
- package/template/public/Cesium1.119/Assets/approximateTerrainHeights.json +0 -10924
- package/template/public/Cesium1.119/Cesium.js +0 -185772
- package/template/public/Cesium1.119/ThirdParty/Workers/package.json +0 -3
- package/template/public/Cesium1.119/ThirdParty/Workers/pako_deflate.min.js +0 -1681
- package/template/public/Cesium1.119/ThirdParty/Workers/pako_inflate.min.js +0 -1489
- package/template/public/Cesium1.119/ThirdParty/Workers/z-worker-pako.js +0 -1070
- package/template/public/Cesium1.119/ThirdParty/basis_transcoder.wasm +0 -0
- package/template/public/Cesium1.119/ThirdParty/draco_decoder.wasm +0 -0
- package/template/public/Cesium1.119/ThirdParty/google-earth-dbroot-parser.js +0 -11424
- package/template/public/Cesium1.119/Widgets/Animation/Animation.css +0 -127
- package/template/public/Cesium1.119/Widgets/Animation/lighter.css +0 -78
- package/template/public/Cesium1.119/Widgets/BaseLayerPicker/BaseLayerPicker.css +0 -112
- package/template/public/Cesium1.119/Widgets/BaseLayerPicker/lighter.css +0 -28
- package/template/public/Cesium1.119/Widgets/Cesium3DTilesInspector/Cesium3DTilesInspector.css +0 -104
- package/template/public/Cesium1.119/Widgets/CesiumInspector/CesiumInspector.css +0 -115
- package/template/public/Cesium1.119/Widgets/CesiumWidget/CesiumWidget.css +0 -119
- package/template/public/Cesium1.119/Widgets/CesiumWidget/lighter.css +0 -14
- package/template/public/Cesium1.119/Widgets/FullscreenButton/FullscreenButton.css +0 -8
- package/template/public/Cesium1.119/Widgets/Geocoder/Geocoder.css +0 -72
- package/template/public/Cesium1.119/Widgets/Geocoder/lighter.css +0 -17
- package/template/public/Cesium1.119/Widgets/I3SBuildingSceneLayerExplorer/I3SBuildingSceneLayerExplorer.css +0 -27
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldHillshade.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldImagery.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldOcean.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/bingAerial.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/bingAerialLabels.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/bingRoads.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/blueMarble.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/earthAtNight.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapQuestOpenStreetMap.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapboxSatellite.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapboxStreets.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapboxTerrain.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/naturalEarthII.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/openStreetMap.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/sentinel-2.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stadiaAlidadeSmooth.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stadiaAlidadeSmoothDark.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stamenToner.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stamenWatercolor.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/Mouse.svg +0 -84
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/MouseLeft.svg +0 -76
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/MouseMiddle.svg +0 -76
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/MouseRight.svg +0 -76
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/Touch.svg +0 -120
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchDrag.svg +0 -129
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchRotate.svg +0 -76
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchTilt.svg +0 -135
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchZoom.svg +0 -74
- package/template/public/Cesium1.119/Widgets/Images/TerrainProviders/CesiumWorldTerrain.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/TerrainProviders/Ellipsoid.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/TimelineIcons.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/info-loading.gif +0 -0
- package/template/public/Cesium1.119/Widgets/InfoBox/InfoBox.css +0 -94
- package/template/public/Cesium1.119/Widgets/InfoBox/InfoBoxDescription.css +0 -178
- package/template/public/Cesium1.119/Widgets/NavigationHelpButton/NavigationHelpButton.css +0 -95
- package/template/public/Cesium1.119/Widgets/NavigationHelpButton/lighter.css +0 -38
- package/template/public/Cesium1.119/Widgets/PerformanceWatchdog/PerformanceWatchdog.css +0 -15
- package/template/public/Cesium1.119/Widgets/ProjectionPicker/ProjectionPicker.css +0 -46
- package/template/public/Cesium1.119/Widgets/SceneModePicker/SceneModePicker.css +0 -72
- package/template/public/Cesium1.119/Widgets/SelectionIndicator/SelectionIndicator.css +0 -22
- package/template/public/Cesium1.119/Widgets/Timeline/Timeline.css +0 -103
- package/template/public/Cesium1.119/Widgets/Timeline/lighter.css +0 -18
- package/template/public/Cesium1.119/Widgets/VRButton/VRButton.css +0 -8
- package/template/public/Cesium1.119/Widgets/Viewer/Viewer.css +0 -107
- package/template/public/Cesium1.119/Widgets/VoxelInspector/VoxelInspector.css +0 -18
- package/template/public/Cesium1.119/Widgets/lighter.css +0 -246
- package/template/public/Cesium1.119/Widgets/lighterShared.css +0 -46
- package/template/public/Cesium1.119/Widgets/shared.css +0 -103
- package/template/public/Cesium1.119/Widgets/widgets.css +0 -1376
- package/template/public/Cesium1.119/Workers/chunk-3C7WC463.js +0 -611
- package/template/public/Cesium1.119/Workers/chunk-3JW36LZF.js +0 -166
- package/template/public/Cesium1.119/Workers/chunk-4BTGX3WJ.js +0 -264
- package/template/public/Cesium1.119/Workers/chunk-4WRMLZA7.js +0 -128
- package/template/public/Cesium1.119/Workers/chunk-7Z5IIKOJ.js +0 -8046
- package/template/public/Cesium1.119/Workers/chunk-ABGXSJNX.js +0 -341
- package/template/public/Cesium1.119/Workers/chunk-AMQUWUD4.js +0 -269
- package/template/public/Cesium1.119/Workers/chunk-ATPDRNKI.js +0 -28
- package/template/public/Cesium1.119/Workers/chunk-BMHPVZ4H.js +0 -199
- package/template/public/Cesium1.119/Workers/chunk-CBEO3SHS.js +0 -1102
- package/template/public/Cesium1.119/Workers/chunk-CV7DLCWG.js +0 -485
- package/template/public/Cesium1.119/Workers/chunk-DQO6B4EQ.js +0 -76
- package/template/public/Cesium1.119/Workers/chunk-ED3TLP6D.js +0 -91
- package/template/public/Cesium1.119/Workers/chunk-EFZKO5RU.js +0 -42
- package/template/public/Cesium1.119/Workers/chunk-F5IHREXR.js +0 -2678
- package/template/public/Cesium1.119/Workers/chunk-FKRG4HDY.js +0 -516
- package/template/public/Cesium1.119/Workers/chunk-FYOYUPXG.js +0 -399
- package/template/public/Cesium1.119/Workers/chunk-GFN7NNSJ.js +0 -65
- package/template/public/Cesium1.119/Workers/chunk-HEEMUCG6.js +0 -92
- package/template/public/Cesium1.119/Workers/chunk-HSWA4OEL.js +0 -672
- package/template/public/Cesium1.119/Workers/chunk-IAC5XVZV.js +0 -287
- package/template/public/Cesium1.119/Workers/chunk-II4VNKYR.js +0 -50
- package/template/public/Cesium1.119/Workers/chunk-ILGBPNP6.js +0 -28
- package/template/public/Cesium1.119/Workers/chunk-IRH46BDL.js +0 -124
- package/template/public/Cesium1.119/Workers/chunk-IUA6FAOZ.js +0 -31
- package/template/public/Cesium1.119/Workers/chunk-K4ASOM65.js +0 -331
- package/template/public/Cesium1.119/Workers/chunk-KCIZBVXL.js +0 -258
- package/template/public/Cesium1.119/Workers/chunk-KF5NF354.js +0 -162
- package/template/public/Cesium1.119/Workers/chunk-KRKI6AAO.js +0 -773
- package/template/public/Cesium1.119/Workers/chunk-KZNJOCYU.js +0 -162
- package/template/public/Cesium1.119/Workers/chunk-O5IJ3OGP.js +0 -857
- package/template/public/Cesium1.119/Workers/chunk-OO23RBLX.js +0 -183
- package/template/public/Cesium1.119/Workers/chunk-P37AI2DW.js +0 -85
- package/template/public/Cesium1.119/Workers/chunk-PDMQLSBL.js +0 -108
- package/template/public/Cesium1.119/Workers/chunk-PEYJTJPE.js +0 -73
- package/template/public/Cesium1.119/Workers/chunk-POASMU2N.js +0 -2372
- package/template/public/Cesium1.119/Workers/chunk-PXCJYT2S.js +0 -73
- package/template/public/Cesium1.119/Workers/chunk-Q6L7X3LP.js +0 -538
- package/template/public/Cesium1.119/Workers/chunk-QB3MDM4J.js +0 -1670
- package/template/public/Cesium1.119/Workers/chunk-R6KGAEF6.js +0 -392
- package/template/public/Cesium1.119/Workers/chunk-RXTBM4OI.js +0 -57
- package/template/public/Cesium1.119/Workers/chunk-SB224QGV.js +0 -72
- package/template/public/Cesium1.119/Workers/chunk-T6BE4RZK.js +0 -37
- package/template/public/Cesium1.119/Workers/chunk-TAMCUKAR.js +0 -814
- package/template/public/Cesium1.119/Workers/chunk-TMSETF7M.js +0 -579
- package/template/public/Cesium1.119/Workers/chunk-TOGHF3VN.js +0 -376
- package/template/public/Cesium1.119/Workers/chunk-UH2WFNTA.js +0 -111
- package/template/public/Cesium1.119/Workers/chunk-V7JEDBOE.js +0 -573
- package/template/public/Cesium1.119/Workers/chunk-VBIROZR5.js +0 -633
- package/template/public/Cesium1.119/Workers/chunk-W23CU777.js +0 -271
- package/template/public/Cesium1.119/Workers/chunk-X5IHHI6X.js +0 -173
- package/template/public/Cesium1.119/Workers/chunk-XHX2UPDO.js +0 -217
- package/template/public/Cesium1.119/Workers/combineGeometry.js +0 -53
- package/template/public/Cesium1.119/Workers/createBoxGeometry.js +0 -45
- package/template/public/Cesium1.119/Workers/createBoxOutlineGeometry.js +0 -189
- package/template/public/Cesium1.119/Workers/createCircleGeometry.js +0 -148
- package/template/public/Cesium1.119/Workers/createCircleOutlineGeometry.js +0 -105
- package/template/public/Cesium1.119/Workers/createCoplanarPolygonGeometry.js +0 -293
- package/template/public/Cesium1.119/Workers/createCoplanarPolygonOutlineGeometry.js +0 -143
- package/template/public/Cesium1.119/Workers/createCorridorGeometry.js +0 -830
- package/template/public/Cesium1.119/Workers/createCorridorOutlineGeometry.js +0 -417
- package/template/public/Cesium1.119/Workers/createCylinderGeometry.js +0 -47
- package/template/public/Cesium1.119/Workers/createCylinderOutlineGeometry.js +0 -170
- package/template/public/Cesium1.119/Workers/createEllipseGeometry.js +0 -58
- package/template/public/Cesium1.119/Workers/createEllipseOutlineGeometry.js +0 -51
- package/template/public/Cesium1.119/Workers/createEllipsoidGeometry.js +0 -46
- package/template/public/Cesium1.119/Workers/createEllipsoidOutlineGeometry.js +0 -45
- package/template/public/Cesium1.119/Workers/createFrustumGeometry.js +0 -45
- package/template/public/Cesium1.119/Workers/createFrustumOutlineGeometry.js +0 -164
- package/template/public/Cesium1.119/Workers/createGeometry.js +0 -159
- package/template/public/Cesium1.119/Workers/createGroundPolylineGeometry.js +0 -911
- package/template/public/Cesium1.119/Workers/createPlaneGeometry.js +0 -185
- package/template/public/Cesium1.119/Workers/createPlaneOutlineGeometry.js +0 -93
- package/template/public/Cesium1.119/Workers/createPolygonGeometry.js +0 -884
- package/template/public/Cesium1.119/Workers/createPolygonOutlineGeometry.js +0 -359
- package/template/public/Cesium1.119/Workers/createPolylineGeometry.js +0 -349
- package/template/public/Cesium1.119/Workers/createPolylineVolumeGeometry.js +0 -262
- package/template/public/Cesium1.119/Workers/createPolylineVolumeOutlineGeometry.js +0 -177
- package/template/public/Cesium1.119/Workers/createRectangleGeometry.js +0 -787
- package/template/public/Cesium1.119/Workers/createRectangleOutlineGeometry.js +0 -299
- package/template/public/Cesium1.119/Workers/createSimplePolylineGeometry.js +0 -294
- package/template/public/Cesium1.119/Workers/createSphereGeometry.js +0 -84
- package/template/public/Cesium1.119/Workers/createSphereOutlineGeometry.js +0 -83
- package/template/public/Cesium1.119/Workers/createTaskProcessorWorker.js +0 -28
- package/template/public/Cesium1.119/Workers/createVectorTileClampedPolylines.js +0 -289
- package/template/public/Cesium1.119/Workers/createVectorTileGeometries.js +0 -258
- package/template/public/Cesium1.119/Workers/createVectorTilePoints.js +0 -79
- package/template/public/Cesium1.119/Workers/createVectorTilePolygons.js +0 -275
- package/template/public/Cesium1.119/Workers/createVectorTilePolylines.js +0 -176
- package/template/public/Cesium1.119/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +0 -375
- package/template/public/Cesium1.119/Workers/createVerticesFromHeightmap.js +0 -1772
- package/template/public/Cesium1.119/Workers/createVerticesFromQuantizedTerrainMesh.js +0 -425
- package/template/public/Cesium1.119/Workers/createWallGeometry.js +0 -320
- package/template/public/Cesium1.119/Workers/createWallOutlineGeometry.js +0 -229
- package/template/public/Cesium1.119/Workers/decodeDraco.js +0 -227
- package/template/public/Cesium1.119/Workers/decodeGoogleEarthEnterprisePacket.js +0 -1836
- package/template/public/Cesium1.119/Workers/decodeI3S.js +0 -924
- package/template/public/Cesium1.119/Workers/transcodeKTX2.js +0 -3180
- package/template/public/Cesium1.119/Workers/transferTypedArrayTest.js +0 -34
- package/template/public/Cesium1.119/Workers/upsampleQuantizedTerrainMesh.js +0 -534
- package/template/public/Cesium1.119/index.cjs +0 -185632
- package/template/public/Cesium1.119/index.js +0 -182874
- package/template/src/views/Test/index.vue +0 -56
- package/template/tests/unit/example.test.ts +0 -7
|
@@ -1,611 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Cesium - https://github.com/CesiumGS/cesium
|
|
4
|
-
* Version 1.119
|
|
5
|
-
*
|
|
6
|
-
* Copyright 2011-2022 Cesium Contributors
|
|
7
|
-
*
|
|
8
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
-
* you may not use this file except in compliance with the License.
|
|
10
|
-
* You may obtain a copy of the License at
|
|
11
|
-
*
|
|
12
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
-
*
|
|
14
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
15
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
16
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
17
|
-
* See the License for the specific language governing permissions and
|
|
18
|
-
* limitations under the License.
|
|
19
|
-
*
|
|
20
|
-
* Columbus View (Pat. Pend.)
|
|
21
|
-
*
|
|
22
|
-
* Portions licensed separately.
|
|
23
|
-
* See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
var E = {
|
|
27
|
-
DEPTH_BUFFER_BIT: 256,
|
|
28
|
-
STENCIL_BUFFER_BIT: 1024,
|
|
29
|
-
COLOR_BUFFER_BIT: 16384,
|
|
30
|
-
POINTS: 0,
|
|
31
|
-
LINES: 1,
|
|
32
|
-
LINE_LOOP: 2,
|
|
33
|
-
LINE_STRIP: 3,
|
|
34
|
-
TRIANGLES: 4,
|
|
35
|
-
TRIANGLE_STRIP: 5,
|
|
36
|
-
TRIANGLE_FAN: 6,
|
|
37
|
-
ZERO: 0,
|
|
38
|
-
ONE: 1,
|
|
39
|
-
SRC_COLOR: 768,
|
|
40
|
-
ONE_MINUS_SRC_COLOR: 769,
|
|
41
|
-
SRC_ALPHA: 770,
|
|
42
|
-
ONE_MINUS_SRC_ALPHA: 771,
|
|
43
|
-
DST_ALPHA: 772,
|
|
44
|
-
ONE_MINUS_DST_ALPHA: 773,
|
|
45
|
-
DST_COLOR: 774,
|
|
46
|
-
ONE_MINUS_DST_COLOR: 775,
|
|
47
|
-
SRC_ALPHA_SATURATE: 776,
|
|
48
|
-
FUNC_ADD: 32774,
|
|
49
|
-
BLEND_EQUATION: 32777,
|
|
50
|
-
BLEND_EQUATION_RGB: 32777,
|
|
51
|
-
BLEND_EQUATION_ALPHA: 34877,
|
|
52
|
-
FUNC_SUBTRACT: 32778,
|
|
53
|
-
FUNC_REVERSE_SUBTRACT: 32779,
|
|
54
|
-
BLEND_DST_RGB: 32968,
|
|
55
|
-
BLEND_SRC_RGB: 32969,
|
|
56
|
-
BLEND_DST_ALPHA: 32970,
|
|
57
|
-
BLEND_SRC_ALPHA: 32971,
|
|
58
|
-
CONSTANT_COLOR: 32769,
|
|
59
|
-
ONE_MINUS_CONSTANT_COLOR: 32770,
|
|
60
|
-
CONSTANT_ALPHA: 32771,
|
|
61
|
-
ONE_MINUS_CONSTANT_ALPHA: 32772,
|
|
62
|
-
BLEND_COLOR: 32773,
|
|
63
|
-
ARRAY_BUFFER: 34962,
|
|
64
|
-
ELEMENT_ARRAY_BUFFER: 34963,
|
|
65
|
-
ARRAY_BUFFER_BINDING: 34964,
|
|
66
|
-
ELEMENT_ARRAY_BUFFER_BINDING: 34965,
|
|
67
|
-
STREAM_DRAW: 35040,
|
|
68
|
-
STATIC_DRAW: 35044,
|
|
69
|
-
DYNAMIC_DRAW: 35048,
|
|
70
|
-
BUFFER_SIZE: 34660,
|
|
71
|
-
BUFFER_USAGE: 34661,
|
|
72
|
-
CURRENT_VERTEX_ATTRIB: 34342,
|
|
73
|
-
FRONT: 1028,
|
|
74
|
-
BACK: 1029,
|
|
75
|
-
FRONT_AND_BACK: 1032,
|
|
76
|
-
CULL_FACE: 2884,
|
|
77
|
-
BLEND: 3042,
|
|
78
|
-
DITHER: 3024,
|
|
79
|
-
STENCIL_TEST: 2960,
|
|
80
|
-
DEPTH_TEST: 2929,
|
|
81
|
-
SCISSOR_TEST: 3089,
|
|
82
|
-
POLYGON_OFFSET_FILL: 32823,
|
|
83
|
-
SAMPLE_ALPHA_TO_COVERAGE: 32926,
|
|
84
|
-
SAMPLE_COVERAGE: 32928,
|
|
85
|
-
NO_ERROR: 0,
|
|
86
|
-
INVALID_ENUM: 1280,
|
|
87
|
-
INVALID_VALUE: 1281,
|
|
88
|
-
INVALID_OPERATION: 1282,
|
|
89
|
-
OUT_OF_MEMORY: 1285,
|
|
90
|
-
CW: 2304,
|
|
91
|
-
CCW: 2305,
|
|
92
|
-
LINE_WIDTH: 2849,
|
|
93
|
-
ALIASED_POINT_SIZE_RANGE: 33901,
|
|
94
|
-
ALIASED_LINE_WIDTH_RANGE: 33902,
|
|
95
|
-
CULL_FACE_MODE: 2885,
|
|
96
|
-
FRONT_FACE: 2886,
|
|
97
|
-
DEPTH_RANGE: 2928,
|
|
98
|
-
DEPTH_WRITEMASK: 2930,
|
|
99
|
-
DEPTH_CLEAR_VALUE: 2931,
|
|
100
|
-
DEPTH_FUNC: 2932,
|
|
101
|
-
STENCIL_CLEAR_VALUE: 2961,
|
|
102
|
-
STENCIL_FUNC: 2962,
|
|
103
|
-
STENCIL_FAIL: 2964,
|
|
104
|
-
STENCIL_PASS_DEPTH_FAIL: 2965,
|
|
105
|
-
STENCIL_PASS_DEPTH_PASS: 2966,
|
|
106
|
-
STENCIL_REF: 2967,
|
|
107
|
-
STENCIL_VALUE_MASK: 2963,
|
|
108
|
-
STENCIL_WRITEMASK: 2968,
|
|
109
|
-
STENCIL_BACK_FUNC: 34816,
|
|
110
|
-
STENCIL_BACK_FAIL: 34817,
|
|
111
|
-
STENCIL_BACK_PASS_DEPTH_FAIL: 34818,
|
|
112
|
-
STENCIL_BACK_PASS_DEPTH_PASS: 34819,
|
|
113
|
-
STENCIL_BACK_REF: 36003,
|
|
114
|
-
STENCIL_BACK_VALUE_MASK: 36004,
|
|
115
|
-
STENCIL_BACK_WRITEMASK: 36005,
|
|
116
|
-
VIEWPORT: 2978,
|
|
117
|
-
SCISSOR_BOX: 3088,
|
|
118
|
-
COLOR_CLEAR_VALUE: 3106,
|
|
119
|
-
COLOR_WRITEMASK: 3107,
|
|
120
|
-
UNPACK_ALIGNMENT: 3317,
|
|
121
|
-
PACK_ALIGNMENT: 3333,
|
|
122
|
-
MAX_TEXTURE_SIZE: 3379,
|
|
123
|
-
MAX_VIEWPORT_DIMS: 3386,
|
|
124
|
-
SUBPIXEL_BITS: 3408,
|
|
125
|
-
RED_BITS: 3410,
|
|
126
|
-
GREEN_BITS: 3411,
|
|
127
|
-
BLUE_BITS: 3412,
|
|
128
|
-
ALPHA_BITS: 3413,
|
|
129
|
-
DEPTH_BITS: 3414,
|
|
130
|
-
STENCIL_BITS: 3415,
|
|
131
|
-
POLYGON_OFFSET_UNITS: 10752,
|
|
132
|
-
POLYGON_OFFSET_FACTOR: 32824,
|
|
133
|
-
TEXTURE_BINDING_2D: 32873,
|
|
134
|
-
SAMPLE_BUFFERS: 32936,
|
|
135
|
-
SAMPLES: 32937,
|
|
136
|
-
SAMPLE_COVERAGE_VALUE: 32938,
|
|
137
|
-
SAMPLE_COVERAGE_INVERT: 32939,
|
|
138
|
-
COMPRESSED_TEXTURE_FORMATS: 34467,
|
|
139
|
-
DONT_CARE: 4352,
|
|
140
|
-
FASTEST: 4353,
|
|
141
|
-
NICEST: 4354,
|
|
142
|
-
GENERATE_MIPMAP_HINT: 33170,
|
|
143
|
-
BYTE: 5120,
|
|
144
|
-
UNSIGNED_BYTE: 5121,
|
|
145
|
-
SHORT: 5122,
|
|
146
|
-
UNSIGNED_SHORT: 5123,
|
|
147
|
-
INT: 5124,
|
|
148
|
-
UNSIGNED_INT: 5125,
|
|
149
|
-
FLOAT: 5126,
|
|
150
|
-
DEPTH_COMPONENT: 6402,
|
|
151
|
-
ALPHA: 6406,
|
|
152
|
-
RGB: 6407,
|
|
153
|
-
RGBA: 6408,
|
|
154
|
-
LUMINANCE: 6409,
|
|
155
|
-
LUMINANCE_ALPHA: 6410,
|
|
156
|
-
UNSIGNED_SHORT_4_4_4_4: 32819,
|
|
157
|
-
UNSIGNED_SHORT_5_5_5_1: 32820,
|
|
158
|
-
UNSIGNED_SHORT_5_6_5: 33635,
|
|
159
|
-
FRAGMENT_SHADER: 35632,
|
|
160
|
-
VERTEX_SHADER: 35633,
|
|
161
|
-
MAX_VERTEX_ATTRIBS: 34921,
|
|
162
|
-
MAX_VERTEX_UNIFORM_VECTORS: 36347,
|
|
163
|
-
MAX_VARYING_VECTORS: 36348,
|
|
164
|
-
MAX_COMBINED_TEXTURE_IMAGE_UNITS: 35661,
|
|
165
|
-
MAX_VERTEX_TEXTURE_IMAGE_UNITS: 35660,
|
|
166
|
-
MAX_TEXTURE_IMAGE_UNITS: 34930,
|
|
167
|
-
MAX_FRAGMENT_UNIFORM_VECTORS: 36349,
|
|
168
|
-
SHADER_TYPE: 35663,
|
|
169
|
-
DELETE_STATUS: 35712,
|
|
170
|
-
LINK_STATUS: 35714,
|
|
171
|
-
VALIDATE_STATUS: 35715,
|
|
172
|
-
ATTACHED_SHADERS: 35717,
|
|
173
|
-
ACTIVE_UNIFORMS: 35718,
|
|
174
|
-
ACTIVE_ATTRIBUTES: 35721,
|
|
175
|
-
SHADING_LANGUAGE_VERSION: 35724,
|
|
176
|
-
CURRENT_PROGRAM: 35725,
|
|
177
|
-
NEVER: 512,
|
|
178
|
-
LESS: 513,
|
|
179
|
-
EQUAL: 514,
|
|
180
|
-
LEQUAL: 515,
|
|
181
|
-
GREATER: 516,
|
|
182
|
-
NOTEQUAL: 517,
|
|
183
|
-
GEQUAL: 518,
|
|
184
|
-
ALWAYS: 519,
|
|
185
|
-
KEEP: 7680,
|
|
186
|
-
REPLACE: 7681,
|
|
187
|
-
INCR: 7682,
|
|
188
|
-
DECR: 7683,
|
|
189
|
-
INVERT: 5386,
|
|
190
|
-
INCR_WRAP: 34055,
|
|
191
|
-
DECR_WRAP: 34056,
|
|
192
|
-
VENDOR: 7936,
|
|
193
|
-
RENDERER: 7937,
|
|
194
|
-
VERSION: 7938,
|
|
195
|
-
NEAREST: 9728,
|
|
196
|
-
LINEAR: 9729,
|
|
197
|
-
NEAREST_MIPMAP_NEAREST: 9984,
|
|
198
|
-
LINEAR_MIPMAP_NEAREST: 9985,
|
|
199
|
-
NEAREST_MIPMAP_LINEAR: 9986,
|
|
200
|
-
LINEAR_MIPMAP_LINEAR: 9987,
|
|
201
|
-
TEXTURE_MAG_FILTER: 10240,
|
|
202
|
-
TEXTURE_MIN_FILTER: 10241,
|
|
203
|
-
TEXTURE_WRAP_S: 10242,
|
|
204
|
-
TEXTURE_WRAP_T: 10243,
|
|
205
|
-
TEXTURE_2D: 3553,
|
|
206
|
-
TEXTURE: 5890,
|
|
207
|
-
TEXTURE_CUBE_MAP: 34067,
|
|
208
|
-
TEXTURE_BINDING_CUBE_MAP: 34068,
|
|
209
|
-
TEXTURE_CUBE_MAP_POSITIVE_X: 34069,
|
|
210
|
-
TEXTURE_CUBE_MAP_NEGATIVE_X: 34070,
|
|
211
|
-
TEXTURE_CUBE_MAP_POSITIVE_Y: 34071,
|
|
212
|
-
TEXTURE_CUBE_MAP_NEGATIVE_Y: 34072,
|
|
213
|
-
TEXTURE_CUBE_MAP_POSITIVE_Z: 34073,
|
|
214
|
-
TEXTURE_CUBE_MAP_NEGATIVE_Z: 34074,
|
|
215
|
-
MAX_CUBE_MAP_TEXTURE_SIZE: 34076,
|
|
216
|
-
TEXTURE0: 33984,
|
|
217
|
-
TEXTURE1: 33985,
|
|
218
|
-
TEXTURE2: 33986,
|
|
219
|
-
TEXTURE3: 33987,
|
|
220
|
-
TEXTURE4: 33988,
|
|
221
|
-
TEXTURE5: 33989,
|
|
222
|
-
TEXTURE6: 33990,
|
|
223
|
-
TEXTURE7: 33991,
|
|
224
|
-
TEXTURE8: 33992,
|
|
225
|
-
TEXTURE9: 33993,
|
|
226
|
-
TEXTURE10: 33994,
|
|
227
|
-
TEXTURE11: 33995,
|
|
228
|
-
TEXTURE12: 33996,
|
|
229
|
-
TEXTURE13: 33997,
|
|
230
|
-
TEXTURE14: 33998,
|
|
231
|
-
TEXTURE15: 33999,
|
|
232
|
-
TEXTURE16: 34e3,
|
|
233
|
-
TEXTURE17: 34001,
|
|
234
|
-
TEXTURE18: 34002,
|
|
235
|
-
TEXTURE19: 34003,
|
|
236
|
-
TEXTURE20: 34004,
|
|
237
|
-
TEXTURE21: 34005,
|
|
238
|
-
TEXTURE22: 34006,
|
|
239
|
-
TEXTURE23: 34007,
|
|
240
|
-
TEXTURE24: 34008,
|
|
241
|
-
TEXTURE25: 34009,
|
|
242
|
-
TEXTURE26: 34010,
|
|
243
|
-
TEXTURE27: 34011,
|
|
244
|
-
TEXTURE28: 34012,
|
|
245
|
-
TEXTURE29: 34013,
|
|
246
|
-
TEXTURE30: 34014,
|
|
247
|
-
TEXTURE31: 34015,
|
|
248
|
-
ACTIVE_TEXTURE: 34016,
|
|
249
|
-
REPEAT: 10497,
|
|
250
|
-
CLAMP_TO_EDGE: 33071,
|
|
251
|
-
MIRRORED_REPEAT: 33648,
|
|
252
|
-
FLOAT_VEC2: 35664,
|
|
253
|
-
FLOAT_VEC3: 35665,
|
|
254
|
-
FLOAT_VEC4: 35666,
|
|
255
|
-
INT_VEC2: 35667,
|
|
256
|
-
INT_VEC3: 35668,
|
|
257
|
-
INT_VEC4: 35669,
|
|
258
|
-
BOOL: 35670,
|
|
259
|
-
BOOL_VEC2: 35671,
|
|
260
|
-
BOOL_VEC3: 35672,
|
|
261
|
-
BOOL_VEC4: 35673,
|
|
262
|
-
FLOAT_MAT2: 35674,
|
|
263
|
-
FLOAT_MAT3: 35675,
|
|
264
|
-
FLOAT_MAT4: 35676,
|
|
265
|
-
SAMPLER_2D: 35678,
|
|
266
|
-
SAMPLER_CUBE: 35680,
|
|
267
|
-
VERTEX_ATTRIB_ARRAY_ENABLED: 34338,
|
|
268
|
-
VERTEX_ATTRIB_ARRAY_SIZE: 34339,
|
|
269
|
-
VERTEX_ATTRIB_ARRAY_STRIDE: 34340,
|
|
270
|
-
VERTEX_ATTRIB_ARRAY_TYPE: 34341,
|
|
271
|
-
VERTEX_ATTRIB_ARRAY_NORMALIZED: 34922,
|
|
272
|
-
VERTEX_ATTRIB_ARRAY_POINTER: 34373,
|
|
273
|
-
VERTEX_ATTRIB_ARRAY_BUFFER_BINDING: 34975,
|
|
274
|
-
IMPLEMENTATION_COLOR_READ_TYPE: 35738,
|
|
275
|
-
IMPLEMENTATION_COLOR_READ_FORMAT: 35739,
|
|
276
|
-
COMPILE_STATUS: 35713,
|
|
277
|
-
LOW_FLOAT: 36336,
|
|
278
|
-
MEDIUM_FLOAT: 36337,
|
|
279
|
-
HIGH_FLOAT: 36338,
|
|
280
|
-
LOW_INT: 36339,
|
|
281
|
-
MEDIUM_INT: 36340,
|
|
282
|
-
HIGH_INT: 36341,
|
|
283
|
-
FRAMEBUFFER: 36160,
|
|
284
|
-
RENDERBUFFER: 36161,
|
|
285
|
-
RGBA4: 32854,
|
|
286
|
-
RGB5_A1: 32855,
|
|
287
|
-
RGB565: 36194,
|
|
288
|
-
DEPTH_COMPONENT16: 33189,
|
|
289
|
-
STENCIL_INDEX: 6401,
|
|
290
|
-
STENCIL_INDEX8: 36168,
|
|
291
|
-
DEPTH_STENCIL: 34041,
|
|
292
|
-
RENDERBUFFER_WIDTH: 36162,
|
|
293
|
-
RENDERBUFFER_HEIGHT: 36163,
|
|
294
|
-
RENDERBUFFER_INTERNAL_FORMAT: 36164,
|
|
295
|
-
RENDERBUFFER_RED_SIZE: 36176,
|
|
296
|
-
RENDERBUFFER_GREEN_SIZE: 36177,
|
|
297
|
-
RENDERBUFFER_BLUE_SIZE: 36178,
|
|
298
|
-
RENDERBUFFER_ALPHA_SIZE: 36179,
|
|
299
|
-
RENDERBUFFER_DEPTH_SIZE: 36180,
|
|
300
|
-
RENDERBUFFER_STENCIL_SIZE: 36181,
|
|
301
|
-
FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE: 36048,
|
|
302
|
-
FRAMEBUFFER_ATTACHMENT_OBJECT_NAME: 36049,
|
|
303
|
-
FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL: 36050,
|
|
304
|
-
FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE: 36051,
|
|
305
|
-
COLOR_ATTACHMENT0: 36064,
|
|
306
|
-
DEPTH_ATTACHMENT: 36096,
|
|
307
|
-
STENCIL_ATTACHMENT: 36128,
|
|
308
|
-
DEPTH_STENCIL_ATTACHMENT: 33306,
|
|
309
|
-
NONE: 0,
|
|
310
|
-
FRAMEBUFFER_COMPLETE: 36053,
|
|
311
|
-
FRAMEBUFFER_INCOMPLETE_ATTACHMENT: 36054,
|
|
312
|
-
FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: 36055,
|
|
313
|
-
FRAMEBUFFER_INCOMPLETE_DIMENSIONS: 36057,
|
|
314
|
-
FRAMEBUFFER_UNSUPPORTED: 36061,
|
|
315
|
-
FRAMEBUFFER_BINDING: 36006,
|
|
316
|
-
RENDERBUFFER_BINDING: 36007,
|
|
317
|
-
MAX_RENDERBUFFER_SIZE: 34024,
|
|
318
|
-
INVALID_FRAMEBUFFER_OPERATION: 1286,
|
|
319
|
-
UNPACK_FLIP_Y_WEBGL: 37440,
|
|
320
|
-
UNPACK_PREMULTIPLY_ALPHA_WEBGL: 37441,
|
|
321
|
-
CONTEXT_LOST_WEBGL: 37442,
|
|
322
|
-
UNPACK_COLORSPACE_CONVERSION_WEBGL: 37443,
|
|
323
|
-
BROWSER_DEFAULT_WEBGL: 37444,
|
|
324
|
-
COMPRESSED_RGB_S3TC_DXT1_EXT: 33776,
|
|
325
|
-
COMPRESSED_RGBA_S3TC_DXT1_EXT: 33777,
|
|
326
|
-
COMPRESSED_RGBA_S3TC_DXT3_EXT: 33778,
|
|
327
|
-
COMPRESSED_RGBA_S3TC_DXT5_EXT: 33779,
|
|
328
|
-
COMPRESSED_RGB_PVRTC_4BPPV1_IMG: 35840,
|
|
329
|
-
COMPRESSED_RGB_PVRTC_2BPPV1_IMG: 35841,
|
|
330
|
-
COMPRESSED_RGBA_PVRTC_4BPPV1_IMG: 35842,
|
|
331
|
-
COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: 35843,
|
|
332
|
-
COMPRESSED_RGBA_ASTC_4x4_WEBGL: 37808,
|
|
333
|
-
COMPRESSED_RGB_ETC1_WEBGL: 36196,
|
|
334
|
-
COMPRESSED_RGBA_BPTC_UNORM: 36492,
|
|
335
|
-
HALF_FLOAT_OES: 36193,
|
|
336
|
-
DOUBLE: 5130,
|
|
337
|
-
READ_BUFFER: 3074,
|
|
338
|
-
UNPACK_ROW_LENGTH: 3314,
|
|
339
|
-
UNPACK_SKIP_ROWS: 3315,
|
|
340
|
-
UNPACK_SKIP_PIXELS: 3316,
|
|
341
|
-
PACK_ROW_LENGTH: 3330,
|
|
342
|
-
PACK_SKIP_ROWS: 3331,
|
|
343
|
-
PACK_SKIP_PIXELS: 3332,
|
|
344
|
-
COLOR: 6144,
|
|
345
|
-
DEPTH: 6145,
|
|
346
|
-
STENCIL: 6146,
|
|
347
|
-
RED: 6403,
|
|
348
|
-
RGB8: 32849,
|
|
349
|
-
RGBA8: 32856,
|
|
350
|
-
RGB10_A2: 32857,
|
|
351
|
-
TEXTURE_BINDING_3D: 32874,
|
|
352
|
-
UNPACK_SKIP_IMAGES: 32877,
|
|
353
|
-
UNPACK_IMAGE_HEIGHT: 32878,
|
|
354
|
-
TEXTURE_3D: 32879,
|
|
355
|
-
TEXTURE_WRAP_R: 32882,
|
|
356
|
-
MAX_3D_TEXTURE_SIZE: 32883,
|
|
357
|
-
UNSIGNED_INT_2_10_10_10_REV: 33640,
|
|
358
|
-
MAX_ELEMENTS_VERTICES: 33e3,
|
|
359
|
-
MAX_ELEMENTS_INDICES: 33001,
|
|
360
|
-
TEXTURE_MIN_LOD: 33082,
|
|
361
|
-
TEXTURE_MAX_LOD: 33083,
|
|
362
|
-
TEXTURE_BASE_LEVEL: 33084,
|
|
363
|
-
TEXTURE_MAX_LEVEL: 33085,
|
|
364
|
-
MIN: 32775,
|
|
365
|
-
MAX: 32776,
|
|
366
|
-
DEPTH_COMPONENT24: 33190,
|
|
367
|
-
MAX_TEXTURE_LOD_BIAS: 34045,
|
|
368
|
-
TEXTURE_COMPARE_MODE: 34892,
|
|
369
|
-
TEXTURE_COMPARE_FUNC: 34893,
|
|
370
|
-
CURRENT_QUERY: 34917,
|
|
371
|
-
QUERY_RESULT: 34918,
|
|
372
|
-
QUERY_RESULT_AVAILABLE: 34919,
|
|
373
|
-
STREAM_READ: 35041,
|
|
374
|
-
STREAM_COPY: 35042,
|
|
375
|
-
STATIC_READ: 35045,
|
|
376
|
-
STATIC_COPY: 35046,
|
|
377
|
-
DYNAMIC_READ: 35049,
|
|
378
|
-
DYNAMIC_COPY: 35050,
|
|
379
|
-
MAX_DRAW_BUFFERS: 34852,
|
|
380
|
-
DRAW_BUFFER0: 34853,
|
|
381
|
-
DRAW_BUFFER1: 34854,
|
|
382
|
-
DRAW_BUFFER2: 34855,
|
|
383
|
-
DRAW_BUFFER3: 34856,
|
|
384
|
-
DRAW_BUFFER4: 34857,
|
|
385
|
-
DRAW_BUFFER5: 34858,
|
|
386
|
-
DRAW_BUFFER6: 34859,
|
|
387
|
-
DRAW_BUFFER7: 34860,
|
|
388
|
-
DRAW_BUFFER8: 34861,
|
|
389
|
-
DRAW_BUFFER9: 34862,
|
|
390
|
-
DRAW_BUFFER10: 34863,
|
|
391
|
-
DRAW_BUFFER11: 34864,
|
|
392
|
-
DRAW_BUFFER12: 34865,
|
|
393
|
-
DRAW_BUFFER13: 34866,
|
|
394
|
-
DRAW_BUFFER14: 34867,
|
|
395
|
-
DRAW_BUFFER15: 34868,
|
|
396
|
-
MAX_FRAGMENT_UNIFORM_COMPONENTS: 35657,
|
|
397
|
-
MAX_VERTEX_UNIFORM_COMPONENTS: 35658,
|
|
398
|
-
SAMPLER_3D: 35679,
|
|
399
|
-
SAMPLER_2D_SHADOW: 35682,
|
|
400
|
-
FRAGMENT_SHADER_DERIVATIVE_HINT: 35723,
|
|
401
|
-
PIXEL_PACK_BUFFER: 35051,
|
|
402
|
-
PIXEL_UNPACK_BUFFER: 35052,
|
|
403
|
-
PIXEL_PACK_BUFFER_BINDING: 35053,
|
|
404
|
-
PIXEL_UNPACK_BUFFER_BINDING: 35055,
|
|
405
|
-
FLOAT_MAT2x3: 35685,
|
|
406
|
-
FLOAT_MAT2x4: 35686,
|
|
407
|
-
FLOAT_MAT3x2: 35687,
|
|
408
|
-
FLOAT_MAT3x4: 35688,
|
|
409
|
-
FLOAT_MAT4x2: 35689,
|
|
410
|
-
FLOAT_MAT4x3: 35690,
|
|
411
|
-
SRGB: 35904,
|
|
412
|
-
SRGB8: 35905,
|
|
413
|
-
SRGB8_ALPHA8: 35907,
|
|
414
|
-
COMPARE_REF_TO_TEXTURE: 34894,
|
|
415
|
-
RGBA32F: 34836,
|
|
416
|
-
RGB32F: 34837,
|
|
417
|
-
RGBA16F: 34842,
|
|
418
|
-
RGB16F: 34843,
|
|
419
|
-
VERTEX_ATTRIB_ARRAY_INTEGER: 35069,
|
|
420
|
-
MAX_ARRAY_TEXTURE_LAYERS: 35071,
|
|
421
|
-
MIN_PROGRAM_TEXEL_OFFSET: 35076,
|
|
422
|
-
MAX_PROGRAM_TEXEL_OFFSET: 35077,
|
|
423
|
-
MAX_VARYING_COMPONENTS: 35659,
|
|
424
|
-
TEXTURE_2D_ARRAY: 35866,
|
|
425
|
-
TEXTURE_BINDING_2D_ARRAY: 35869,
|
|
426
|
-
R11F_G11F_B10F: 35898,
|
|
427
|
-
UNSIGNED_INT_10F_11F_11F_REV: 35899,
|
|
428
|
-
RGB9_E5: 35901,
|
|
429
|
-
UNSIGNED_INT_5_9_9_9_REV: 35902,
|
|
430
|
-
TRANSFORM_FEEDBACK_BUFFER_MODE: 35967,
|
|
431
|
-
MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS: 35968,
|
|
432
|
-
TRANSFORM_FEEDBACK_VARYINGS: 35971,
|
|
433
|
-
TRANSFORM_FEEDBACK_BUFFER_START: 35972,
|
|
434
|
-
TRANSFORM_FEEDBACK_BUFFER_SIZE: 35973,
|
|
435
|
-
TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: 35976,
|
|
436
|
-
RASTERIZER_DISCARD: 35977,
|
|
437
|
-
MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS: 35978,
|
|
438
|
-
MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS: 35979,
|
|
439
|
-
INTERLEAVED_ATTRIBS: 35980,
|
|
440
|
-
SEPARATE_ATTRIBS: 35981,
|
|
441
|
-
TRANSFORM_FEEDBACK_BUFFER: 35982,
|
|
442
|
-
TRANSFORM_FEEDBACK_BUFFER_BINDING: 35983,
|
|
443
|
-
RGBA32UI: 36208,
|
|
444
|
-
RGB32UI: 36209,
|
|
445
|
-
RGBA16UI: 36214,
|
|
446
|
-
RGB16UI: 36215,
|
|
447
|
-
RGBA8UI: 36220,
|
|
448
|
-
RGB8UI: 36221,
|
|
449
|
-
RGBA32I: 36226,
|
|
450
|
-
RGB32I: 36227,
|
|
451
|
-
RGBA16I: 36232,
|
|
452
|
-
RGB16I: 36233,
|
|
453
|
-
RGBA8I: 36238,
|
|
454
|
-
RGB8I: 36239,
|
|
455
|
-
RED_INTEGER: 36244,
|
|
456
|
-
RGB_INTEGER: 36248,
|
|
457
|
-
RGBA_INTEGER: 36249,
|
|
458
|
-
SAMPLER_2D_ARRAY: 36289,
|
|
459
|
-
SAMPLER_2D_ARRAY_SHADOW: 36292,
|
|
460
|
-
SAMPLER_CUBE_SHADOW: 36293,
|
|
461
|
-
UNSIGNED_INT_VEC2: 36294,
|
|
462
|
-
UNSIGNED_INT_VEC3: 36295,
|
|
463
|
-
UNSIGNED_INT_VEC4: 36296,
|
|
464
|
-
INT_SAMPLER_2D: 36298,
|
|
465
|
-
INT_SAMPLER_3D: 36299,
|
|
466
|
-
INT_SAMPLER_CUBE: 36300,
|
|
467
|
-
INT_SAMPLER_2D_ARRAY: 36303,
|
|
468
|
-
UNSIGNED_INT_SAMPLER_2D: 36306,
|
|
469
|
-
UNSIGNED_INT_SAMPLER_3D: 36307,
|
|
470
|
-
UNSIGNED_INT_SAMPLER_CUBE: 36308,
|
|
471
|
-
UNSIGNED_INT_SAMPLER_2D_ARRAY: 36311,
|
|
472
|
-
DEPTH_COMPONENT32F: 36012,
|
|
473
|
-
DEPTH32F_STENCIL8: 36013,
|
|
474
|
-
FLOAT_32_UNSIGNED_INT_24_8_REV: 36269,
|
|
475
|
-
FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING: 33296,
|
|
476
|
-
FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE: 33297,
|
|
477
|
-
FRAMEBUFFER_ATTACHMENT_RED_SIZE: 33298,
|
|
478
|
-
FRAMEBUFFER_ATTACHMENT_GREEN_SIZE: 33299,
|
|
479
|
-
FRAMEBUFFER_ATTACHMENT_BLUE_SIZE: 33300,
|
|
480
|
-
FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE: 33301,
|
|
481
|
-
FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE: 33302,
|
|
482
|
-
FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE: 33303,
|
|
483
|
-
FRAMEBUFFER_DEFAULT: 33304,
|
|
484
|
-
UNSIGNED_INT_24_8: 34042,
|
|
485
|
-
DEPTH24_STENCIL8: 35056,
|
|
486
|
-
UNSIGNED_NORMALIZED: 35863,
|
|
487
|
-
DRAW_FRAMEBUFFER_BINDING: 36006,
|
|
488
|
-
READ_FRAMEBUFFER: 36008,
|
|
489
|
-
DRAW_FRAMEBUFFER: 36009,
|
|
490
|
-
READ_FRAMEBUFFER_BINDING: 36010,
|
|
491
|
-
RENDERBUFFER_SAMPLES: 36011,
|
|
492
|
-
FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER: 36052,
|
|
493
|
-
MAX_COLOR_ATTACHMENTS: 36063,
|
|
494
|
-
COLOR_ATTACHMENT1: 36065,
|
|
495
|
-
COLOR_ATTACHMENT2: 36066,
|
|
496
|
-
COLOR_ATTACHMENT3: 36067,
|
|
497
|
-
COLOR_ATTACHMENT4: 36068,
|
|
498
|
-
COLOR_ATTACHMENT5: 36069,
|
|
499
|
-
COLOR_ATTACHMENT6: 36070,
|
|
500
|
-
COLOR_ATTACHMENT7: 36071,
|
|
501
|
-
COLOR_ATTACHMENT8: 36072,
|
|
502
|
-
COLOR_ATTACHMENT9: 36073,
|
|
503
|
-
COLOR_ATTACHMENT10: 36074,
|
|
504
|
-
COLOR_ATTACHMENT11: 36075,
|
|
505
|
-
COLOR_ATTACHMENT12: 36076,
|
|
506
|
-
COLOR_ATTACHMENT13: 36077,
|
|
507
|
-
COLOR_ATTACHMENT14: 36078,
|
|
508
|
-
COLOR_ATTACHMENT15: 36079,
|
|
509
|
-
FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: 36182,
|
|
510
|
-
MAX_SAMPLES: 36183,
|
|
511
|
-
HALF_FLOAT: 5131,
|
|
512
|
-
RG: 33319,
|
|
513
|
-
RG_INTEGER: 33320,
|
|
514
|
-
R8: 33321,
|
|
515
|
-
RG8: 33323,
|
|
516
|
-
R16F: 33325,
|
|
517
|
-
R32F: 33326,
|
|
518
|
-
RG16F: 33327,
|
|
519
|
-
RG32F: 33328,
|
|
520
|
-
R8I: 33329,
|
|
521
|
-
R8UI: 33330,
|
|
522
|
-
R16I: 33331,
|
|
523
|
-
R16UI: 33332,
|
|
524
|
-
R32I: 33333,
|
|
525
|
-
R32UI: 33334,
|
|
526
|
-
RG8I: 33335,
|
|
527
|
-
RG8UI: 33336,
|
|
528
|
-
RG16I: 33337,
|
|
529
|
-
RG16UI: 33338,
|
|
530
|
-
RG32I: 33339,
|
|
531
|
-
RG32UI: 33340,
|
|
532
|
-
VERTEX_ARRAY_BINDING: 34229,
|
|
533
|
-
R8_SNORM: 36756,
|
|
534
|
-
RG8_SNORM: 36757,
|
|
535
|
-
RGB8_SNORM: 36758,
|
|
536
|
-
RGBA8_SNORM: 36759,
|
|
537
|
-
SIGNED_NORMALIZED: 36764,
|
|
538
|
-
COPY_READ_BUFFER: 36662,
|
|
539
|
-
COPY_WRITE_BUFFER: 36663,
|
|
540
|
-
COPY_READ_BUFFER_BINDING: 36662,
|
|
541
|
-
COPY_WRITE_BUFFER_BINDING: 36663,
|
|
542
|
-
UNIFORM_BUFFER: 35345,
|
|
543
|
-
UNIFORM_BUFFER_BINDING: 35368,
|
|
544
|
-
UNIFORM_BUFFER_START: 35369,
|
|
545
|
-
UNIFORM_BUFFER_SIZE: 35370,
|
|
546
|
-
MAX_VERTEX_UNIFORM_BLOCKS: 35371,
|
|
547
|
-
MAX_FRAGMENT_UNIFORM_BLOCKS: 35373,
|
|
548
|
-
MAX_COMBINED_UNIFORM_BLOCKS: 35374,
|
|
549
|
-
MAX_UNIFORM_BUFFER_BINDINGS: 35375,
|
|
550
|
-
MAX_UNIFORM_BLOCK_SIZE: 35376,
|
|
551
|
-
MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS: 35377,
|
|
552
|
-
MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS: 35379,
|
|
553
|
-
UNIFORM_BUFFER_OFFSET_ALIGNMENT: 35380,
|
|
554
|
-
ACTIVE_UNIFORM_BLOCKS: 35382,
|
|
555
|
-
UNIFORM_TYPE: 35383,
|
|
556
|
-
UNIFORM_SIZE: 35384,
|
|
557
|
-
UNIFORM_BLOCK_INDEX: 35386,
|
|
558
|
-
UNIFORM_OFFSET: 35387,
|
|
559
|
-
UNIFORM_ARRAY_STRIDE: 35388,
|
|
560
|
-
UNIFORM_MATRIX_STRIDE: 35389,
|
|
561
|
-
UNIFORM_IS_ROW_MAJOR: 35390,
|
|
562
|
-
UNIFORM_BLOCK_BINDING: 35391,
|
|
563
|
-
UNIFORM_BLOCK_DATA_SIZE: 35392,
|
|
564
|
-
UNIFORM_BLOCK_ACTIVE_UNIFORMS: 35394,
|
|
565
|
-
UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES: 35395,
|
|
566
|
-
UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER: 35396,
|
|
567
|
-
UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER: 35398,
|
|
568
|
-
INVALID_INDEX: 4294967295,
|
|
569
|
-
MAX_VERTEX_OUTPUT_COMPONENTS: 37154,
|
|
570
|
-
MAX_FRAGMENT_INPUT_COMPONENTS: 37157,
|
|
571
|
-
MAX_SERVER_WAIT_TIMEOUT: 37137,
|
|
572
|
-
OBJECT_TYPE: 37138,
|
|
573
|
-
SYNC_CONDITION: 37139,
|
|
574
|
-
SYNC_STATUS: 37140,
|
|
575
|
-
SYNC_FLAGS: 37141,
|
|
576
|
-
SYNC_FENCE: 37142,
|
|
577
|
-
SYNC_GPU_COMMANDS_COMPLETE: 37143,
|
|
578
|
-
UNSIGNALED: 37144,
|
|
579
|
-
SIGNALED: 37145,
|
|
580
|
-
ALREADY_SIGNALED: 37146,
|
|
581
|
-
TIMEOUT_EXPIRED: 37147,
|
|
582
|
-
CONDITION_SATISFIED: 37148,
|
|
583
|
-
WAIT_FAILED: 37149,
|
|
584
|
-
SYNC_FLUSH_COMMANDS_BIT: 1,
|
|
585
|
-
VERTEX_ATTRIB_ARRAY_DIVISOR: 35070,
|
|
586
|
-
ANY_SAMPLES_PASSED: 35887,
|
|
587
|
-
ANY_SAMPLES_PASSED_CONSERVATIVE: 36202,
|
|
588
|
-
SAMPLER_BINDING: 35097,
|
|
589
|
-
RGB10_A2UI: 36975,
|
|
590
|
-
INT_2_10_10_10_REV: 36255,
|
|
591
|
-
TRANSFORM_FEEDBACK: 36386,
|
|
592
|
-
TRANSFORM_FEEDBACK_PAUSED: 36387,
|
|
593
|
-
TRANSFORM_FEEDBACK_ACTIVE: 36388,
|
|
594
|
-
TRANSFORM_FEEDBACK_BINDING: 36389,
|
|
595
|
-
COMPRESSED_R11_EAC: 37488,
|
|
596
|
-
COMPRESSED_SIGNED_R11_EAC: 37489,
|
|
597
|
-
COMPRESSED_RG11_EAC: 37490,
|
|
598
|
-
COMPRESSED_SIGNED_RG11_EAC: 37491,
|
|
599
|
-
COMPRESSED_RGB8_ETC2: 37492,
|
|
600
|
-
COMPRESSED_SRGB8_ETC2: 37493,
|
|
601
|
-
COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2: 37494,
|
|
602
|
-
COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2: 37495,
|
|
603
|
-
COMPRESSED_RGBA8_ETC2_EAC: 37496,
|
|
604
|
-
COMPRESSED_SRGB8_ALPHA8_ETC2_EAC: 37497,
|
|
605
|
-
TEXTURE_IMMUTABLE_FORMAT: 37167,
|
|
606
|
-
MAX_ELEMENT_INDEX: 36203,
|
|
607
|
-
TEXTURE_IMMUTABLE_LEVELS: 33503,
|
|
608
|
-
MAX_TEXTURE_MAX_ANISOTROPY_EXT: 34047,
|
|
609
|
-
},
|
|
610
|
-
_ = Object.freeze(E);
|
|
611
|
-
export { _ as a };
|