問題タブ [fxcomposer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
shader - これらの FX Composer エラーを解決するにはどうすればよいですか?
FX Composer 2.5をインストールしましたが、開くと常に 2 つのタスクがあります。
タスク不明な OpenGL プロファイル: vp30。fxcomposer://localhost/internal#FXDeviceEffect_CG2 -1
エラー テクニックの検証に失敗しました: Simple fxcomposer://localhost/internal#FXDeviceEffect_CG2 -1
次に、NVIDIA の Web サイトからダウンロードしたいくつかのサンプルを開始しようとすると、正しく実行されません。マテリアルが 1 本の線だけの赤いボールになる場合があります。
これらの問題を解決するにはどうすればよいですか?
shader - FXComposerにマクロ定義を追加する方法
[プロジェクト]>[HLSL/ CG]> [コンパイラオプション]フィールドを使用して、プロジェクト設定でFXComposerにマクロ定義を追加しようとしました。2つのHLSLフィールドには、/DMYPROJECTとCg-DMYPROJECTがあります。
Cgシェーダーをコンパイルすると、これは期待どおりに機能しますが、HLSLでは機能しません。fxc.exeのコマンドラインで同じオプションを使用すると機能します。
これが私がテストに使用しているコードの抜粋です。
私は何が欠けていますか?
directx - In hlsl what this means
I have some code in .fx file whening using fxcomposer,and I met some code like this:
#xA;what is the < and > containning meaning?