Skip to content

Commit

Permalink
[增加]flatc以及描述文件
Browse files Browse the repository at this point in the history
  • Loading branch information
billwillman committed Aug 4, 2017
1 parent d5e83a5 commit 0681e7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flatBuffer_ab.fbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace ABBuild;
namespace AssetBundleFlatBuffer;

table FileHeader
{
Expand All @@ -23,13 +23,13 @@ table SubFileInfo
shaderName:string;
}

talbe DependInfo
table DependInfo
{
string abFileName;
int refCount;
abFileName:string;
refCount:int;
}

talbe AssetBundleInfo
table AssetBundleInfo
{
fileHeader:AssetBundleFileHeader;
subFiles:[SubFileInfo];
Expand Down
Binary file added flatc.exe
Binary file not shown.

0 comments on commit 0681e7f

Please sign in to comment.