Click or drag to resize
AB4D logo

IConstantBuffersCacheCachedConstantBuffers Property

Gets or sets an array of DirectX Constant buffers that can be created for this instance of Material. The buffers can be created in Effects and can be reused for multiple frames when the material is not changed.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
Buffer[] CachedConstantBuffers { get; set; }

Property Value

Buffer
See Also