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

vk: layout transition clean up #7217

Merged
merged 3 commits into from
Oct 2, 2023
Merged

vk: layout transition clean up #7217

merged 3 commits into from
Oct 2, 2023

Conversation

poweifeng
Copy link
Contributor

  • Return the correct SubresourceRange for depth attachments
  • Fix transition for when one layout within mulitple mip-levels is different
  • Use implicit layout transition for renderpasses
  • Fix access mask for sampler in vertex shaders
  • Use unordered_map for VkSubresourceRange in VulkanTexture

@poweifeng poweifeng added the internal Issue/PR does not affect clients label Sep 28, 2023
 - Return the correct SubresourceRange for depth attachments
 - Fix transition for when one layout within mulitple mip-levels
   is different
 - Use implicit layout transition for renderpasses
 - Fix access mask for sampler in vertex shaders
 - Use unordered_map for VkSubresourceRange in VulkanTexture
@poweifeng poweifeng merged commit df50f4c into main Oct 2, 2023
11 checks passed
@poweifeng poweifeng deleted the pf/vk-layout-changes branch October 2, 2023 17:54
plepers pushed a commit to plepers/filament that referenced this pull request Dec 9, 2023
- Return the correct SubresourceRange for depth attachments
 - Fix transition for when one layout within mulitple mip-levels
   is different
 - Use implicit layout transition for renderpasses
 - Fix access mask for sampler in vertex shaders
 - Use unordered_map for VkSubresourceRange in VulkanTexture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants