Skip to content

Commit fcd038e

Browse files
committed
typos, inaccuracies
1 parent 25e865a commit fcd038e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/0024-opacity-micromaps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ DXIL op is used.
136136

137137
The new DXIL Op, `AllocateRayQuery2`, will have this signature:
138138
```DXIL
139-
; Function Attrs:
140-
nounwind declare i32 @dx.op.allocateRayQuery2(i32 OpCode, i32 constRayFlags, i32 RayQueryFlags)
139+
; Function Attrs: nounwind
140+
declare i32 @dx.op.allocateRayQuery2(i32 OpCode, i32 constRayFlags, i32 RayQueryFlags)
141141
```
142142

143143
The DXIL operations which either accept or return `RayFlags`, and therefore may
@@ -229,8 +229,8 @@ point to the RayQuery object declaration, where this RayQueryFlag needs to be
229229
specified.
230230
231231
#### Validation Changes
232-
Three DXIL operations accept `RayFlags` as input, but only one requires this
233-
input to be immediate: `AllocateRayQuery`.
232+
Four DXIL operations accept `RayFlags` as input, but only two requires these
233+
flags input to be immediate: `AllocateRayQuery` and `AllocateRayQuery2`.
234234
235235
Validation will be added to ensure the flags are constant on input to
236236
the `AllocateRayQuery` and `AllocateRayQuery2` DXIL operation.

0 commit comments

Comments
 (0)