Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In GLSL I would use
uintBitsToFloat(0x2F800000u)
to get the minimum f32 (following this). However, that function doesn't seem to exist in WGSL. Is there any workaround for that?Beta Was this translation helpful? Give feedback.
All reactions