C# 클래스 Vector.Gpu.RenderBuffer

Vector.Graphics.RenderBuffer.
상속: IDisposable
파일 보기 프로젝트 열기: sinclairzx81/vector-cs

공개 메소드들

메소드 설명
Dispose ( ) : void
Dispose ( bool disposing ) : void
RenderBuffer ( Device device, int width, int height ) : System
RenderBuffer ( Device device, int width, int height, int samples ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

RenderBuffer() 공개 메소드

public RenderBuffer ( Device device, int width, int height ) : System
device Device
width int
height int
리턴 System

RenderBuffer() 공개 메소드

public RenderBuffer ( Device device, int width, int height, int samples ) : System
device Device
width int
height int
samples int
리턴 System