mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-25 13:17:46 +00:00
Remove GLM_FORCE_LEFT_HANDED
This wasn't needed after all, and fixes both the new and old renderers.
This commit is contained in:
parent
8ea47a5502
commit
5317300aaf
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ target_link_libraries(renderer
|
|||
dxbc
|
||||
spirv-cross-core
|
||||
spirv-cross-glsl)
|
||||
target_compile_definitions(renderer PUBLIC GLM_FORCE_RADIANS GLM_FORCE_DEPTH_ZERO_TO_ONE GLM_ENABLE_EXPERIMENTAL GLM_FORCE_LEFT_HANDED)
|
||||
target_compile_definitions(renderer PUBLIC GLM_FORCE_RADIANS GLM_FORCE_DEPTH_ZERO_TO_ONE GLM_ENABLE_EXPERIMENTAL)
|
||||
target_compile_options(renderer PUBLIC -fexceptions) # needed for spirv-cross and dxbc
|
||||
|
||||
add_library(Novus::Renderer ALIAS renderer)
|
Loading…
Add table
Reference in a new issue