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
565 stars 97 forks source link

Add support for HLSL 2021 intrinsic functions 'select', 'and', 'or' #260

Open paulbartrum opened 10 months ago

paulbartrum commented 10 months ago

Apart from adding support for these functions, I've added some test files containing HLSL 2017 and HLSL 2021 language features that are not currently supported by HLSL Tools. (I commented out everything except the part that calls the select/and/or functions, so that the unit tests still work.)

If I get time (and you're okay with it) I'll work on adding support for some of these missing features, starting with enums.