C# 클래스 Afterglow.Graphics.GraphicStreams.BufferServiceExtensions

Contains an extension method to make the adding of BufferBindings easier.
파일 보기 프로젝트 열기: Christof/afterglow

공개 메소드들

메소드 설명
CreateFor ( this bufferService, IGraphicStream graphicStream ) : BufferBinding

Creates a buffer for the given graphic stream.

메소드 상세

CreateFor() 공개 정적인 메소드

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.
리턴 BufferBinding