tgjones / HlslTools

A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
http://timjones.io/blog/archive/2016/04/25/hlsl-tools-for-visual-studio-v1.0-released
Other
553 stars 95 forks source link

Line directive has optional filename argument. #266

Open TIMONz1535 opened 3 months ago

TIMONz1535 commented 3 months ago
#line 10 "file.hlsl"  // valid
#line 20              // valid too