Skip to content

Commit cf12cee

Browse files
committed
pull master
2 parents 9814b88 + 6b793e2 commit cf12cee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/nbl/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,8 +883,11 @@ source_group(TREE "${NBL_ROOT_PATH}"
883883
)
884884

885885
# we want HLSL intelisense with all fancy features
886+
# NOTE: don't use HLSL Tools component but map .hlsl
887+
# file ext to C++ intellisense in VS settings
888+
886889
# https://marketplace.visualstudio.com/items?itemName=TimGJones.HLSLToolsforVisualStudio
887-
# but intellisense doesn't work in VS2026 with the ext even tho I seem to have correct config,
890+
# intellisense doesn't work in VS2026 with the ext even tho I seem to have correct config,
888891
# there is syntax highlighting however it cannot resolve any #include file and
889892
# in VS2022 this ext literally breaks the IDE making it unresponsive.
890893
# One could not use it at all and rely on C++ intellisense for .hlsl files,

0 commit comments

Comments
 (0)