C# Класс VVVV.Nodes.OpenGL.Texture.TextureAttributes

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
InternalFormat PixelInternalFormat
PixelFormat OpenTK.Graphics.OpenGL.PixelFormat
PixelType PixelType
Width int

Открытые методы

Метод Описание
TextureAttributes ( int Width, int Height, int Depth, PixelInternalFormat InternalFormat, OpenTK PixelFormat, PixelType PixelType ) : System

Описание методов

TextureAttributes() публичный Метод

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
Результат System

Описание свойств

InternalFormat публичное свойство

public PixelInternalFormat InternalFormat
Результат PixelInternalFormat

PixelFormat публичное свойство

public PixelFormat,OpenTK.Graphics.OpenGL PixelFormat
Результат OpenTK.Graphics.OpenGL.PixelFormat

PixelType публичное свойство

public PixelType PixelType
Результат PixelType

Width публичное свойство

public int Width
Результат int