Method | Description | |
---|---|---|
Blit ( IRenderContext renderContext, Microsoft.Xna.Framework.Graphics.Texture2D source, |
||
BlitMRT ( IRenderContext renderContext, Microsoft.Xna.Framework.Graphics.Texture2D source, |
||
DefaultGraphicsBlit ( IAssetManagerProvider assetManagerProvider ) : Microsoft.Xna.Framework |
Method | Description | |
---|---|---|
BlitInternal ( IRenderContext renderContext, Microsoft.Xna.Framework.Graphics.Texture2D source, |
public Blit ( IRenderContext renderContext, Microsoft.Xna.Framework.Graphics.Texture2D source, |
||
renderContext | IRenderContext | |
source | Microsoft.Xna.Framework.Graphics.Texture2D | |
destination | ||
shader | IEffect | |
effectParameterSet | IEffectParameterSet | |
blendState | ||
offset | ||
size | ||
return | void |
public BlitMRT ( IRenderContext renderContext, Microsoft.Xna.Framework.Graphics.Texture2D source, |
||
renderContext | IRenderContext | |
source | Microsoft.Xna.Framework.Graphics.Texture2D | |
destinations | ||
shader | IEffect | |
effectParameterSet | IEffectParameterSet | |
blendState | ||
offset | ||
size | ||
return | void |
public DefaultGraphicsBlit ( IAssetManagerProvider assetManagerProvider ) : Microsoft.Xna.Framework | ||
assetManagerProvider | IAssetManagerProvider | |
return | Microsoft.Xna.Framework |