C# 클래스 NewTOAPIA.GL.GLTexture

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

보호된 프로퍼티들

프로퍼티 타입 설명
fBindTarget TextureBindTarget
fGI GraphicsInterface
fInternalFormat TextureInternalFormat
fPixelFormat TexturePixelFormat
fPixelType PixelComponentType
fTextureID uint

공개 메소드들

메소드 설명
Bind ( ) : void
Dispose ( ) : void
GenerateTextureNames ( uint numNames ) : uint[]
GetNewTextureID ( ) : uint
Unbind ( ) : void

보호된 메소드들

메소드 설명
DeleteTextureId ( ) : void
GLTexture ( GraphicsInterface gi, TextureBindTarget target ) : System

메소드 상세

Bind() 공개 메소드

public Bind ( ) : void
리턴 void

DeleteTextureId() 보호된 메소드

protected DeleteTextureId ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GLTexture() 보호된 메소드

protected GLTexture ( GraphicsInterface gi, TextureBindTarget target ) : System
gi GraphicsInterface
target TextureBindTarget
리턴 System

GenerateTextureNames() 공개 정적인 메소드

public static GenerateTextureNames ( uint numNames ) : uint[]
numNames uint
리턴 uint[]

GetNewTextureID() 공개 정적인 메소드

public static GetNewTextureID ( ) : uint
리턴 uint

Unbind() 공개 메소드

public Unbind ( ) : void
리턴 void

프로퍼티 상세

fBindTarget 보호되어 있는 프로퍼티

protected TextureBindTarget fBindTarget
리턴 TextureBindTarget

fGI 보호되어 있는 프로퍼티

protected GraphicsInterface,NewTOAPIA.GL fGI
리턴 GraphicsInterface

fInternalFormat 보호되어 있는 프로퍼티

protected TextureInternalFormat fInternalFormat
리턴 TextureInternalFormat

fPixelFormat 보호되어 있는 프로퍼티

protected TexturePixelFormat fPixelFormat
리턴 TexturePixelFormat

fPixelType 보호되어 있는 프로퍼티

protected PixelComponentType fPixelType
리턴 PixelComponentType

fTextureID 보호되어 있는 프로퍼티

protected uint fTextureID
리턴 uint