You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Set maximum point primitive size based on GPU vendor ID, which can now be as large as 511.
Improved checks for timestamp GPU counter support on older devices.
Fix incorrect validation error on multilayer VkImage marked for rendering, when multilayered-rendering
is not supported on platform, but app doesn't actually attempt to render to multiple layers.
Fix dynamic pipeline state such as vkCmdSetDepthBias() sometimes ignoring pipeline dynamic
state flags when called before vkCmdBindPipeline().
Fix incorrect validation of multilayer-rendering validation when MVKImageView
does not actually perform multilayer-rendering.
Fix issue where dynamic pipeline flags were sometimes read from previously bound pipeline.
Fix issue where correct base layer and mipmap for attachment was sometimes not being used.
Add MTLFence between Metal encoders and timestamp stage counter BLIT encoder
to ensure previous work is finished before being timestamped.
Fix issue with BC1_RGB compressed format where incorrect alpha value returned.
Add vkGetMTLCommandQueueMVK() function to expose underlying MTLCommandQueue object.