HlslTools
HlslTools copied to clipboard
'out' keyword autoreplaced with 'AABBOutsideFrustum' in IntelliSense
When writing function declarations that use the 'out' keyword, it is automatically transformed into 'AABBOutsideFrustum' as that's the first suggestion.
To reproduce, try to type the following in an HLSL file:
void MyFunc(int a, out int b)
After hitting spacebar after 'out', the keyword gets autocorrected into 'AABBOutsideFrustum' and has to be manually changed.