chore : Remove void and apply C++ style empty parameters
This commit is contained in:
parent
7b7f749bca
commit
a9984327d2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ void string_to_spv(const std::string& _name, const std::string& in_fname, const
|
|||
std::map<std::string, std::string> merge_maps(const std::map<std::string, std::string>& a, const std::map<std::string, std::string>& b);
|
||||
void matmul_shaders(std::vector<std::future<void>>& tasks, bool fp16, bool matmul_id);
|
||||
void process_shaders(std::vector<std::future<void>>& tasks);
|
||||
void write_output_files(void);
|
||||
void write_output_files();
|
||||
|
||||
std::mutex lock;
|
||||
std::vector<std::pair<std::string, std::string>> shader_fnames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue