-
Notifications
You must be signed in to change notification settings - Fork 211
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
Port fp64 module to UBO #2262
Port fp64 module to UBO #2262
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big thanks for this @felixpalmer
@@ -93,7 +93,7 @@ export {pbrMaterial} from './modules/lighting/pbr-material/pbr-material'; | |||
// DEPRECATED - v8 legacy shader modules (non-uniform buffer) | |||
|
|||
// math libraries | |||
export {fp64, fp64arithmetic} from './modules-webgl1/math/fp64/fp64'; | |||
// export {fp64, fp64arithmetic} from './modules-webgl1/math/fp64/fp64'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we cut instead? At least on master which is targeting 9.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm in favour of removing all the old modules-webgl1
code & exports. I think it has all been ported
@ibgreen FYI when cherry-picking into 9.1 I removed:
from |
For visgl/deck.gl#8997, once merged will also apply to
9.1-release
to unblock visgl/deck.gl#9160Change List
defaultUniforms
instead ofgetUniforms