C# 클래스 GL.GLMac, Elemental

상속: GLFunctions
파일 보기 프로젝트 열기: CodeStrumpet/Elemental

공개 메소드들

메소드 설명
BindTexture ( Int32 target, Int32 texture ) : void
TexSubImage2D ( Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, Int32 format, Int32 type, IntPtr pixels ) : void

비공개 메소드들

메소드 설명
glBindTexture ( Int32 target, Int32 texture ) : void
glTexSubImage2D ( Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, Int32 format, Int32 type, IntPtr pixels ) : void

메소드 상세

BindTexture() 공개 메소드

public BindTexture ( Int32 target, Int32 texture ) : void
target System.Int32
texture System.Int32
리턴 void

TexSubImage2D() 공개 메소드

public TexSubImage2D ( Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, Int32 format, Int32 type, IntPtr pixels ) : void
target System.Int32
level System.Int32
xoffset System.Int32
yoffset System.Int32
width System.Int32
height System.Int32
format System.Int32
type System.Int32
pixels IntPtr
리턴 void