Note: This documentation is preliminary and is subject to change.
Creates an effect from an ASCII or binary effect description in a string.
Definition
Visual Basic .NET
Public Shared Function FromString( _ ByVal device As Device, _ ByVal sourceData As String, _ ByVal includeFile As Include, _ ByVal flags As ShaderFlags, _ ByVal pool As EffectPool _ ) As Effect
Microsoft.DirectX.Direct3D.Include. Optional Include object to use for handling #include directives. If this value is null, #include directives are either honored when compiling from a file, or cause an error when compiled from a resource or memory.