We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f9e7f commit a0403e7Copy full SHA for a0403e7
llvm/docs/SPIRVUsage.rst
@@ -265,7 +265,11 @@ previous type has the representation
265
Inline SPIR-V Types
266
-------------------
267
268
-User-specified types may be represented using target extension types:
+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
273
274
.. table:: Inline SPIR-V Types
275
0 commit comments