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

[core] Track channel usage for textures #221

Merged
merged 6 commits into from
Apr 8, 2021
Merged

Conversation

donmccurdy
Copy link
Owner

@donmccurdy donmccurdy commented Apr 8, 2021

Fixes #220.

Requires extensions and materials to identify channels in use when linking a texture. Enables future work to identify channel usage when applying KTX compression, particularly when textures are reused by multiple extensions, without requiring knowledge of the extension details elsewhere in the library.

@donmccurdy donmccurdy added this to the v0.10 milestone Apr 8, 2021
@donmccurdy donmccurdy changed the title [core] Recreate TextureLink class; track texture channel use. [core] Track channel usage for textures Apr 8, 2021
@donmccurdy donmccurdy merged commit a12e2f5 into main Apr 8, 2021
@donmccurdy donmccurdy deleted the feat-texture-link-channels branch April 8, 2021 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use correct texture types for PBR Next extensions
1 participant