Branimir Karadžić 8 лет назад
Родитель
Сommit
88e00edf4d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/shaderc/shaderc_pssl.cpp

+ 1 - 1
tools/shaderc/shaderc_pssl.cpp

@@ -7,7 +7,7 @@
 
 
 namespace bgfx
 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);
 		BX_UNUSED(_cmdLine, _version, _code, _writer);
 		fprintf(stderr, "PSSL compiler is not supported.\n");
 		fprintf(stderr, "PSSL compiler is not supported.\n");