C# 클래스 Vector.Gpu.ColorBuffer

Color Buffer Render Target
상속: RenderBuffer
파일 보기 프로젝트 열기: sinclairzx81/vector-cs 1 사용 예제들

공개 메소드들

메소드 설명
ColorBuffer ( Device device, int width, int height, TextureFormat format ) : System
ColorBuffer ( Device device, int width, int height, TextureFormat format, int samples ) : System

메소드 상세

ColorBuffer() 공개 메소드

public ColorBuffer ( Device device, int width, int height, TextureFormat format ) : System
device Device
width int
height int
format TextureFormat
리턴 System

ColorBuffer() 공개 메소드

public ColorBuffer ( Device device, int width, int height, TextureFormat format, int samples ) : System
device Device
width int
height int
format TextureFormat
samples int
리턴 System