C# Class Myre.Graphics.Deferred.AntiAliasComponent

Inheritance: RendererComponent
Show file Open project: TomGillen/Myre

Public Methods

Method Description
AntiAliasComponent ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, string inputResource ) : System
Draw ( Renderer renderer ) : void
Initialise ( Renderer renderer, ResourceContext context ) : void

Private Methods

Method Description
AntiAliasComponent ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : System

Method Details

AntiAliasComponent() public method

public AntiAliasComponent ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, string inputResource ) : System
device Microsoft.Xna.Framework.Graphics.GraphicsDevice
inputResource string
return System

Draw() public method

public Draw ( Renderer renderer ) : void
renderer Renderer
return void

Initialise() public method

public Initialise ( Renderer renderer, ResourceContext context ) : void
renderer Renderer
context ResourceContext
return void