init commit

This commit is contained in:
2025-12-21 15:41:59 +01:00
commit c86af91a92
36 changed files with 2399 additions and 0 deletions

7
include/renderdoc.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
namespace renderdoc {
void initialize();
void startCapture();
void endCapture();
}