buffer
This commit is contained in:
parent
05c19c3f94
commit
86d7adb07f
9 changed files with 84 additions and 108 deletions
|
|
@ -22,4 +22,10 @@ namespace Crafter {
|
|||
std::uint8_t b;
|
||||
std::uint8_t a;
|
||||
};
|
||||
|
||||
export struct Vertex_xf32_yf32_zf32 {
|
||||
float x;
|
||||
float y;
|
||||
float z;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue