Skip to content

Commit

Permalink
Merge branch 'dev-fallback-backend' of https://github.com/LuisaGroup/…
Browse files Browse the repository at this point in the history
…LuisaCompute into dev-fallback-backend
  • Loading branch information
Mike-Leo-Smith committed Feb 12, 2025
2 parents 347eb39 + 5ad4ac3 commit 60c2522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/luisa/runtime/rhi/curve_basis.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#include <bitset>

#include <luisa/core/basic_traits.h>
#include <luisa/core/stl/string.h>
#include <luisa/core/stl/hash.h>

namespace luisa::compute {

enum class CurveBasis : uint32_t {
/// Piecewise linear curve cone with spherical end caps.
/// Each curve segment needs to have two control points.
Expand All @@ -18,7 +18,7 @@ enum class CurveBasis : uint32_t {
/// Cubic Catmull-Rom curve cone with open ends (i.e., no end caps).
/// Each curve segment needs to have four control points.
CATMULL_ROM,
/// Cubic Bezier curve cone with open ends (i.e., no end caps).
/// Cubic Bézier curve cone with open ends (i.e., no end caps).
/// Each curve segment needs to have four control points.
BEZIER
};
Expand Down

0 comments on commit 60c2522

Please sign in to comment.