-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for VK_EXT_sample_locations extension.
Supports only setting custom sample locations in subpasses via vkBeginRenderpass. Does not support setting custom sample locations via vkCmdBindPipeline or vkCmdSetSampleLocationsEXT, although collects that info for possible future enhancements. - MVKPhysicalDevice track platform support and respond to property queries. - MVKCmdBeginRenderPassBase collect subpass custom sample locations. - MVKPipeline support dynamic state values beyond 31. - MVKPipeline collect custom sample locations. - Add MVKCmdSetSampleLocations to support vkCmdSetSampleLocations to collect dynamic custom sample locations. - MVKCommandEncoder support collecting custom sample positions from subpass and dynamic, and set into MTLRenderPassDescriptor for each Metal render pass. - MVKArrayRef add assignment operator. - Add MVKPhysicalDeviceMetalFeatures::programmableSamplePositions. - Update VK_MVK_MOLTENVK_SPEC_VERSION to version 34. - MVKCommandBuffer.h remove obsolete comment documentation. - Update Whats_New.md.
- Loading branch information
1 parent
148823a
commit 3c0644f
Showing
18 changed files
with
247 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.