Click or drag to resize
AB4D logo

IConstantBuffersCache Interface

IConstantBuffersCache interface can be implemented by a Material that supports cashing constant buffers.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public interface IConstantBuffersCache

The IConstantBuffersCache type exposes the following members.

Properties
 NameDescription
Public propertyCachedConstantBuffers 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.
Public propertyConstantBuffersVersion Gets or sets a version that was read from Material's Version at the time of creating the CachedConstantBuffers
Top
See Also