-
Notifications
You must be signed in to change notification settings - Fork 420
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
bp: Remove simple derived state objects #9486
bp: Remove simple derived state objects #9486
Conversation
CI Vulkan-ValidationLayers build queued with queue ID 375602. |
CI Vulkan-ValidationLayers build # 19114 running. |
CI Vulkan-ValidationLayers build # 19114 failed. |
d3c8c80
to
f441a3f
Compare
CI Vulkan-ValidationLayers build queued with queue ID 375625. |
CI Vulkan-ValidationLayers build # 19115 running. |
CI Vulkan-ValidationLayers build # 19115 failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeremyg-lunarg trying to be the git blame
for Best Practice now too!!
These are fairly simple and not likely to cause performance problems. Just get rid of them so that it is easier to change how state tracking works. Image and CommandBuffer are a completely different story...
f441a3f
to
461da44
Compare
CI Vulkan-ValidationLayers build queued with queue ID 376313. |
CI Vulkan-ValidationLayers build # 19128 running. |
CI Vulkan-ValidationLayers build # 19128 failed. |
CI Vulkan-ValidationLayers build queued with queue ID 376410. |
CI Vulkan-ValidationLayers build # 19134 running. |
CI Vulkan-ValidationLayers build # 19134 passed. |
These are fairly simple and not likely to cause performance problems. Just get rid of them so that it is easier to change how state tracking works.
Image and CommandBuffer are a completely different story...