Свойство | Тип | Описание | |
---|---|---|---|
factories |
Метод | Описание | |
---|---|---|
CreateParameters ( ) : |
Returns a specialized version of GpuProgramParameters.
|
|
GLGpuProgramManager ( ) : System | ||
RegisterProgramFactory ( string syntaxCode, IOpenGLGpuProgramFactory factory ) : void |
Registers a factory to handles requests for the creation of low level gpu porgrams based on the syntax code.
|
Метод | Описание | |
---|---|---|
_create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, GpuProgramType type, string syntaxCode ) : Axiom.Core.Resource | ||
_create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, NameValuePairList createParams ) : Axiom.Core.Resource |
Create the specified type of GpuProgram.
|
public CreateParameters ( ) : |
||
Результат |
public RegisterProgramFactory ( string syntaxCode, IOpenGLGpuProgramFactory factory ) : void | ||
syntaxCode | string | |
factory | IOpenGLGpuProgramFactory | |
Результат | void |
protected _create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, GpuProgramType type, string syntaxCode ) : Axiom.Core.Resource | ||
name | string | |
handle | ulong | |
group | string | |
isManual | bool | |
loader | IManualResourceLoader | |
type | GpuProgramType | |
syntaxCode | string | |
Результат | Axiom.Core.Resource |
protected _create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, NameValuePairList createParams ) : Axiom.Core.Resource | ||
name | string | |
handle | ulong | |
group | string | |
isManual | bool | |
loader | IManualResourceLoader | |
createParams | NameValuePairList | |
Результат | Axiom.Core.Resource |