Skip to content

Commit

Permalink
Enable GLM experimental features
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Jul 30, 2024
1 parent a2644f5 commit ce9699b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dependencies/glm/glm.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local dep = Solution.Util.CreateDepTable("glm", {})

Solution.Util.CreateDep(dep.Name, dep.Dependencies, function()
local defines = { "GLM_FORCE_LEFT_HANDED", "GLM_FORCE_DEPTH_ZERO_TO_ONE" }
local defines = { "GLM_FORCE_LEFT_HANDED", "GLM_FORCE_DEPTH_ZERO_TO_ONE", "GLM_ENABLE_EXPERIMENTAL" }

Solution.Util.SetIncludes(dep.Path)
Solution.Util.SetDefines(defines)
Expand Down

0 comments on commit ce9699b

Please sign in to comment.