C# Class VVVV.Nodes.OpenGL.Texture.TextureAttributes

Datei anzeigen Open project: elliotwoods/VVVV.Nodes.GL

Public Properties

Property Type Description
InternalFormat PixelInternalFormat
PixelFormat OpenTK.Graphics.OpenGL.PixelFormat
PixelType PixelType
Width int

Public Methods

Method Description
TextureAttributes ( int Width, int Height, int Depth, PixelInternalFormat InternalFormat, OpenTK PixelFormat, PixelType PixelType ) : System

Method Details

TextureAttributes() public method

public TextureAttributes ( int Width, int Height, int Depth, PixelInternalFormat InternalFormat, OpenTK PixelFormat, PixelType PixelType ) : System
Width int
Height int
Depth int
InternalFormat PixelInternalFormat
PixelFormat OpenTK
PixelType PixelType
return System

Property Details

InternalFormat public_oe property

public PixelInternalFormat InternalFormat
return PixelInternalFormat

PixelFormat public_oe property

public PixelFormat,OpenTK.Graphics.OpenGL PixelFormat
return OpenTK.Graphics.OpenGL.PixelFormat

PixelType public_oe property

public PixelType PixelType
return PixelType

Width public_oe property

public int Width
return int