diff options
Diffstat (limited to '3rdparty/bgfx/tools/shaderc/shaderc_pssl.cpp')
-rw-r--r-- | 3rdparty/bgfx/tools/shaderc/shaderc_pssl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/bgfx/tools/shaderc/shaderc_pssl.cpp b/3rdparty/bgfx/tools/shaderc/shaderc_pssl.cpp index 1b103624ae7..20e45bb215e 100644 --- a/3rdparty/bgfx/tools/shaderc/shaderc_pssl.cpp +++ b/3rdparty/bgfx/tools/shaderc/shaderc_pssl.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2018 Branimir Karadzic. All rights reserved. - * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause + * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ #include "shaderc.h" @@ -10,7 +10,7 @@ namespace bgfx bool compilePSSLShader(const Options& _options, uint32_t _version, const std::string& _code, bx::WriterI* _writer) { BX_UNUSED(_options, _version, _code, _writer); - fprintf(stderr, "PSSL compiler is not supported.\n"); + bx::printf("PSSL compiler is not supported.\n"); return false; } |