rendering update

This commit is contained in:
Jorijn van der Graaf 2026-03-22 21:08:02 +01:00
commit 7fdab4f62b
4 changed files with 33 additions and 49 deletions

View file

@ -33,15 +33,15 @@ export namespace Crafter {
};
struct ScaleData2D {
Vector<std::int32_t, 2> position;
Vector<std::int32_t, 2> size;
Vector<std::uint16_t, 2> position;
Vector<std::uint16_t, 2> size;
};
struct ClipRect {
std::int32_t left;
std::int32_t right;
std::int32_t top;
std::int32_t bottom;
std::uint16_t left;
std::uint16_t right;
std::uint16_t top;
std::uint16_t bottom;
};
struct FrameTime {