C# 클래스 Axiom.RenderSystems.OpenGL.GLGpuProgramManager

Summary description for GLGpuProgramManager.
상속: Axiom.Graphics.GpuProgramManager
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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