C# Class Afterglow.Graphics.GraphicStreams.BufferServiceExtensions

Contains an extension method to make the adding of BufferBindings easier.
Mostra file Open project: Christof/afterglow

Public Methods

Method Description
CreateFor ( this bufferService, IGraphicStream graphicStream ) : BufferBinding

Creates a buffer for the given graphic stream.

Method Details

CreateFor() public static method

Creates a buffer for the given graphic stream.
public static CreateFor ( this bufferService, IGraphicStream graphicStream ) : BufferBinding
bufferService this The buffer service.
graphicStream IGraphicStream The graphic stream.
return BufferBinding