Raven Engine v0.1
Loading...
Searching...
No Matches
Raven::Hardware::HardwareInfo Struct Reference

Overall hardware info: CPU, cores, RAM, caps. More...

#include <Hardware.h>

Public Attributes

std::string CPUBrand
 Human-readable CPU name.
u32 LogicalCores
 Number of logical CPU threads.
u64 TotalRAM
 Total physical memory in bytes.
Capabilities Caps
 Instruction-set capabilities.

Detailed Description

Overall hardware info: CPU, cores, RAM, caps.

Member Data Documentation

◆ Caps

Capabilities Raven::Hardware::HardwareInfo::Caps

Instruction-set capabilities.

◆ CPUBrand

std::string Raven::Hardware::HardwareInfo::CPUBrand

Human-readable CPU name.

◆ LogicalCores

u32 Raven::Hardware::HardwareInfo::LogicalCores

Number of logical CPU threads.

◆ TotalRAM

u64 Raven::Hardware::HardwareInfo::TotalRAM

Total physical memory in bytes.


The documentation for this struct was generated from the following file: