Fixed build.

This commit is contained in:
Branimir Karadžić 2017-09-25 20:02:25 -07:00
parent 1218981a22
commit 88e00edf4d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
namespace bgfx
{
bool compilePSSLShader(bx::CommandLine& _cmdLine, uint32_t _version, const std::string& _code, bx::WriterI* _writer)
bool compilePSSLShader(const bx::CommandLine& _cmdLine, uint32_t _version, const std::string& _code, bx::WriterI* _writer)
{
BX_UNUSED(_cmdLine, _version, _code, _writer);
fprintf(stderr, "PSSL compiler is not supported.\n");