-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes in
push_constants
handling of overlapping ranges
After this edit, `push_constants` will go through all `overlapping_push_constant_ranges` from `PipelineLayout` and pushes the overlapping subset of the data with the correct stages flags to satisfy VUID-vkCmdPushConstants-offset-01795 and VUID-vkCmdPushConstants-offset-01796. This commit also fixes buffer overflow bug when using offset that is not zero.
- Loading branch information
Showing
1 changed file
with
40 additions
and
41 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