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

Update uint64_t documentation #127

Closed
timblakely opened this issue Mar 14, 2019 · 0 comments
Closed

Update uint64_t documentation #127

timblakely opened this issue Mar 14, 2019 · 0 comments

Comments

@timblakely
Copy link
Contributor

Looks like the image_layer_rendering.md doc needs to be updated to reflect the change in uint64_t from

struct uint64_t {
  vec4 low, high;
};

to

struct uint64_t {
  highp uvec2 value;
};

Other uintX_t values/definitions on that page might need updating as well (haven't tried them yet).

@jbms jbms closed this as completed in 801cdd0 Apr 9, 2019
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