Skip to content

Commit f921ec3

Browse files
committed
Fix formatting
1 parent b6f7c90 commit f921ec3

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

docs/DXIL.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3294,12 +3294,9 @@ Modules and Linking
32943294
===================
32953295

32963296
HLSL has linking capabilities to enable third-party libraries. The linking step happens before shader DXIL is given to the driver compilers.
3297-
Experimental library generation is added in DXIL1.1. A library could be created
3298-
by compiling with the lib_6_1 profile.
3299-
A library is a dxil container like the compile result of other shader profiles.
3300-
The difference is a library will keep information for linking like resource link
3301-
info and entry function signatures.
3302-
Library support is not part of the DXIL spec. The only requirement is linked shader must be valid DXIL.
3297+
Experimental library generation is added in DXIL1.1. A library could be created by compiling with the lib_6_1 profile.
3298+
A library is a dxil container like the compile result of other shader profiles. The difference is a library will keep information for linking like resource link info and entry function signatures.
3299+
Library support is not part of the DXIL spec. The only requirement is that the linked shader must be valid DXIL.
33033300

33043301

33053302
Additional Notes

0 commit comments

Comments
 (0)