是否有适用于 Visual Studio 2005 的 HLSL 插件?

发布于 2024-07-13 03:26:09 字数 43 浏览 6 评论 0原文

至少会添加代码语法着色的东西?

HLSL 3 优先。

Something that at least would add code syntax coloring?

HLSL 3 preferably.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

書生途 2024-07-20 03:26:09

不幸的是,InteliShade 网站似乎已经陷入困境。 虽然我还没有找到另一个插件来添加 hlsl 突出显示,但我确实找到了一些 手动说明,将语法突出显示定义添加到 Visual Studio。

您必须下载CG工具包
来自 nVidia 网站。 然后在
文件夹\NVI​​DIA
Corporation\Cg\msdev_syntax_highlighting\
它会是一个名为
usertype.dat 那么你将不得不做
这个..

  1. 将 usertype.dat 文件复制到 \Microsoft Visual Studio 8\Common7\IDE
  2. 打开注册表编辑器并转到以下位置 -
    HKLM\SOFTWARE\Microsoft\VisualStudio\8.0\Languages\File
    扩展
  3. 复制 .cpp 密钥中的默认值。
  4. 在文件扩展名下创建一个名为 .cg 的新密钥
  5. 将刚刚复制的值粘贴到默认值中。
  6. 重新启动 Visual Studio,您的着色器现在应该具有语法
    突出显示。

一切都会准备就绪。

The InteliShade website appears to be dead in the water, unfortunately. While I have not yet found another plugin to add hlsl highlighting, I did find some manual instructions on gamedev.net to add the syntax highlighting definitions to Visual Studio.

You have to download the CG Toolkit
from the nVidia site. Then in the
folder \NVIDIA
Corporation\Cg\msdev_syntax_highlighting\
its gonna be a file called
usertype.dat then you will have to do
this..

  1. Copy the usertype.dat file to \Microsoft Visual Studio 8\Common7\IDE
  2. Open up the registry editor and go to the following location -
    HKLM\SOFTWARE\Microsoft\VisualStudio\8.0\Languages\File
    Extensions
  3. Copy the default value from the .cpp key.
  4. Create a new key under the File Extensions with the name of .cg
  5. Paste the value you just copied into the default value.
  6. Restart Visual Studio and your shaders should now have syntax
    highlighting.

and it will be all set.

っ〆星空下的拥抱 2024-07-20 03:26:09

事实上,是有的。 它称为 InteliShade,可以在 http://intelishade.net/ 找到

Actually, there is. It is called InteliShade and can be found at http://intelishade.net/

厌倦 2024-07-20 03:26:09

Intelishade 似乎工作得很好,在使用 XNA 框架时使用了它,但在编码着色器方面仍然很糟糕>。>

Intelishade Seems to work well, Used it while working with the XNA framework, Still suck at coding shaders tho >.>

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文