프로퍼티 | 타입 | 설명 | |
---|---|---|---|
device | SlimDX.Direct3D9.Device |
메소드 | 설명 | |
---|---|---|
CreateParameters ( ) : |
Returns a specialized version of GpuProgramParameters.
|
메소드 | 설명 | |
---|---|---|
_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 ( ) : |
||
리턴 |
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 | |
리턴 | 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 | |
리턴 | Axiom.Core.Resource |