C# 클래스 CSharpGL.TextureHelper

update texture's content.
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
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