 |
EffectInitializeMaterial Method |
Initializes the material with this effect. This method is called when the specified material is used for the first time. This usually assigns the buffer and an index in the buffer to the material.
Namespace: Ab4d.SharpEngine.EffectsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic abstract void InitializeMaterial(
Material material
)
Parameters
- material Material
- Material to initialize
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Effects.Effect.InitializeMaterial(Ab4d.SharpEngine.Materials.Material)"]
See Also