rendering update
This commit is contained in:
parent
bc97c13a0b
commit
7fdab4f62b
4 changed files with 33 additions and 49 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue