Skip to content

Commit

Permalink
Reset dynamic descriptor offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Oct 9, 2024
1 parent ab3632c commit c469d00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ void kope_d3d12_device_execute_command_list(kope_g5_device *device, kope_g5_comm

wait_for_fence(device, device->d3d12.execution_fence, device->d3d12.execution_event, allocator_execution_index);

list->d3d12.dynamic_descriptor_offsets[allocator_index] = 0;
list->d3d12.allocator[allocator_index]->Reset();
list->d3d12.list->Reset(list->d3d12.allocator[allocator_index], NULL);

Expand Down

0 comments on commit c469d00

Please sign in to comment.