Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 3433ab3810 - Show all commits

View File

@ -39,7 +39,7 @@ namespace JabyEngine {
static constexpr auto IdentityCode = Code().set(Code::Size.with(static_cast<uint8_t>(Size))).set(Code::Untextured).set(Code::NonTransparent);
Color24 color;
Code code;
Code code = IdentityCode;
Vertex position;
constexpr RECT_BASE_F() = default;
@ -53,7 +53,7 @@ namespace JabyEngine {
static constexpr auto IdentityCode = Code(RECT_BASE_F<Size>::IdentityCode).set(Code::Textured);
Color24 color;
Code code;
Code code = IdentityCode;
Vertex position;
PagePosition page;
PageClut clut;