- More Documentation
- Vulkan Configuration Implementations - Fixed build errors on GCC and Clang
This commit is contained in:
@@ -45,7 +45,7 @@ void event::handle_events() {
|
||||
|
||||
// we query the size instead of empty just in case someone decides to run their own thread
|
||||
// and send events from that thread.
|
||||
size_t n = queue.size();
|
||||
const size_t n = queue.size();
|
||||
for (size_t i = 0; i < n; ++i) {
|
||||
dispatch[i] = queue.pop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user