Method | Description | |
---|---|---|
Bind ( ) : void |
Binds an NV program.
|
|
NV3xGpuProgram ( |
||
Unbind ( ) : void |
Unbinds an NV program.
|
|
Unload ( ) : void |
Overridden to delete the NV program.
|
Method | Description | |
---|---|---|
LoadFromSource ( ) : void |
Loads NV3x level assembler programs into the hardware.
|
public NV3xGpuProgram ( |
||
parent | ||
name | string | |
handle | System.UInt64 | |
group | string | |
isManual | bool | |
loader | IManualResourceLoader | |
return | System |