add device clas which enumerates availble gpu devices

This commit is contained in:
2026-05-16 13:37:44 -07:00
parent a0b3325e1d
commit 9bcb8385fe
5 changed files with 95 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ add_library(maiden_core STATIC
src/App.cpp
src/Window.cpp
src/Engine.cpp
src/Device.cpp
# include extra source files here
)