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.
Methods
- Dispose()
Releases all resources used by the IplImageTexture class.
- Draw()
Binds and draws the texture buffer object as a full-screen quad.
- Update(IplImage)
Updates the texture buffer with the specified image data.