C# Class Axiom.RenderSystems.OpenGL.ARBGpuProgramFactory

Creates a new ARB gpu program.
Inheritance: IOpenGLGpuProgramFactory
Afficher le fichier Open project: mono-soc-2011/axiom

Méthodes publiques

Méthode Description
Create ( ResourceManager parent, string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, GpuProgramType type, string syntaxCode ) : GLGpuProgram

Method Details

Create() public méthode

public Create ( ResourceManager parent, string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, GpuProgramType type, string syntaxCode ) : GLGpuProgram
parent Axiom.Core.ResourceManager
name string
handle System.UInt64
group string
isManual bool
loader IManualResourceLoader
type GpuProgramType
syntaxCode string
Résultat GLGpuProgram