C# Class NewTOAPIA.GL.PixelBufferObjectUnpacked

Inheritance: GLBufferObject
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
PixelBufferObjectUnpacked ( GraphicsInterface gi ) : System
PixelBufferObjectUnpacked ( GraphicsInterface gi, BufferUsage usage, IntPtr dataPtr, int size ) : System

Method Details

PixelBufferObjectUnpacked() public method

public PixelBufferObjectUnpacked ( GraphicsInterface gi ) : System
gi GraphicsInterface
return System

PixelBufferObjectUnpacked() public method

public PixelBufferObjectUnpacked ( GraphicsInterface gi, BufferUsage usage, IntPtr dataPtr, int size ) : System
gi GraphicsInterface
usage BufferUsage
dataPtr System.IntPtr
size int
return System