C# Класс Sparrow.Textures.TextureFormat

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

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

Свойство Тип Описание
Rgba4444 TextureFormat
Rgba5551 TextureFormat
Rgba8888 TextureFormat

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

Метод Описание
TextureFormat ( PixelFormat format, SizedInternalFormat internalFormat, int bitsPerPixel, bool compressed, PixelType texType ) : OpenTK.Graphics.OpenGL4

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

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

public TextureFormat ( PixelFormat format, SizedInternalFormat internalFormat, int bitsPerPixel, bool compressed, PixelType texType ) : OpenTK.Graphics.OpenGL4
format PixelFormat
internalFormat SizedInternalFormat
bitsPerPixel int
compressed bool
texType PixelType
Результат OpenTK.Graphics.OpenGL4

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

Rgba4444 публичное статическое свойство

public static TextureFormat,Sparrow.Textures Rgba4444
Результат TextureFormat

Rgba5551 публичное статическое свойство

public static TextureFormat,Sparrow.Textures Rgba5551
Результат TextureFormat

Rgba8888 публичное статическое свойство

public static TextureFormat,Sparrow.Textures Rgba8888
Результат TextureFormat