C# 클래스 CSharpGL.NullImageFiller

build texture's content with IntPtr.Zero.
상속: ImageFiller
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
Fill ( ) : void

NullImageFiller ( int width, int height, uint internalFormat, uint format, uint type ) : System

build texture's content with IntPtr.Zero.

메소드 상세

Fill() 공개 메소드

public Fill ( ) : void
리턴 void

NullImageFiller() 공개 메소드

build texture's content with IntPtr.Zero.
public NullImageFiller ( int width, int height, uint internalFormat, uint format, uint type ) : System
width int
height int
internalFormat uint
format uint
type uint
리턴 System