次の方法で共有


TextureOperationCaps 構造体

TextureOperationCaps 構造体

このデバイスがサポートするテクスチャ処理を示すフラグ。

定義

Visual Basic Public Structure TextureOperationCaps
C# public struct TextureOperationCaps
Managed C++ public __value struct TextureOperationCaps
JScript 構造体は使えるが、独自に定義することはできない。

メンバ テーブル

次のテーブルは、TextureOperationCaps オブジェクトによって公開されているメンバの一覧である。左側のタブをクリックし、表示したいメンバの種類を選ぶこと。

メソッド

メソッド 説明
ToString このインスタンスの文字列表現を取得する。

プロパティ

プロパティ 説明
SupportsAdd Add テクスチャ ブレンディング処理をサポートする。
SupportsAddSigned AddSigned テクスチャ ブレンディング処理をサポートする。
SupportsAddSigned2X AddSigned2x テクスチャ ブレンディング処理をサポートする。
SupportsAddSmooth AddSmooth テクスチャ ブレンディング処理をサポートする。
SupportsBlendCurrentAlpha BlendCurrentAlpha テクスチャ ブレンディング処理をサポートする。
SupportsBlendDiffuseAlpha BlendDiffuseAlpha テクスチャ ブレンディング処理をサポートする。
SupportsBlendFactorAlpha BlendFactorAlpha テクスチャ ブレンディング処理をサポートする。
SupportsBlendTextureAlpha BlendTextureAlpha テクスチャ ブレンディング処理をサポートする。
SupportsBlendTextureAlphaPM BlendTextureAlphaPM テクスチャ ブレンディング処理をサポートする。
SupportsBumpEnvironmentMap BumpEnvironmentMap テクスチャ ブレンディング処理をサポートする。
SupportsBumpEnvironmentMapLuminance BumpEnvironmentMapLuminance テクスチャ ブレンディング処理をサポートする。
SupportsDisable Disable テクスチャ ブレンディング処理をサポートする。
SupportsDotProduct3 DotProduct3 テクスチャ ブレンディング処理をサポートする。
SupportsLerp Lerp テクスチャ ブレンディング処理をサポートする。
SupportsModulate Modulate テクスチャ ブレンディング処理をサポートする。
SupportsModulate2X Modulate2x テクスチャ ブレンディング処理をサポートする。
SupportsModulate4X Modulate4x テクスチャ ブレンディング処理をサポートする。
SupportsModulateAlphaAddColor ModulateAddColor テクスチャ ブレンディング処理をサポートする。
SupportsModulateColorAddAlpha ModulateColorAddAlpha テクスチャ ブレンディング処理をサポートする。
SupportsModulateInvAlphaAddColor ModulateInvAlphaAddColor テクスチャ ブレンディング処理をサポートする。
SupportsModulateInvColorAddAlpha ModulateInvColorAddAlpha テクスチャ ブレンディング処理をサポートする。
SupportsMultiplyAdd MultiplyAdd テクスチャ ブレンディング処理をサポートする。
SupportsPreModulate PreModulate テクスチャ ブレンディング処理をサポートする。
SupportsSelectArgument1 SelectArgument1 テクスチャ ブレンディング処理をサポートする。
SupportsSelectArgument2 SelectArgument2 テクスチャ ブレンディング処理をサポートする。
SupportsSubtract Subtract テクスチャ ブレンディング処理をサポートする。

構造体の情報

名前空間 Microsoft.DirectX.Direct3D
アセンブリ Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll)
厳密名 Microsoft.DirectX.Direct3D,  Version=0293,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

© 2002 Microsoft Corporation. All rights reserved. Terms of use.