Skip to content

Commit 8a156e3

Browse files
committed
Use "register space" instead of "bind space"
1 parent a26e9d9 commit 8a156e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/docs/DirectX/DXILResources.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ There are a number of properties associated with a resource in DXIL.
3838

3939
`Binding information`
4040
Information about where the resource comes from. This is either (a) a
41-
binding space, lower bound in that space, and size of the binding, or (b) an
42-
index into a dynamic resource heap.
41+
register space, lower bound in that space, and size of the binding, or (b)
42+
an index into a dynamic resource heap.
4343

4444
In LLVM we represent binding information in the arguments of the
4545
:ref:`handle creation intrinsics <dxil-resources-handles>`. When generating
@@ -228,14 +228,14 @@ subsumes it.
228228
-
229229
- A ``target()`` type
230230
- A handle which can be operated on
231-
* - ``%bind_space``
231+
* - ``%reg_space``
232232
- 1
233233
- ``i32``
234-
- Bind space ID in the root signature for this resource.
234+
- Register space ID in the root signature for this resource.
235235
* - ``%lower_bound``
236236
- 2
237237
- ``i32``
238-
- Lower bound of the binding in its bind space.
238+
- Lower bound of the binding in its register space.
239239
* - ``%range_size``
240240
- 3
241241
- ``i32``

0 commit comments

Comments
 (0)