MESH BUFFER
This commit is contained in:
parent
86d7adb07f
commit
523852da08
11 changed files with 93 additions and 51 deletions
|
|
@ -23,9 +23,10 @@ namespace Crafter {
|
|||
std::uint8_t a;
|
||||
};
|
||||
|
||||
export struct Vertex_xf32_yf32_zf32 {
|
||||
export struct __attribute__((packed)) Vertex_xf32_yf32_zf32_wf32 {
|
||||
float x;
|
||||
float y;
|
||||
float z;
|
||||
float w;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue