Skip to content

Commit

Permalink
Cleanup pssl comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed Jul 20, 2024
1 parent 752ee05 commit 1fe75f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/bgfxToolUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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()

Expand Down

0 comments on commit 1fe75f6

Please sign in to comment.