Class IplImageTexture
Represents a texture buffer which can be updated with IplImage data and rendered onto the current viewport as a full-screen quad.
public class IplImageTexture : IDisposable
- Inheritance
-
IplImageTexture
- Implements
- Inherited Members
Constructors
IplImageTexture()
Initializes a new instance of the IplImageTexture class.
public IplImageTexture()
Methods
Dispose()
Releases all resources used by the IplImageTexture class.
public void Dispose()
Draw()
Binds and draws the texture buffer object as a full-screen quad.
public void Draw()
Update(IplImage)
Updates the texture buffer with the specified image data.
public void Update(IplImage image)