Skip to content

Commit a0403e7

Browse files
committed
Add link to HLSL spec
1 parent 78f9e7f commit a0403e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

llvm/docs/SPIRVUsage.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,11 @@ previous type has the representation
265265
Inline SPIR-V Types
266266
-------------------
267267

268-
User-specified types may be represented using target extension types:
268+
HLSL allows users to create types representing specific SPIR-V types, using ``vk::SpirvType`` and
269+
``vk::SpirvOpaqueType``. These are specified in the `Inline SPIR-V`_ proposal. They may be
270+
represented using target extension types:
271+
272+
.. _Inline SPIR-V: https://microsoft.github.io/hlsl-specs/proposals/0011-inline-spirv.html#types
269273

270274
.. table:: Inline SPIR-V Types
271275

0 commit comments

Comments
 (0)