C# 클래스 NewTOAPIA.GL.DynamicTexture

상속: GLTexture2D
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
Bind ( ) : void
DynamicTexture ( GraphicsInterface gi, int width, int height, int bytesPerPixel ) : System
Unbind ( ) : void
UpdateImage ( PixelAccessorBGRb accessor ) : void

비공개 메소드들

메소드 설명
Resize ( int width, int height, IntPtr pixels, int bytesPerPixel ) : void

메소드 상세

Bind() 공개 메소드

public Bind ( ) : void
리턴 void

DynamicTexture() 공개 메소드

public DynamicTexture ( GraphicsInterface gi, int width, int height, int bytesPerPixel ) : System
gi GraphicsInterface
width int
height int
bytesPerPixel int
리턴 System

Unbind() 공개 메소드

public Unbind ( ) : void
리턴 void

UpdateImage() 공개 메소드

public UpdateImage ( PixelAccessorBGRb accessor ) : void
accessor NewTOAPIA.Graphics.PixelAccessorBGRb
리턴 void