C# 클래스 OOGL.Shaders.AbstractShader

상속: IDisposable
파일 보기 프로젝트 열기: tpb3d/TPB3D

공개 프로퍼티들

프로퍼티 타입 설명
file string
handle int

공개 메소드들

메소드 설명
AbstractShader ( string file ) : System
Dispose ( ) : void

메소드 상세

AbstractShader() 공개 메소드

public AbstractShader ( string file ) : System
file string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

프로퍼티 상세

file 공개적으로 프로퍼티

public string file
리턴 string

handle 공개적으로 프로퍼티

public int handle
리턴 int