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

WGSL: Intrinsics: data packing/unpacking #5080

Closed
aleino-nv opened this issue Sep 17, 2024 · 1 comment
Closed

WGSL: Intrinsics: data packing/unpacking #5080

aleino-nv opened this issue Sep 17, 2024 · 1 comment
Assignees
Labels
goal:forward looking Feature needed at a later date, not connected to a specific use case. kind:enhancement a desirable new feature, option, or behavior

Comments

@aleino-nv
Copy link
Collaborator

packing (9 functions), unpacking (7 functions)

@aleino-nv aleino-nv added kind:enhancement a desirable new feature, option, or behavior goal:forward looking Feature needed at a later date, not connected to a specific use case. labels Sep 17, 2024
@aleino-nv aleino-nv self-assigned this Sep 17, 2024
aleino-nv added a commit to aleino-nv/slang that referenced this issue Sep 17, 2024
@jkwak-work
Copy link
Collaborator

This refers to the functions mentioned in the following sections
https://www.w3.org/TR/WGSL/#pack-builtin-functions
https://www.w3.org/TR/WGSL/#unpack-builtin-functions

aleino-nv added a commit to aleino-nv/slang that referenced this issue Sep 18, 2024
aleino-nv added a commit that referenced this issue Sep 18, 2024
* Add WGSL pack/unpack intrinsics

This addresses issue #5080.

* Add WGSL constructor intrinsics

This addresses issue #5081.

* Add WGSL derivative and miscellaneous intrinsics

This addresses issue #5083.

* Add some missing WGSL intrinsics

- degrees
- faceforward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
goal:forward looking Feature needed at a later date, not connected to a specific use case. kind:enhancement a desirable new feature, option, or behavior
Projects
None yet
Development

No branches or pull requests

2 participants