C# Class NewTOAPIA.GL.GLTextureRectangle

Inheritance: GLTexture2D
Datei anzeigen Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GLTextureRectangle ( GraphicsInterface gi, int width, int height, TextureInternalFormat internalFormat, TexturePixelFormat pixelFormat, PixelComponentType pixelType ) : System

Method Details

GLTextureRectangle() public method

public GLTextureRectangle ( GraphicsInterface gi, int width, int height, TextureInternalFormat internalFormat, TexturePixelFormat pixelFormat, PixelComponentType pixelType ) : System
gi GraphicsInterface
width int
height int
internalFormat TextureInternalFormat
pixelFormat TexturePixelFormat
pixelType PixelComponentType
return System