Property | Type | Description | |
---|---|---|---|
device | SlimDX.Direct3D9.Device |
Method | Description | |
---|---|---|
CreateParameters ( ) : |
Returns a specialized version of GpuProgramParameters.
|
Method | Description | |
---|---|---|
_create ( string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, GpuProgramType type, string syntaxCode ) : Axiom.Core.Resource | ||
_create ( string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, NameValuePairList createParams ) : Axiom.Core.Resource |
public CreateParameters ( ) : |
||
return |
protected _create ( string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, GpuProgramType type, string syntaxCode ) : Axiom.Core.Resource | ||
name | string | |
handle | System.UInt64 | |
group | string | |
isManual | bool | |
loader | IManualResourceLoader | |
type | GpuProgramType | |
syntaxCode | string | |
return | Axiom.Core.Resource |
protected _create ( string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, NameValuePairList createParams ) : Axiom.Core.Resource | ||
name | string | |
handle | System.UInt64 | |
group | string | |
isManual | bool | |
loader | IManualResourceLoader | |
createParams | NameValuePairList | |
return | Axiom.Core.Resource |