D3DXGetShaderSize 関数
- [アーティクル]
-
-
シェーダー のバイト コードのサイズをバイト単位で返します。
構文
UINT D3DXGetShaderSize(
_In_ const DWORD *pFunction
);
パラメーター
-
pFunction [in]
-
型: const DWORD*
関数 DWORD ストリームへのポインター。
戻り値
型: UINT
シェーダー のバイト コードのサイズをバイト単位で返します。
要件
要件 |
値 |
ヘッダー
|
- D3DX9Shader.h
|
ライブラリ
|
- D3dx9.lib
|
関連項目
-
シェーダー関数