C# Class Microsoft.Xna.Framework.Graphics.EffectPass

Show file Open project: procfxgen/MGShaderEditor Class Usage Examples

Public Methods

Method Description
Apply ( ) : void

Private Methods

Method Description
EffectPass ( Effect effect, EffectPass cloneSource ) : System.Diagnostics
EffectPass ( Effect effect, string name, Shader vertexShader, Shader pixelShader, BlendState blendState, DepthStencilState depthStencilState, RasterizerState rasterizerState, EffectAnnotationCollection annotations ) : System.Diagnostics
SetShaderSamplers ( Shader shader, TextureCollection textures, SamplerStateCollection samplerStates ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void