mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
Fixed issue #1315.
This commit is contained in:
@@ -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"),
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user