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

fract function #60

Open
SolitudeSF opened this issue Aug 16, 2022 · 2 comments
Open

fract function #60

SolitudeSF opened this issue Aug 16, 2022 · 2 comments

Comments

@SolitudeSF
Copy link

I was trying to port some glsl shaders with shady, but i discovered that vmath doesnt provide fract function. It does provide fractional proc for floats only, and doesnt generate vector variant, so i dont know what is the intended way for its inclusion and parity with glsl. not a big deal, since we have floor, but annoying anyway.

@treeform
Copy link
Owner

I have run into this as well I will be renaming fractional to fract and adding support for vectors soon.

@treeform
Copy link
Owner

treeform commented Mar 4, 2023

#66

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

2 participants