C# 클래스 CSharpGL.TexBufferImageFiller

fill texture's content with a buffer.
상속: ImageFiller, IDisposable
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Fill ( ) : void

TexBufferImageFiller ( uint internalformat, Buffer buffer, bool autoDispose ) : System

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose managed and unmanaged resources of this instance.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Fill() 공개 메소드

public Fill ( ) : void
리턴 void

TexBufferImageFiller() 공개 메소드

public TexBufferImageFiller ( uint internalformat, Buffer buffer, bool autoDispose ) : System
internalformat uint
buffer Buffer
autoDispose bool Dispose when this filler is disposed.
리턴 System