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

파일 보기 프로젝트 열기: Christof/afterglow 1 사용 예제들

공개 메소드들

메소드 설명
GraphicStreamDescription ( GraphicStreamUsage usage, GraphicStreamFormat format, int elementSizeInBytes, int count ) : System

Initializes a new instance of the GraphicStreamDescription class.

메소드 상세

GraphicStreamDescription() 공개 메소드

Initializes a new instance of the GraphicStreamDescription class.
public GraphicStreamDescription ( GraphicStreamUsage usage, GraphicStreamFormat format, int elementSizeInBytes, int count ) : System
usage GraphicStreamUsage The usage.
format GraphicStreamFormat The format.
elementSizeInBytes int Element size in bytes.
count int The count.
리턴 System