Skip to content

Commit

Permalink
Merge pull request #43 from SlawekNowy/LinuxSupport
Browse files Browse the repository at this point in the history
Fixed missing symbol by explicitely instantiating it.
  • Loading branch information
Silverlan authored Aug 11, 2023
2 parents ddb1710 + d6cb0e6 commit a09d5f9
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#if defined(__linux) &&defined(__clang__)
//this file is included solely beacuse some symbols never get emitted.

#include <shader/prosper_shader.hpp>
#include <shader/prosper_shader_blur.hpp>
#include <shader/prosper_shader_t.hpp>

template const std::shared_ptr<prosper::IRenderPass> &prosper::ShaderGraphics::GetRenderPass<prosper::ShaderBlurBase>(prosper::IPrContext &, uint32_t );
#endif

0 comments on commit a09d5f9

Please sign in to comment.