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

Encapsulates the behavior to bind a (part of a) buffer.
파일 보기 프로젝트 열기: Christof/afterglow 1 사용 예제들

공개 메소드들

메소드 설명
Bind ( ) : void

Binds the buffer.

보호된 메소드들

메소드 설명
BufferBinding ( GraphicStreamDescription description )

Initializes a new instance of the BufferBinding class.

메소드 상세

Bind() 공개 추상적인 메소드

Binds the buffer.
public abstract Bind ( ) : void
리턴 void

BufferBinding() 보호된 메소드

Initializes a new instance of the BufferBinding class.
protected BufferBinding ( GraphicStreamDescription description )
description GraphicStreamDescription The description.