Skip to content

Commit e5fb51b

Browse files
committed
Adding some comments
1 parent a33f73b commit e5fb51b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/lib/Headers/hlsl.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
#pragma clang diagnostic ignored "-Whlsl-dxc-compatability"
1717
#endif
1818

19-
#include "hlsl/hlsl_detail.h"
20-
19+
// Basic types, type traits and type-independent templates.
2120
#include "hlsl/hlsl_basic_types.h"
21+
#include "hlsl/hlsl_detail.h"
2222

23+
// HLSL standard library function declarations/definitions.
2324
#include "hlsl/hlsl_alias_intrinsics.h"
2425
#include "hlsl/hlsl_intrinsics.h"
2526

0 commit comments

Comments
 (0)