C# 클래스 Contracts.IShaderCompilerContract

상속: IShaderCompiler
파일 보기 프로젝트 열기: fealty/Frost

공개 메소드들

메소드 설명
Compile ( string text, string function, ShaderHandle &result ) : void

메소드 상세

Compile() 공개 메소드

public Compile ( string text, string function, ShaderHandle &result ) : void
text string
function string
result ShaderHandle
리턴 void