IndexBuffer
Represents an abstraction of an index buffer used in rendering operations.
Index buffers are used to store indices that define the order in which vertices are processed by the rendering pipeline. This interface provides functionality to manage and destroy an index buffer, as well as query its properties.