Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade deck.gl to v9.0 #69

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Upgrade deck.gl to v9.0 #69

wants to merge 1 commit into from

Conversation

flomillot
Copy link
Contributor

@flomillot flomillot commented May 17, 2024

Upgrade guides :
https://deck.gl/docs/upgrade-guide#upgrading-to-v90
https://luma.gl/docs/legacy/porting-guide/

Some problems :

  • // GLSL 1.00 shaders no longer supported, must be updated to GLSL 3.00, and doc is not updated : https://luma.gl/docs/tutorials/shader-modules
  • the upgrade guide does not seems to be accurate, ex for FEATURES.TEXTURE_FLOAT (the new constant does not exist)
  • changeFlags.extensionsChanged not mentionned in doc, always false, Model never created
  • etc...

Signed-off-by: Florent MILLOT <[email protected]>
@flomillot flomillot marked this pull request as draft May 17, 2024 14:46
Copy link

sonarcloud bot commented Sep 18, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant