c++ - 如何在VS2015中使用HLSL智能提示?

浏览:37日期:2023-05-28

问题描述

问题解答

回答1:

http://timjones.tw/blog/archive/2015/10/06/introducing-hlsl-tools-for-visual-studio

HLSL Tools is a Visual Studio extension - for VS2013 and VS2015,Community Edition upwards - that provides enhanced support for editingHigh Level Shading Language (HLSL) files.

You can install HLSL Tools from within Visual Studio (Tools > Extensions and Updates, search for “HLSL Tools”)or download it from the Visual Studio Galleryand here’s the GitHub repo

相关文章: