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

add support for VK_EXT_texture_compression_astc_hdr #2944

Closed
wants to merge 1 commit into from

Conversation

thisisjimmyfb
Copy link
Contributor

add supprot for VK_EXT_texture_compression_astc_hdr

@baldurk
Copy link
Owner

baldurk commented May 24, 2023

This PR does not look complete, you've only added the extension to the whitelist but you've not implemented anything for it. Vulkan extensions all have feature structures and most have property structures that need to be handled in next chains and serialised, and this extension introduces new formats which will need to be handled (at least to the extent that RenderDoc handles ASTC at all).

@thisisjimmyfb
Copy link
Contributor Author

Ok! I'll need to take a look at what needs to be serialized for proper support, but it could take sometime for me to do it. I might end up finding someone else to do this.

@baldurk
Copy link
Owner

baldurk commented Jun 1, 2023

No problem. If you're not sure when you'll look at it I will close this PR for now then, but please feel free to open a new PR when you or someone has had time to look at it more.

@baldurk baldurk closed this Jun 1, 2023
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

Successfully merging this pull request may close these issues.

2 participants