Fixed issue #1315.

This commit is contained in:
Branimir Karadžić
2018-01-16 17:19:29 -08:00
parent d835c09d7b
commit b9e393e6dd
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ function bgfxProjectBase(_kind, _defines)
"BGFX_CONFIG_DEBUG=1",
}
configuration { "vs*", "not durango" }
configuration { "vs* or mingw-*", "not durango" }
includedirs {
path.join(BGFX_DIR, "3rdparty/dxsdk/include"),
}

View File

@@ -1315,7 +1315,7 @@ namespace bgfx
uint32_t m_size;
uint32_t m_pos;
char m_buffer[INT32_MAX];
char m_buffer[256<<20];
};
struct UniformRegInfo