AUI Framework
develop
Cross-platform base for C++ UI apps
|
const char* gl::Vao::Buffer::lastModifierKey = nullptr |
The string key is used to avoid excess OpenGL buffer modifications by comparing the pointer lastModifiedKey and the new one passed to insertIfKeyMismatches. The string stored on this address is have not, but is expected to live during the whole program lifetime (use const char* string literal constants). The string value can be used for debug purposes.
Contents