#include <CeresEngine/Mesh/IndexType.hpp>
|
| enum CeresEngine::IndexType:: { ... } | raw |
| |
◆ RawType
◆ anonymous enum
| Enumerator |
|---|
| UInt16 | The index buffer is represented as a 16-bit unsigned integer.
|
| UInt32 | The index buffer is represented as a 32-bit unsigned integer.
|
◆ IndexType() [1/3]
| constexpr CeresEngine::IndexType::IndexType |
( |
| ) |
|
|
constexprdefault |
◆ IndexType() [2/3]
◆ IndexType() [3/3]
◆ fromString()
Creates a new IndexType from a string representation.
If the string value is invalid, an empty optional is returned.
◆ getSize()
| std::size_t CeresEngine::IndexType::getSize |
( |
| ) |
const |
|
noexcept |
◆ toString()
| StringView CeresEngine::IndexType::toString |
( |
| ) |
const |
|
noexcept |
◆ []
| enum { ... } CeresEngine::IndexType::raw |
The documentation for this struct was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/Mesh/IndexType.hpp