C# Класс Axiom.RenderSystems.OpenGL.GLGpuProgramManager

Summary description for GLGpuProgramManager.
Наследование: Axiom.Graphics.GpuProgramManager
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
factories System.Collections.Hashtable

Открытые методы

Метод Описание
CreateParameters ( ) : GpuProgramParameters

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.

Описание методов

CreateParameters() публичный метод

Returns a specialized version of GpuProgramParameters.
public CreateParameters ( ) : GpuProgramParameters
Результат Axiom.Graphics.GpuProgramParameters

GLGpuProgramManager() публичный метод

public GLGpuProgramManager ( ) : System
Результат System

RegisterProgramFactory() публичный метод

Registers a factory to handles requests for the creation of low level gpu porgrams based on the syntax code.
public RegisterProgramFactory ( string syntaxCode, IOpenGLGpuProgramFactory factory ) : void
syntaxCode string
factory IOpenGLGpuProgramFactory
Результат void

_create() защищенный метод

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

_create() защищенный метод

Create the specified type of GpuProgram.
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

Описание свойств

factories защищенное свойство

protected Hashtable,System.Collections factories
Результат System.Collections.Hashtable