descriptor heap rewrite
This commit is contained in:
parent
b4bd0c03c5
commit
f8e142fb06
31 changed files with 429 additions and 1017 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue