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

Add extension for GLSL ES 3.1 bit functions #3714

Open
kenrussell opened this issue Feb 10, 2025 · 0 comments
Open

Add extension for GLSL ES 3.1 bit functions #3714

kenrussell opened this issue Feb 10, 2025 · 0 comments

Comments

@kenrussell
Copy link
Member

Per the WebGL working group conference call of 2025-02-06 and #3704 it was agreed to add an extension for the math operations added in GLSL ES 3.1:

  • Integer Functions
    • bitfieldExtract and bitfieldInsert
    • bitfieldReverse
    • bitCount
    • findLSB and findMSB
    • uaddCarry and usubBorrow
    • umulExtended and imulExtended
  • Floating-Point Pack and Unpack Functions
    • [un]packUnorm4x8
    • [un]packSnorm4x8
  • Common Functions
    • mix with genIType/genUType/genBType
    • frexp and ldexp
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

No branches or pull requests

1 participant