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

Afficher le fichier Open project: elliotwoods/VVVV.Nodes.GL

Méthodes publiques

Свойство Type Description
InternalFormat PixelInternalFormat
PixelFormat OpenTK.Graphics.OpenGL.PixelFormat
PixelType PixelType
Width int

Méthodes publiques

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

Method Details

TextureAttributes() public méthode

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
Résultat System

Property Details

InternalFormat public_oe property

public PixelInternalFormat InternalFormat
Résultat PixelInternalFormat

PixelFormat public_oe property

public PixelFormat,OpenTK.Graphics.OpenGL PixelFormat
Résultat OpenTK.Graphics.OpenGL.PixelFormat

PixelType public_oe property

public PixelType PixelType
Résultat PixelType

Width public_oe property

public int Width
Résultat int