BaseEffect.GetValueTexture Method |
Language: |
Retrieves a texture.
Visual Basic Public Function GetValueTexture( _
ByVal parameter As EffectHandle _
) As TextureC# public Texture GetValueTexture(
EffectHandle parameter
);C++ public:
Texture^ GetValueTexture(
EffectHandle^ parameter
);JScript public function GetValueTexture(
parameter : EffectHandle
) : Texture;
parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.
Microsoft.DirectX.Direct3D.Texture
A Texture object.
Exceptions
InvalidCallException The call is invalid.
Effect, EffectCompiler
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center