Added graphics shader support
This commit is contained in:
@@ -3,4 +3,7 @@
|
||||
#include <filesystem>
|
||||
|
||||
uint32_t CreateComputeShader(const std::filesystem::path& path);
|
||||
uint32_t ReloadComputeShader(uint32_t shaderHandle, const std::filesystem::path& path);
|
||||
uint32_t ReloadComputeShader(uint32_t shaderHandle, const std::filesystem::path& path);
|
||||
|
||||
uint32_t CreateGraphicsShader(const std::filesystem::path& vertexPath, const std::filesystem::path& fragmentPath);
|
||||
uint32_t ReloadGraphicsShader(uint32_t shaderHandle, const std::filesystem::path& vertexPath, const std::filesystem::path& fragmentPath);
|
||||
Reference in New Issue
Block a user