ShaderCompiler Members
The following tables list the members exposed by the ShaderCompiler type.
Public Methods
Name | Description | |
---|---|---|
AssembleFromFile | Overloaded. Compiles a shader from a file or stream containing shader assembly code (ASM). | |
AssembleFromSource | Compiles a shader from a string containing shader assembly code (ASM). | |
CompileFromFile | Overloaded. Compiles a shader from a file or stream containing shader source code. | |
CompileFromSource | Compiles a shader from a string containing the shader source code. | |
Disassemble | Disassembles a shader. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
ShaderCompiler Class
Microsoft.Xna.Framework.Graphics Namespace