You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: