We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fcaa2 commit 4738fe7Copy full SHA for 4738fe7
layers/sync/sync_access_state.h
@@ -521,7 +521,7 @@ class ResourceAccessState {
521
522
VkPipelineStageFlags2 last_read_stages;
523
VkPipelineStageFlags2 read_execution_barriers;
524
- using ReadStates = small_vector<ReadState, 3, uint32_t>;
+ using ReadStates = small_vector<ReadState, 2, uint32_t>;
525
ReadStates last_reads;
526
527
// TODO Input Attachment cleanup for multiple reads in a given stage
0 commit comments