mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 12:58:20 +00:00
native_type_test.fbs style corrected
This commit is contained in:
@@ -3,16 +3,14 @@ native_include "vector3d_pack.h";
|
|||||||
|
|
||||||
namespace Geometry;
|
namespace Geometry;
|
||||||
|
|
||||||
struct Vector3D (native_type:"Native::Vector3D")
|
struct Vector3D (native_type:"Native::Vector3D") {
|
||||||
{
|
|
||||||
x:double;
|
x:double;
|
||||||
y:double;
|
y:double;
|
||||||
z:double;
|
z:double;
|
||||||
}
|
}
|
||||||
|
|
||||||
table ApplicationData
|
table ApplicationData {
|
||||||
{
|
|
||||||
vectors:[Vector3D];
|
vectors:[Vector3D];
|
||||||
}
|
}
|
||||||
|
|
||||||
root_type ApplicationData;
|
root_type ApplicationData;
|
||||||
|
|||||||
Reference in New Issue
Block a user