C# Class ModelViewer.Renderer.Effect

Inheritance: IDisposable
Datei anzeigen Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Properties

Property Type Description
pxlSetters SetConstantValueDelegate>.Dictionary
vtxSetters SetConstantValueDelegate>.Dictionary

Public Methods

Method Description
Dispose ( ) : void
Effect ( ShaderSection effect ) : System
LoadPixelShaderParameters ( Cache material, int materialMeshOffset ) : void
LoadVertexShaderParameters ( ) : void

Protected Methods

Method Description
Dispose ( bool disposeManaged ) : void

Private Methods

Method Description
InitPixelConstantSetters ( ) : void
InitVertexConstantSetters ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposeManaged ) : void
disposeManaged bool
return void

Effect() public method

public Effect ( ShaderSection effect ) : System
effect DatDigger.Sections.Shader.ShaderSection
return System

LoadPixelShaderParameters() public method

public LoadPixelShaderParameters ( Cache material, int materialMeshOffset ) : void
material Cache
materialMeshOffset int
return void

LoadVertexShaderParameters() public method

public LoadVertexShaderParameters ( ) : void
return void

Property Details

pxlSetters public_oe property

public Dictionary pxlSetters
return SetConstantValueDelegate>.Dictionary

vtxSetters public_oe property

public Dictionary vtxSetters
return SetConstantValueDelegate>.Dictionary