C# Class CSharpGL.TexBufferImageFiller

fill texture's content with a buffer.
Inheritance: ImageFiller, IDisposable
Mostrar archivo Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
Dispose ( ) : void

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

Fill ( ) : void

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

Private Methods

Method Description
Dispose ( bool disposing ) : void

Dispose managed and unmanaged resources of this instance.

Method Details

Dispose() public method

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

Fill() public method

public Fill ( ) : void
return void

TexBufferImageFiller() public method

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