descriptor heap rewrite

This commit is contained in:
Jorijn van der Graaf 2026-04-05 22:53:59 +02:00
commit f8e142fb06
31 changed files with 429 additions and 1017 deletions

View file

@ -33,8 +33,8 @@ export namespace Crafter {
};
struct ScaleData2D {
Vector<std::uint16_t, 2> position;
Vector<std::uint16_t, 2> size;
Vector<std::uint16_t, 2, 2> position;
Vector<std::uint16_t, 2, 2> size;
};
struct ClipRect {