-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[HLSL][RootSignature] Add parsing of floats for StaticSampler #140181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1c40e03
pre-req: add missing token to Lexer
inbelic f3ace33
pre-req: add parsing of MipLODBias as an uint
inbelic 9be00bd
add support for parsing signed integer for float param
inbelic d4608c3
add support for parsing a float for float param
inbelic 5d2a90f
add testing for over/underflow and addresses other opStatus
inbelic 80628f5
self-review: treat postive integer as unsigned
inbelic 001ea4d
review: remove INT32_MAX constraint
inbelic 64e13df
self-review: remove lingering cast
inbelic c3f4604
self-review: use proper float comparison
inbelic 211850a
review: add constraint on magnitude of signed integer
inbelic 265c729
review: remove use of float.h for numeric_limits
inbelic ba4e2ae
review: spell out types
inbelic d5fbc7c
review: don't use else after return
inbelic ff0791f
self-review: fix typo
inbelic a2174da
review: use c++ style casting
inbelic e60ec79
review: initialize directly
inbelic b507dba
review: add explicit comment of how the float is handled
inbelic 12e972c
review: let `handleIntLiteral` properly handle a signed positive integer
inbelic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.