Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless committed Jun 4, 2024
1 parent 3727bee commit 2531657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Siv3D/include/Siv3D/RasterizerState.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ namespace s3d
static const Predefined AntialiasedLine3DScissor = Predefined::AntialiasedLine3DScissor;

/// @brief 2D 描画時のデフォルト
/// @remark RasterizerState::SolidNone
/// @remark RasterizerState::SolidCullNone
static const Predefined Default2D = Predefined::Default2D;

/// @brief 3D 描画時のデフォルト
/// @remark RasterizerState::SolidBack
/// @remark RasterizerState::SolidCullBack
static const Predefined Default3D = Predefined::Default3D;
};
static_assert(sizeof(RasterizerState) == sizeof(RasterizerState::storage_type));
Expand Down

0 comments on commit 2531657

Please sign in to comment.