C# Класс CSharpGL.TextureHelper

update texture's content.
Показать файл Открыть проект

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

Метод Описание
ToSamplerValue ( this texture ) : samplerValue

get samplerValue from this texture.

UpdateContent ( this texture, Bitmap bitmap ) : void

upadte texture's content.

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

ToSamplerValue() публичный статический Метод

get samplerValue from this texture.
public static ToSamplerValue ( this texture ) : samplerValue
texture this
Результат samplerValue

UpdateContent() публичный статический Метод

upadte texture's content.
public static UpdateContent ( this texture, Bitmap bitmap ) : void
texture this
bitmap System.Drawing.Bitmap
Результат void