Initial commit
This commit is contained in:
6
App/Source/Shader.h
Normal file
6
App/Source/Shader.h
Normal 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);
|
||||
Reference in New Issue
Block a user