C# Class CSharpGL.TextureHelper

update texture's content.
Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode Description
ToSamplerValue ( this texture ) : samplerValue

get samplerValue from this texture.

UpdateContent ( this texture, Bitmap bitmap ) : void

upadte texture's content.

Method Details

ToSamplerValue() public static méthode

get samplerValue from this texture.
public static ToSamplerValue ( this texture ) : samplerValue
texture this
Résultat samplerValue

UpdateContent() public static méthode

upadte texture's content.
public static UpdateContent ( this texture, Bitmap bitmap ) : void
texture this
bitmap System.Drawing.Bitmap
Résultat void