From 5b8c8b9057caa4027a9675b896f799a799ba4a95 Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Sat, 20 Jul 2024 01:47:00 -0400 Subject: [PATCH] Cleanup pssl comment --- cmake/bgfxToolUtils.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmake/bgfxToolUtils.cmake b/cmake/bgfxToolUtils.cmake index 5b4e188..394b671 100644 --- a/cmake/bgfxToolUtils.cmake +++ b/cmake/bgfxToolUtils.cmake @@ -567,7 +567,7 @@ if(TARGET bgfx::shaderc) set(multiValueArgs SHADERS INCLUDE_DIRS) cmake_parse_arguments(ARGS "${options}" "${oneValueArgs}" "${multiValueArgs}" "${ARGN}") - set(PROFILES 120 300_es spirv) # pssl + set(PROFILES 120 300_es spirv) if(UNIX AND NOT APPLE) set(PLATFORM LINUX) elseif(EMSCRIPTEN) @@ -585,6 +585,8 @@ if(TARGET bgfx::shaderc) list(APPEND PROFILES s_4_0) list(APPEND PROFILES s_5_0) else() + # pssl for Agc and Gnm renderers + # nvn for Nvn renderer message(error "shaderc: Unsupported platform") endif()