Merge branch 'master' of https://github.com/SaschaWillems/Vulkan
This commit is contained in:
commit
84d4a70341
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
// Total number of objects (^3) in the scene
|
||||
#if defined(__ANDROID__)
|
||||
constexpr auto OBJECT_COUNT 32;
|
||||
constexpr auto OBJECT_COUNT = 32;
|
||||
#else
|
||||
constexpr auto OBJECT_COUNT = 64;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue