메소드 | 설명 | |
---|---|---|
Bind ( ) : void |
Binds the Nvparse program to the current context.
|
|
BindProgramParameters ( |
Called to pass parameters to the Nvparse program.
|
|
NvparseFragmentProgram ( |
||
Unbind ( ) : void |
Unbinds the Nvparse program from the current context.
|
|
Unload ( ) : void |
메소드 | 설명 | |
---|---|---|
LoadFromSource ( ) : void |
Loads the raw ASM source and runs Nvparse to send the appropriate texture/register combiner instructions to the card.
|
메소드 | 설명 | |
---|---|---|
nvparse ( string input ) : void | ||
nvparse_get_errors ( ) : string |
|
|
nvparse_get_errorsA ( ) : byte** |
public BindProgramParameters ( |
||
parms | ||
mask | ||
리턴 | void |
public NvparseFragmentProgram ( |
||
parent | ||
name | string | |
handle | System.UInt64 | |
group | string | |
isManual | bool | |
loader | IManualResourceLoader | |
리턴 | System |