Share via


ShaderCompiler Members

The following tables list the members exposed by the ShaderCompiler type.

Public Methods

Name Description
Public Method Static AssembleFromFile Overloaded. Compiles a shader from a file or stream containing shader assembly code (ASM).
Public Method Static AssembleFromSource Compiles a shader from a string containing shader assembly code (ASM).
Public Method Static CompileFromFile Overloaded. Compiles a shader from a file or stream containing shader source code.
Public Method Static CompileFromSource Compiles a shader from a string containing the shader source code.
Public Method Static Disassemble Disassembles a shader.
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

ShaderCompiler Class
Microsoft.Xna.Framework.Graphics Namespace