new descriptor layout 2
This commit is contained in:
parent
74832c6824
commit
d1b8e45fb6
13 changed files with 412 additions and 128 deletions
|
|
@ -76,6 +76,12 @@ export namespace Crafter {
|
|||
std::uint8_t a;
|
||||
};
|
||||
|
||||
struct __attribute__((packed)) Pixel_RU8_GU8_BU8 {
|
||||
std::uint8_t r;
|
||||
std::uint8_t g;
|
||||
std::uint8_t b;
|
||||
};
|
||||
|
||||
// struct __attribute__((packed)) Vertex {
|
||||
// float x;
|
||||
// float y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue