Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Contracts
IShaderCompilerContract
C# Class Contracts.IShaderCompilerContract
Inheritance:
IShaderCompiler
ファイルを表示
Open project: fealty/Frost
Public Methods
Method
Description
Compile
(
string
text
,
string
function
,
ShaderHandle
&
result
) :
void
Method Details
Compile()
public
method
public
Compile
(
string
text
,
string
function
,
ShaderHandle
&
result
) :
void
text
string
function
string
result
ShaderHandle
return
void