C# 클래스 OpenTK.Graphics.ES20.ES2Utils

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
CompileProgram ( string vs_source, string fs_source ) : int
CompileShader ( ShaderType type, string source ) : int

메소드 상세

CompileProgram() 공개 정적인 메소드

public static CompileProgram ( string vs_source, string fs_source ) : int
vs_source string
fs_source string
리턴 int

CompileShader() 공개 정적인 메소드

public static CompileShader ( ShaderType type, string source ) : int
type ShaderType
source string
리턴 int