blob: a29a056112a7606d92a002b5c309abb152f59856 (
plain) (
tree)
|
|
#pragma once
#include <atomic>
struct DebugInfo {
static std::atomic_int totalSections;
static std::atomic_int renderSections;
static std::atomic_int readyRenderer;
static std::atomic_int gameThreadTime;
};
|