Метод | Описание | |
---|---|---|
Compile ( ) : bool |
Compiles the source code strings that have been stored in the shader object through Source, and return whether it compiles (which can also be checked through CompileStatus).
|
|
Compile ( string source ) : bool |
Set the Source, then attempt to Compile() it.
|
|
MustCompile ( ) : void | ||
MustCompile ( string source ) : void |
Метод | Описание | |
---|---|---|
DisposeBase ( ) : void |
Метод | Описание | |
---|---|---|
AllocateId ( ShaderType shaderType ) : int | ||
GetInt ( ShaderParameter pname ) : int | ||
Shader ( ShaderType shaderType ) : System |
public MustCompile ( string source ) : void | ||
source | string | |
Результат | void |