Hot version of VertexSeq.
A VertexSeq that is currently bound. This enables you to change the data of the buffers and apply a vertex layout. There is a type-safe and a type-unsafe variant of HotVertexSeq. You should use the type-safe one whenever you can. When the type-safe variant is used, additional compile-time checks will be performed to reduces bugs.
Cs | The list of types that was given to VertexSeq::prime. It represents the vertex attributes. |
Inherits HotVertexSeqBase.
Public Attributes | |
internal::VertexSet< Cs...> | vertex |
The vertex buffer. | |
![]() | |
internal::IndexSet | index |
The index buffer. | |
Additional Inherited Members | |
![]() | |
HotVertexSeqBase (VertexSeq &ref) | |
![]() | |
void | setServiceContext (config::ServiceContext cnt) |
template<typename Ex , LogLevel LL, typename... Ts> | |
Error Notice Debug void | logAndThrow (Ts...args) |
![]() | |
template<typename... Ts> | |
void | checkGLError (Ts...) |
template<typename... Ts> | |
void | checkGLWarning (Ts...) |
template<typename... Ts> | |
void | logThrowGL (Ts...) |
![]() | |
template<typename... Ts> | |
void | logCritical (Ts...args) |
template<typename... Ts> | |
void | logError (Ts...args) |
template<typename... Ts> | |
void | logWarning (Ts...args) |
template<typename... Ts> | |
void | logNotice (Ts...args) |
template<typename... Ts> | |
void | log (Ts...args) |
template<typename... Ts> | |
void | logDebug (Ts...args) |
template<typename Ex , LogLevel LL = LogLevel::Error, typename... Ts> | |
void | logAndThrow (Ts...args) |
![]() | |
NotCopyable (const NotCopyable &)=delete | |
NotCopyable & | operator= (const NotCopyable &)=delete |
![]() | |
NotMoveable (NotMoveable &&)=delete | |
NotMoveable & | operator== (NotMoveable &&)=delete |
![]() | |
VertexSeq & | m_cold |
![]() | |
static constexpr PrintGL | GLERR = PrintGL::Error |