|
SPARK
0.1.0
A general purpose game engine written in C++.
|
Describes the layout of an index buffer. More...
#include <IndexBuffer.h>
Public Member Functions | |
| virtual IndexType | indexType () const noexcept=0 |
| Gets the index type of the buffer. | |
Public Member Functions inherited from spark::render::IBufferLayout | |
| virtual std::size_t | elementSize () const noexcept=0 |
| Gets the size of a single element in the buffer. | |
| virtual unsigned int | binding () const noexcept=0 |
| Gets the binding point the buffer will be bound to. | |
| virtual BufferType | type () const noexcept=0 |
| Gets the type of the buffer. | |
Describes the layout of an index buffer.
|
nodiscardpure virtualnoexcept |
Gets the index type of the buffer.
Implemented in spark::render::vk::VulkanIndexBufferLayout.