Initial commit
This commit is contained in:
8
shaderc/all/test_package/test_package_shaderc.cpp
Normal file
8
shaderc/all/test_package/test_package_shaderc.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <shaderc/shaderc.hpp>
|
||||
|
||||
int main() {
|
||||
shaderc::Compiler compiler;
|
||||
shaderc::CompileOptions compile_options;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user