-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
We need tests in test/Feature/HLSLLib that exercises the CheckAccessFullyMapped function. This should use a Load, Sample, or Gather overload that returns the status of the operation on a resource, and then call CheckAccessFullyMapped on that.
Some interesting DXC implementation details to consider:
- If the status bit is used by something other than CheckAccessFullyMapped, DXC will implicitly call CheckAccessFullyMapped
- If CheckAccessFullyMapped is called on something other than an operation status, DXC will silently cast the input's least significant bit to a bool and return it.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Closed