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

Bump to 9.1.0-alpha #8833

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Bump to 9.1.0-alpha #8833

wants to merge 1 commit into from

Conversation

ibgreen
Copy link
Collaborator

@ibgreen ibgreen commented Apr 25, 2024

Closes #

Background

Change List

  • Bump luma.gl to 9.1.0-alpha.2
  • Bump deck's lerna.json to 9.1.0-alpha

@@ -3,7 +3,7 @@
"description": "deck.gl layers that aggregate the input data into alternative representations",
"license": "MIT",
"type": "module",
"version": "9.0.0-beta.11",
"version": "9.1.0-alpha.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are managed by lerna, please don't edit them manually.

@@ -65,7 +65,8 @@ export default class TriangleLayer extends Layer<_TriangleLayerProps> {
{name: 'positions', format: 'float32x3'},
{name: 'texCoords', format: 'float32x2'}
],
topology: 'triangle-fan-webgl',
// TODO v9.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exactly is the todo here?

dataFormat: 6402, // gl.DEPTH_COMPONENT
type: 5125 // gl.UNSIGNED_INT
// dataFormat: 6402, // gl.DEPTH_COMPONENT
// type: 5125 // gl.UNSIGNED_INT
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can delete these safely

@@ -251,8 +251,8 @@ export default class CollisionFilterEffect implements Effect {
mipmaps: false,

// TODO fix getWebGLTextureParameters() in luma to avoid passing deprecated parameters
dataFormat: 6402, // gl.DEPTH_COMPONENT
type: 5125 // gl.UNSIGNED_INT
// dataFormat: 6402, // gl.DEPTH_COMPONENT
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can delete these safely

@ibgreen ibgreen force-pushed the luma91 branch 2 times, most recently from 7d3246e to df4cb35 Compare April 29, 2024 15:35
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.

None yet

2 participants