| 
    Graphics v0.0.0
    
   A simple abstraction layer for the modern graphics APIs. 
   | 
 
成员的完整列表,这些成员属于 IndexBuffer,包括所有继承而来的类成员
| create(std::span< const uint32_t > data, Buffer::Usage usage=Buffer::Usage::Static) | IndexBuffer | static | 
| create(const uint32_t *data, size_t size, Buffer::Usage usage=Buffer::Usage::Static) | IndexBuffer | static | 
| get_buffer()=0 (定义于 IndexBuffer) | IndexBuffer | pure virtual | 
| get_count() const | IndexBuffer | |
| get_size() const | IndexBuffer | |
| IndexBuffer(const void *data, size_t size) (定义于 IndexBuffer) | IndexBuffer | protected |