C# Class Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionPrograms

Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
fixedFunctionState Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionState
fragmentProgramUsage Axiom.Graphics.GpuProgramUsage
vertexProgramUsage Axiom.Graphics.GpuProgramUsage

Méthodes publiques

Méthode Description
FixedFunctionPrograms ( ) : System
SetFixedFunctionProgramParameters ( FixedFunctionPrograms parameters ) : void

Méthodes protégées

Méthode Description
_setProgramParameter ( GpuProgramType type, String paramName, Axiom value ) : void
_setProgramParameter ( GpuProgramType type, String paramName, Object value, int sizeInBytes ) : void
_setProgramParameter ( GpuProgramType type, String paramName, float value ) : void
_setProgramParameter ( GpuProgramType type, String paramName, int value ) : void
_updateParameter ( GpuProgramParameters programParameters, String paramName, Object value, int sizeInBytes ) : void

Method Details

FixedFunctionPrograms() public méthode

public FixedFunctionPrograms ( ) : System
Résultat System

SetFixedFunctionProgramParameters() public abstract méthode

public abstract SetFixedFunctionProgramParameters ( FixedFunctionPrograms parameters ) : void
parameters FixedFunctionPrograms
Résultat void

_setProgramParameter() protected méthode

protected _setProgramParameter ( GpuProgramType type, String paramName, Axiom value ) : void
type GpuProgramType
paramName String
value Axiom
Résultat void

_setProgramParameter() protected méthode

protected _setProgramParameter ( GpuProgramType type, String paramName, Object value, int sizeInBytes ) : void
type GpuProgramType
paramName String
value Object
sizeInBytes int
Résultat void

_setProgramParameter() protected méthode

protected _setProgramParameter ( GpuProgramType type, String paramName, float value ) : void
type GpuProgramType
paramName String
value float
Résultat void

_setProgramParameter() protected méthode

protected _setProgramParameter ( GpuProgramType type, String paramName, int value ) : void
type GpuProgramType
paramName String
value int
Résultat void

_updateParameter() protected méthode

protected _updateParameter ( GpuProgramParameters programParameters, String paramName, Object value, int sizeInBytes ) : void
programParameters Axiom.Graphics.GpuProgramParameters
paramName String
value Object
sizeInBytes int
Résultat void

Property Details

fixedFunctionState protected_oe property

protected FixedFunctionState,Axiom.RenderSystems.Xna.FixedFunctionEmulation fixedFunctionState
Résultat Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionState

fragmentProgramUsage protected_oe property

protected GpuProgramUsage,Axiom.Graphics fragmentProgramUsage
Résultat Axiom.Graphics.GpuProgramUsage

vertexProgramUsage protected_oe property

protected GpuProgramUsage,Axiom.Graphics vertexProgramUsage
Résultat Axiom.Graphics.GpuProgramUsage