We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
numPoints
The size of int can be platform specific. Is there any possibility of defining https://github.com/nianticlabs/spz/blob/main/src/cc/splat-c-types.h#L14 as a type of explicit width like int32_t or uint64_t or something?
int
int32_t
uint64_t
The text was updated successfully, but these errors were encountered:
@hobu Agreed.
Sorry, something went wrong.
@hobu happy to update this (or approve a merge request), question: should antialiased be uint8_t instead of bool?
antialiased
uint8_t
bool
No branches or pull requests
The size of
int
can be platform specific. Is there any possibility of defining https://github.com/nianticlabs/spz/blob/main/src/cc/splat-c-types.h#L14 as a type of explicit width likeint32_t
oruint64_t
or something?The text was updated successfully, but these errors were encountered: