reshade: Summarise code-section of ReshadeUniform::{PingPongUniform,RandomUniform}()
#1289
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi there! 😄
Following the positive response of PR:#998, and a followup to PR:#1260, this PR condenses and summaries some common code-fragments in
ReshadeUniform::{PingPongUniform,RandomUniform}
's constructors -()
.As usual, I kept the commit history for code-review purposes and ease however please feel free when this PR is complete, to condense / squash everything into one commit for git-history reasons if you like!
Please note:
There are additional points and questions discovered and raised in this PR. They are listed in a further comment ahead here.
Of course, happy to answer any questions and do my best explaining the design of the changeset.
Thanks and hope this helps! 😄