在Visual Studio中整合HLSL編譯器

來源:互聯網
上載者:User
     工具->外部工具->添加,標題可以隨意設定,比如"HLSLCompiler"。命令為DXSDK所帶的HLSL編譯器fxc地址,比如“D:\Program Files\Microsoft DirectX SDK (February 2010)\Utilities\bin\x86\fxc.exe”。在參數裡輸入$(ItemPath)
/Od /Zi /T fx_2_0 /LD /Fo 後面的一串其實就是fxc.exe裡的命令參數,在複選框選擇“使用輸出視窗”。如果需要設定pfofile,可以設定“提示輸入參數”。        選擇HLSL檔案,然後選擇工具>HLSLCompiler,即可編譯HLSL檔案,並在輸出視窗輸出編譯結果。
        注意:HLSL檔案不允許在中文目錄中,否則會出現如下結果:
         Microsoft (R) Direct3D Shader Compiler 9.27.952.3012
         Copyright (C) Microsoft Corporation 2002-2009. All rights reserved.

         an error occurred while setting the initial search directory.
         searches will be relative to the application's starting directory.
         compilation failed; no code produced
       另外發現使用D3DXCreateEffectFromFile或者D3DXCreateEffectFromResource編譯絕對目錄含中文的著色效果檔案時,可以正確編譯,但編譯後的程式卻無法正常運行。這個破問題,困擾了我好幾天,Debug到那,連個返回錯誤碼都沒有,汗,就是運行出錯。我使用的是DirectX9,不知道 DirectX10如何。     
        
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.