C# 클래스 Vector.Gpu.ShaderBuilder

파일 보기 프로젝트 열기: sinclairzx81/vector-cs

공개 메소드들

메소드 설명
Compile ( Device device, ShaderLibrary library, string programId ) : Shader

Compiles Shaders related to this effect.

CompileAll ( Device device, ShaderLibrary library ) : List

Compiles Shaders related to this effect.

메소드 상세

Compile() 공개 정적인 메소드

Compiles Shaders related to this effect.
public static Compile ( Device device, ShaderLibrary library, string programId ) : Shader
device Device
library ShaderLibrary
programId string
리턴 Shader

CompileAll() 공개 정적인 메소드

Compiles Shaders related to this effect.
public static CompileAll ( Device device, ShaderLibrary library ) : List
device Device
library ShaderLibrary
리턴 List