compile_source to compileSource

kp::Shader::compile_source  function has changed to kp::Shader::compileSource
This commit is contained in:
unexploredtest 2021-04-09 19:49:51 +04:30 committed by GitHub
parent 6b129d43cf
commit 50d9ba4a4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ void kompute(const std::string& shader) {
kp::Constants pushConstsB({ 3.0 });
auto algorithm = mgr.algorithm(params,
kp::Shader::compile_source(shader),
kp::Shader::compileSource(shader),
workgroup,
specConsts,
pushConstsA);