Skip to content

Bump to-float32 package #31

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

Merged
merged 1 commit into from
Jun 29, 2021
Merged

Conversation

Seranicio
Copy link
Contributor

@Seranicio Seranicio commented Jun 29, 2021

Upgrades to-float32 package and uses the new version to improve the performance when drawing.

You can see the to-float32 package changes here

Other packages PRs: here, here

@archmoj

cc: @alexcjohnson

Upgrades to-float32 package and uses the new version to improve the
performance when drawing.
@archmoj
Copy link
Contributor

archmoj commented Jun 29, 2021

💃

@archmoj archmoj merged commit 42f96b2 into gl-vis:master Jun 29, 2021
positionBuffer({
data: f32.float(positions),
var float_data = f32.float32(positions)
state.positionBuffer({
Copy link
Contributor

@archmoj archmoj Jun 29, 2021

Choose a reason for hiding this comment

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

state is not defined!
Fixed in 42113ea

positionFractBuffer({
data: f32.fract(positions),
var frac_data = f32.fract32(positions, float_data)
state.positionFractBuffer({
Copy link
Contributor

Choose a reason for hiding this comment

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

Also here state is not defined!
Fixed in 42113ea

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.

2 participants