vulkan UI
This commit is contained in:
parent
f8e142fb06
commit
177f873639
13 changed files with 455 additions and 37 deletions
|
|
@ -33,8 +33,8 @@ export namespace Crafter {
|
|||
};
|
||||
|
||||
struct ScaleData2D {
|
||||
Vector<std::uint16_t, 2, 2> position;
|
||||
Vector<std::uint16_t, 2, 2> size;
|
||||
Vector<std::int16_t, 2, 2> position;
|
||||
Vector<std::int16_t, 2, 2> size;
|
||||
};
|
||||
|
||||
struct ClipRect {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue