Initial commit

This commit is contained in:
TheCherno
2025-02-26 20:23:26 +11:00
parent 30710362ed
commit 9e6f7d5e8d
10 changed files with 414 additions and 2 deletions

6
App/Source/Shader.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include <filesystem>
uint32_t CreateComputeShader(const std::filesystem::path& path);
uint32_t ReloadComputeShader(uint32_t shaderHandle, const std::filesystem::path& path);