Struct EffectCompilerParameters
[DataContract]
public struct EffectCompilerParameters
- Inherited Members
Fields
Default
public static readonly EffectCompilerParameters Default
Field Value
Properties
Debug
public bool Debug { readonly get; set; }
Property Value
OptimizationLevel
public int OptimizationLevel { readonly get; set; }
Property Value
Platform
public GraphicsPlatform Platform { readonly get; set; }
Property Value
Profile
public GraphicsProfile Profile { readonly get; set; }
Property Value
TaskPriority
Gets or sets the priority (in case this compile is scheduled in a custom async pool)
public int TaskPriority { readonly get; set; }
Property Value
- int
The priority.
Methods
ApplyCompilationMode(CompilationMode)
public void ApplyCompilationMode(CompilationMode compilationMode)
Parameters
compilationMode
CompilationMode